Lines Matching full:rounding
759 -mfp-trap-mode=MODE -mfp-rounding-mode=MODE
6545 `-ffinite-math-only', `-fno-rounding-math', `-fno-signaling-nans'
6598 which relies on rounding behavior like `(x + 2**52) - 2**52)'.
6655 floating point rounding behavior. This is round-to-zero for all
6658 for programs that change the FP rounding mode dynamically, or that
6659 may be executed with a non-default rounding mode. This option
6661 compile-time (which may be affected by rounding mode) and
6663 sign-dependent rounding modes.
6665 The default is `-fno-rounding-math'.
6668 disable all GCC optimizations that are affected by rounding mode.
10227 `-mfp-rounding-mode=ROUNDING-MODE'
10228 Selects the IEEE rounding mode. Other Alpha compilers call this
10229 option `-fprm ROUNDING-MODE'. The ROUNDING-MODE can be one of:
10232 Normal IEEE rounding mode. Floating point numbers are
10240 Chopped rounding mode. Floating point numbers are rounded
10244 Dynamic rounding mode. A field in the floating point control
10246 controls the rounding mode in effect. The C library
10247 initializes this register for rounding towards plus infinity.
11331 Setting the rounding of floating-point operations to less than the
11590 instructions have a different rounding behavior compared to
16347 * `The rounding behaviors characterized by non-standard values of
16357 * `The direction of rounding when an integer is converted to a
16363 * `The direction of rounding when a floating-point number is
16388 * `Additional floating-point exceptions, rounding modes,
17640 * Pragmas to control overflow and rounding behaviors are not
21152 there is a system register which can be set to control the rounding
24287 rounding are made.
41577 * mfp-rounding-mode: DEC Alpha Options. (line 85)