/netbsd-src/lib/libc/softfloat/bits32/ |
H A D | softfloat.c | 226 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat32() 438 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat64() 451 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloat64() 476 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat64() 640 z += ( roundingMode == float_round_up ) & aSigExtra; in float32_to_int32() 761 case float_round_up: in float32_round_to_int() 776 if ( extractFloat32Sign( z ) ^ ( roundingMode == float_round_up ) ) { in float32_round_to_int() 1464 z = absZ + ( ( roundingMode == float_round_up ) & aSigExtra ); in float64_to_int32() 1607 ^ ( roundingMode == float_round_up ) ) { in float64_round_to_int() 1630 case float_round_up: in float64_round_to_int() [all …]
|
/netbsd-src/sys/lib/libkern/ |
H A D | softfloat.c | 122 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32() 173 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64() 211 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackUInt64() 337 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat32() 498 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat64() 678 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloatx80() 736 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 751 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloatx80() 776 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 991 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128() [all …]
|
H A D | softfloat.h | 125 float_round_up = FP_RP enumerator
|
/netbsd-src/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 139 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackInt32() 191 increment = ( roundingMode == float_round_up ) && absZ1; in roundAndPackInt64() 329 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat32() 499 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloat64() 688 if ( roundingMode == float_round_up ) roundIncrement = 0; in roundAndPackFloatx80() 746 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 761 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloatx80() 786 increment = ( roundingMode == float_round_up ) && zSig1; in roundAndPackFloatx80() 1009 increment = ( roundingMode == float_round_up ) && zSig2; in roundAndPackFloat128() 1027 || ( zSign && ( roundingMode == float_round_up ) ) in roundAndPackFloat128() [all …]
|
/netbsd-src/lib/libc/arch/powerpc/softfloat/ |
H A D | softfloat.h | 90 #define float_round_up FP_RP macro
|
/netbsd-src/lib/libc/arch/mips/softfloat/ |
H A D | softfloat.h | 92 #define float_round_up FP_RP macro
|
/netbsd-src/lib/libc/arch/arm/softfloat/ |
H A D | softfloat.h | 91 #define float_round_up FP_RP macro
|
/netbsd-src/lib/libc/arch/or1k/softfloat/ |
H A D | softfloat.h | 90 #define float_round_up FP_RP macro
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
H A D | softfloat.h | 125 float_round_up = FP_RP enumerator
|
/netbsd-src/lib/libc/softfloat/templates/ |
H A D | softfloat.h | 84 float_round_up = 3 enumerator
|
/netbsd-src/lib/libc/arch/sparc64/softfloat/ |
H A D | softfloat.h | 92 #define float_round_up FP_RP macro
|
/netbsd-src/lib/libc/arch/m68k/softfloat/ |
H A D | softfloat.h | 92 #define float_round_up FP_RP macro
|
/netbsd-src/lib/libc/arch/aarch64/softfloat/ |
H A D | softfloat.h | 97 #define float_round_up FP_RP macro
|
/netbsd-src/lib/libc/arch/sh3/softfloat/ |
H A D | softfloat.h | 90 #define float_round_up FP_RP macro
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
H A D | testFunction.c | 646 roundingCode = float_round_up; in testFunctionVariety()
|
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/common/ |
H A D | fpu-tst.c | 85 case float_round_up: in syst_float_set_rounding_mode()
|
/netbsd-src/lib/libc/softfloat/ |
H A D | softfloat.txt | 139 `float_round_down', or `float_round_up'. The rounding mode is initialized
|
H A D | timesoftfloat.c | 2097 roundingCode = float_round_up; in timeFunctionVariety()
|