Searched refs:roundingPrecision (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/regress/lib/libc/ieeefp/testfloat/ |
H A D | testfloat.c | 90 int8 operands, roundingPrecision, roundingMode; in main() local 106 roundingPrecision = 0; in main() 215 roundingPrecision = 32; in main() 218 roundingPrecision = 64; in main() 221 roundingPrecision = 80; in main() 287 if ( ! roundingPrecision ) roundingPrecision = 80; in main() 290 testFunction( functionCode, roundingPrecision, roundingMode ); in main() 304 functionCode, roundingPrecision, roundingMode ); in main() 316 functionCode, roundingPrecision, roundingMode ); in main() 327 functionCode, roundingPrecision, roundingMode ); in main()
|
H A D | testFunction.c | 605 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety() argument 611 if ( roundingPrecision == 32 ) { in testFunctionVariety() 614 else if ( roundingPrecision == 64 ) { in testFunctionVariety() 617 else if ( roundingPrecision == 80 ) { in testFunctionVariety() 621 roundingPrecision = 80; in testFunctionVariety() 624 floatx80_rounding_precision = roundingPrecision; in testFunctionVariety() 625 syst_float_set_rounding_precision( roundingPrecision ); in testFunctionVariety() 1146 int8 roundingPrecision, roundingMode; in testFunction() local 1148 roundingPrecision = 32; in testFunction() 1150 if ( ! functions[ functionCode ].roundingPrecision ) { in testFunction() [all …]
|
/netbsd-src/lib/libc/softfloat/ |
H A D | timesoftfloat.c | 1920 flag roundingPrecision, roundingMode; member 2054 int8 roundingPrecision, in timeFunctionVariety() argument 2063 if ( roundingPrecision == 32 ) { in timeFunctionVariety() 2066 else if ( roundingPrecision == 64 ) { in timeFunctionVariety() 2069 else if ( roundingPrecision == 80 ) { in timeFunctionVariety() 2076 floatx80_rounding_precision = roundingPrecision; in timeFunctionVariety() 2417 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local 2419 roundingPrecision = 32; in timeFunction() 2421 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction() 2422 roundingPrecision = 0; in timeFunction() [all …]
|
/netbsd-src/regress/lib/libc/ieeefp/testfloat/include/ |
H A D | testFunction.h | 153 flag roundingPrecision, roundingMode; member
|
/netbsd-src/lib/libc/softfloat/bits64/ |
H A D | softfloat.c | 659 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() argument 668 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80() 669 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80() 673 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80() 828 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() argument 842 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 ); in normalizeRoundAndPackFloatx80()
|
/netbsd-src/sys/lib/libkern/ |
H A D | softfloat.c | 649 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() argument 658 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80() 659 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80() 663 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80() 817 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() argument 831 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 ); in normalizeRoundAndPackFloatx80()
|