Home
last modified time | relevance | path

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

/NextBSD/lib/libc/softfloat/
HDfpsetround.c53 old = float_rounding_mode; in __weak_alias()
54 float_rounding_mode = rnd_dir; in __weak_alias()
HDfpgetround.c52 return float_rounding_mode; in __weak_alias()
HDsoftfloat-for-gcc.h10 #define float_rounding_mode __softfloat_float_rounding_mode macro
HDsoftfloat.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
HDtimesoftfloat.c2098 float_rounding_mode = roundingCode; in timeFunctionVariety()
/NextBSD/lib/libc/softfloat/bits32/
HDsoftfloat.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 …]
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c74 int float_rounding_mode = float_round_nearest_even; variable
121 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()
1804 return packFloat32( float_rounding_mode == float_round_down, 0, 0 ); in subFloat32Sigs()
[all …]
/NextBSD/tools/test/testfloat/sparc64/
HDsoftfloat.h78 extern fp_rnd_t float_rounding_mode;
/NextBSD/lib/libc/powerpc64/softfloat/
HDsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/NextBSD/lib/libc/mips/softfloat/
HDsoftfloat.h87 extern int float_rounding_mode;
/NextBSD/lib/libc/powerpc/softfloat/
HDsoftfloat.h87 extern fp_rnd_t float_rounding_mode;
/NextBSD/lib/libc/arm/softfloat/
HDsoftfloat.h87 extern int float_rounding_mode;
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat.h80 extern !!!int8 float_rounding_mode;
/NextBSD/tools/test/testfloat/
HDtestFunction.c617 float_rounding_mode = roundingCode; in testFunctionVariety()
HDtestsoftfloat.c376 float_rounding_mode = roundingCode; in testFunctionVariety()