Lines Matching refs:roundingPrecision

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()
2425 roundingPrecision = roundingPrecisionIn; in timeFunction()
2441 if ( ( roundingPrecision == 32 ) in timeFunction()
2442 || ( roundingPrecision == 64 ) ) { in timeFunction()
2461 functionCode, roundingPrecision, roundingMode, tininessMode in timeFunction()
2467 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()
2468 if ( roundingPrecision == 80 ) { in timeFunction()
2471 else if ( roundingPrecision == 64 ) { in timeFunction()
2472 roundingPrecision = 80; in timeFunction()
2474 else if ( roundingPrecision == 32 ) { in timeFunction()
2475 roundingPrecision = 64; in timeFunction()
2486 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
2492 roundingPrecision = 0; in main()
2545 roundingPrecision = 32; in main()
2548 roundingPrecision = 64; in main()
2551 roundingPrecision = 80; in main()
2609 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()
2616 functionCode, roundingPrecision, roundingMode, tininessMode in main()
2626 functionCode, roundingPrecision, roundingMode, tininessMode in main()
2635 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()