Home
last modified time | relevance | path

Searched refs:float_round_nearest_even (Results 1 – 18 of 18) sorted by relevance

/netbsd-src/lib/libc/softfloat/bits32/
H A Dsoftfloat.c83 fp_rnd float_rounding_mode = float_round_nearest_even;
217 roundNearestEven = roundingMode == float_round_nearest_even; in roundAndPackFloat32()
427 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
626 if ( roundingMode == float_round_nearest_even ) { in float32_to_int32()
752 case float_round_nearest_even: in float32_round_to_int()
771 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
1450 if ( roundingMode == float_round_nearest_even ) { in float64_to_int32()
1593 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
1619 case float_round_nearest_even: in float64_round_to_int()
1643 if ( roundingMode == float_round_nearest_even ) { in float64_round_to_int()
/netbsd-src/lib/libc/softfloat/bits64/
H A Dsoftfloat.c77 fp_rnd float_rounding_mode = float_round_nearest_even;
130 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
180 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt64()
320 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
490 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
667 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
998 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat128()
1666 case float_round_nearest_even: in float32_round_to_int()
1685 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
2631 case float_round_nearest_even: in float64_round_to_int()
[all …]
/netbsd-src/sys/lib/libkern/
H A Dsoftfloat.c113 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt32()
162 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackInt64()
204 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackUInt64()
328 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat32()
489 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat64()
657 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
980 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloat128()
1588 case float_round_nearest_even: in float32_round_to_int()
1605 if ( roundingMode == float_round_nearest_even ) { in float32_round_to_int()
2568 case float_round_nearest_even: in float64_round_to_int()
[all …]
H A Dsoftfloat.h122 float_round_nearest_even = FP_RN, enumerator
/netbsd-src/regress/lib/libc/ieeefp/testfloat/
H A DtestFunction.c630 roundingCode = float_round_nearest_even; in testFunctionVariety()
634 roundingCode = float_round_nearest_even; in testFunctionVariety()
/netbsd-src/lib/libc/arch/powerpc/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN macro
/netbsd-src/lib/libc/arch/mips/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN macro
/netbsd-src/lib/libc/arch/arm/softfloat/
H A Dsoftfloat.h88 #define float_round_nearest_even FP_RN macro
/netbsd-src/lib/libc/arch/or1k/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN macro
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/
H A Dsoftfloat.h122 float_round_nearest_even = FP_RN, enumerator
/netbsd-src/lib/libc/softfloat/templates/
H A Dsoftfloat.h81 float_round_nearest_even = 0, enumerator
/netbsd-src/lib/libc/arch/sparc64/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN macro
/netbsd-src/lib/libc/arch/m68k/softfloat/
H A Dsoftfloat.h89 #define float_round_nearest_even FP_RN macro
/netbsd-src/lib/libc/arch/aarch64/softfloat/
H A Dsoftfloat.h94 #define float_round_nearest_even FP_RN macro
/netbsd-src/lib/libc/arch/sh3/softfloat/
H A Dsoftfloat.h87 #define float_round_nearest_even FP_RN macro
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/
H A Dfpu-tst.c79 case float_round_nearest_even: in syst_float_set_rounding_mode()
/netbsd-src/lib/libc/softfloat/
H A Dtimesoftfloat.c2081 roundingCode = float_round_nearest_even; in timeFunctionVariety()
2085 roundingCode = float_round_nearest_even; in timeFunctionVariety()
H A Dsoftfloat.txt138 to one of the values `float_round_nearest_even', `float_round_to_zero',