Lines Matching refs:roundingPrecision
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()
1151 roundingPrecision = 0; in testFunction()
1154 roundingPrecision = roundingPrecisionIn; in testFunction()
1167 functionCode, roundingPrecision, roundingMode ); in testFunction()
1170 if ( roundingPrecisionIn || ! roundingPrecision ) break; in testFunction()
1171 if ( roundingPrecision == 80 ) { in testFunction()
1174 else if ( roundingPrecision == 64 ) { in testFunction()
1175 roundingPrecision = 80; in testFunction()
1177 else if ( roundingPrecision == 32 ) { in testFunction()
1178 roundingPrecision = 64; in testFunction()