Lines Matching refs:roundingPrecision
573 uint8 functionCode, int8 roundingPrecision, int8 roundingMode ) in testFunctionVariety() argument
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()
592 floatx80_rounding_precision = roundingPrecision; in testFunctionVariety()
593 syst_float_set_rounding_precision( roundingPrecision ); in testFunctionVariety()
1112 int8 roundingPrecision, roundingMode; in testFunction() local
1114 roundingPrecision = 32; in testFunction()
1116 if ( ! functions[ functionCode ].roundingPrecision ) { in testFunction()
1117 roundingPrecision = 0; in testFunction()
1120 roundingPrecision = roundingPrecisionIn; in testFunction()
1133 functionCode, roundingPrecision, roundingMode ); in testFunction()
1136 if ( roundingPrecisionIn || ! roundingPrecision ) break; in testFunction()
1137 if ( roundingPrecision == 80 ) { in testFunction()
1140 else if ( roundingPrecision == 64 ) { in testFunction()
1141 roundingPrecision = 80; in testFunction()
1143 else if ( roundingPrecision == 32 ) { in testFunction()
1144 roundingPrecision = 64; in testFunction()