/netbsd-src/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 83 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 D | softfloat.c | 77 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 D | softfloat.c | 113 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 D | softfloat.h | 122 float_round_nearest_even = FP_RN, enumerator
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
H A D | testFunction.c | 630 roundingCode = float_round_nearest_even; in testFunctionVariety() 634 roundingCode = float_round_nearest_even; in testFunctionVariety()
|
/netbsd-src/lib/libc/arch/powerpc/softfloat/ |
H A D | softfloat.h | 87 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/lib/libc/arch/mips/softfloat/ |
H A D | softfloat.h | 89 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/lib/libc/arch/arm/softfloat/ |
H A D | softfloat.h | 88 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/lib/libc/arch/or1k/softfloat/ |
H A D | softfloat.h | 87 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
H A D | softfloat.h | 122 float_round_nearest_even = FP_RN, enumerator
|
/netbsd-src/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 81 float_round_nearest_even = 0, enumerator
|
/netbsd-src/lib/libc/arch/sparc64/softfloat/ |
H A D | softfloat.h | 89 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/lib/libc/arch/m68k/softfloat/ |
H A D | softfloat.h | 89 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/lib/libc/arch/aarch64/softfloat/ |
H A D | softfloat.h | 94 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/lib/libc/arch/sh3/softfloat/ |
H A D | softfloat.h | 87 #define float_round_nearest_even FP_RN macro
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/ |
H A D | fpu-tst.c | 79 case float_round_nearest_even: in syst_float_set_rounding_mode()
|
/netbsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 2081 roundingCode = float_round_nearest_even; in timeFunctionVariety() 2085 roundingCode = float_round_nearest_even; in timeFunctionVariety()
|
H A D | softfloat.txt | 138 to one of the values `float_round_nearest_even', `float_round_to_zero',
|