Home
last modified time | relevance | path

Searched refs:float_rounding_mode (Results 1 – 16 of 16) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/
H A Dfpsetround.c55 old = float_rounding_mode; in __weak_alias()
56 float_rounding_mode = rnd_dir; in __weak_alias()
H A Dfpgetround.c54 return float_rounding_mode; in __weak_alias()
H A Dsoftfloat-for-gcc.h10 #define float_rounding_mode __softfloat_float_rounding_mode macro
H A Dsoftfloat.txt138 by the global variable `float_rounding_mode'. This variable may be set
233 mode as specified by `float_rounding_mode'. Because C (and perhaps other
242 These variant functions ignore `float_rounding_mode' and always round toward
H A Dtimesoftfloat.c2098 float_rounding_mode = roundingCode; in timeFunctionVariety()
/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat.c80 int float_rounding_mode = float_round_nearest_even; variable
208 roundingMode = float_rounding_mode; in roundAndPackFloat32()
418 roundingMode = float_rounding_mode; in roundAndPackFloat64()
617 roundingMode = float_rounding_mode; in float32_to_int32()
743 switch ( float_rounding_mode ) { in float32_round_to_int()
762 roundingMode = float_rounding_mode; in float32_round_to_int()
886 return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); in subFloat32Sigs()
1441 roundingMode = float_rounding_mode; in float64_to_int32()
1584 roundingMode = float_rounding_mode; in float64_round_to_int()
1610 switch ( float_rounding_mode ) { in float64_round_to_int()
[all …]
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c121 roundingMode = float_rounding_mode; in roundAndPackInt32()
171 roundingMode = float_rounding_mode; in roundAndPackInt64()
311 roundingMode = float_rounding_mode; in roundAndPackFloat32()
481 roundingMode = float_rounding_mode; in roundAndPackFloat64()
658 roundingMode = float_rounding_mode; in roundAndPackFloatx80()
989 roundingMode = float_rounding_mode; in roundAndPackFloat128()
1661 switch ( float_rounding_mode ) { in float32_round_to_int()
1680 roundingMode = float_rounding_mode; in float32_round_to_int()
2626 switch ( float_rounding_mode ) { in float64_round_to_int()
2646 roundingMode = float_rounding_mode; in float64_round_to_int()
[all …]
/freebsd-13.1/lib/libc/arm/softfloat/
H A Dsoftfloat.h87 extern int float_rounding_mode;
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dsoftfloat.h87 extern int float_rounding_mode;
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Dsoftfloat.h87 extern int float_rounding_mode;
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h80 extern !!!int8 float_rounding_mode;
/freebsd-13.1/tools/test/testfloat/
H A DtestFunction.c617 float_rounding_mode = roundingCode; in testFunctionVariety()
H A Dtestsoftfloat.c376 float_rounding_mode = roundingCode; in testFunctionVariety()