Lines Matching refs:roundingPrecision
1915 flag roundingPrecision, roundingMode; member
2049 int8 roundingPrecision, in timeFunctionVariety() argument
2058 if ( roundingPrecision == 32 ) { in timeFunctionVariety()
2061 else if ( roundingPrecision == 64 ) { in timeFunctionVariety()
2064 else if ( roundingPrecision == 80 ) { in timeFunctionVariety()
2071 floatx80_rounding_precision = roundingPrecision; in timeFunctionVariety()
2412 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local
2414 roundingPrecision = 32; in timeFunction()
2416 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction()
2417 roundingPrecision = 0; in timeFunction()
2420 roundingPrecision = roundingPrecisionIn; in timeFunction()
2436 if ( ( roundingPrecision == 32 ) in timeFunction()
2437 || ( roundingPrecision == 64 ) ) { in timeFunction()
2456 functionCode, roundingPrecision, roundingMode, tininessMode in timeFunction()
2462 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()
2463 if ( roundingPrecision == 80 ) { in timeFunction()
2466 else if ( roundingPrecision == 64 ) { in timeFunction()
2467 roundingPrecision = 80; in timeFunction()
2469 else if ( roundingPrecision == 32 ) { in timeFunction()
2470 roundingPrecision = 64; in timeFunction()
2481 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
2487 roundingPrecision = 0; in main()
2540 roundingPrecision = 32; in main()
2543 roundingPrecision = 64; in main()
2546 roundingPrecision = 80; in main()
2604 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()
2611 functionCode, roundingPrecision, roundingMode, tininessMode in main()
2621 functionCode, roundingPrecision, roundingMode, tininessMode in main()
2630 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()