Lines Matching refs:roundingPrecision
185 flag roundingPrecision, roundingMode; member
329 int8 roundingPrecision, in testFunctionVariety() argument
338 if ( roundingPrecision == 32 ) { in testFunctionVariety()
341 else if ( roundingPrecision == 64 ) { in testFunctionVariety()
344 else if ( roundingPrecision == 80 ) { in testFunctionVariety()
351 floatx80_rounding_precision = roundingPrecision; in testFunctionVariety()
352 slow_floatx80_rounding_precision = roundingPrecision; in testFunctionVariety()
749 int8 roundingPrecision, roundingMode, tininessMode; in testFunction() local
751 roundingPrecision = 32; in testFunction()
753 if ( ! functions[ functionCode ].roundingPrecision ) { in testFunction()
754 roundingPrecision = 0; in testFunction()
757 roundingPrecision = roundingPrecisionIn; in testFunction()
773 if ( ( roundingPrecision == 32 ) in testFunction()
774 || ( roundingPrecision == 64 ) ) { in testFunction()
793 functionCode, roundingPrecision, roundingMode, tininessMode in testFunction()
799 if ( roundingPrecisionIn || ! roundingPrecision ) break; in testFunction()
800 if ( roundingPrecision == 80 ) { in testFunction()
803 else if ( roundingPrecision == 64 ) { in testFunction()
804 roundingPrecision = 80; in testFunction()
806 else if ( roundingPrecision == 32 ) { in testFunction()
807 roundingPrecision = 64; in testFunction()
819 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
834 roundingPrecision = 0; in main()
927 roundingPrecision = 32; in main()
930 roundingPrecision = 64; in main()
933 roundingPrecision = 80; in main()
993 if ( ! roundingPrecision ) roundingPrecision = 80; in main()
997 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()
1008 roundingPrecision, in main()
1023 roundingPrecision, in main()
1036 functionCode, roundingPrecision, roundingMode, tininessMode in main()