Searched refs:roundingPrecision (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/tools/test/testfloat/ |
| H A D | testfloat.c | 54 int8 operands, roundingPrecision, roundingMode; in main() local 70 roundingPrecision = 0; in main() 179 roundingPrecision = 32; in main() 182 roundingPrecision = 64; in main() 185 roundingPrecision = 80; in main() 251 if ( ! roundingPrecision ) roundingPrecision = 80; in main() 254 testFunction( functionCode, roundingPrecision, roundingMode ); in main() 268 functionCode, roundingPrecision, roundingMode ); in main() 280 functionCode, roundingPrecision, roundingMode ); in main() 291 functionCode, roundingPrecision, roundingMode ); in main()
|
| H A D | testsoftfloat.c | 329 int8 roundingPrecision, in testFunctionVariety() argument 338 if ( roundingPrecision == 32 ) { in testFunctionVariety() 751 roundingPrecision = 32; in testFunction() 754 roundingPrecision = 0; in testFunction() 804 roundingPrecision = 80; in testFunction() 807 roundingPrecision = 64; in testFunction() 834 roundingPrecision = 0; in main() 927 roundingPrecision = 32; in main() 930 roundingPrecision = 64; in main() 933 roundingPrecision = 80; in main() [all …]
|
| H A D | testFunction.c | 579 if ( roundingPrecision == 32 ) { in testFunctionVariety() 582 else if ( roundingPrecision == 64 ) { in testFunctionVariety() 585 else if ( roundingPrecision == 80 ) { in testFunctionVariety() 589 roundingPrecision = 80; in testFunctionVariety() 1112 int8 roundingPrecision, roundingMode; in testFunction() local 1114 roundingPrecision = 32; in testFunction() 1117 roundingPrecision = 0; in testFunction() 1137 if ( roundingPrecision == 80 ) { in testFunction() 1140 else if ( roundingPrecision == 64 ) { in testFunction() 1141 roundingPrecision = 80; in testFunction() [all …]
|
| H A D | testFunction.h | 121 flag roundingPrecision, roundingMode; member
|
| /freebsd-13.1/lib/libc/softfloat/ |
| H A D | timesoftfloat.c | 2052 int8 roundingPrecision, in timeFunctionVariety() argument 2061 if ( roundingPrecision == 32 ) { in timeFunctionVariety() 2417 roundingPrecision = 32; in timeFunction() 2420 roundingPrecision = 0; in timeFunction() 2466 if ( roundingPrecision == 80 ) { in timeFunction() 2470 roundingPrecision = 80; in timeFunction() 2473 roundingPrecision = 64; in timeFunction() 2490 roundingPrecision = 0; in main() 2543 roundingPrecision = 32; in main() 2546 roundingPrecision = 64; in main() [all …]
|
| /freebsd-13.1/lib/libc/softfloat/bits64/ |
| H A D | softfloat.c | 651 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() argument 660 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80() 661 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80() 665 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80() 820 int8 roundingPrecision, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() argument 834 roundAndPackFloatx80( roundingPrecision, zSign, zExp, zSig0, zSig1 ); in normalizeRoundAndPackFloatx80()
|