__fpc_rd() — read floating-point control register

Standards

Standards / Extensions C or C++ Dependencies
  Both OS/390® V2R6

Syntax

#include <_Ieee754.h>
void __fpc_rd(_FP_fpcreg_t *fpc_ptr);

General description

The __fpc_rd() function stores the contents of the floating-point control (FPC) register at the location pointed to by fpc_ptr.
Note: This function does not return or update decimal floating-point rounding mode bits.

Return values

None