Lines Matching refs:roundingPrecision
1918 flag roundingPrecision, roundingMode; member
2052 int8 roundingPrecision, in timeFunctionVariety() argument
2061 if ( roundingPrecision == 32 ) { in timeFunctionVariety()
2064 else if ( roundingPrecision == 64 ) { in timeFunctionVariety()
2067 else if ( roundingPrecision == 80 ) { in timeFunctionVariety()
2074 floatx80_rounding_precision = roundingPrecision; in timeFunctionVariety()
2415 int8 roundingPrecision, roundingMode, tininessMode; in timeFunction() local
2417 roundingPrecision = 32; in timeFunction()
2419 if ( ! functions[ functionCode ].roundingPrecision ) { in timeFunction()
2420 roundingPrecision = 0; in timeFunction()
2423 roundingPrecision = roundingPrecisionIn; in timeFunction()
2439 if ( ( roundingPrecision == 32 ) in timeFunction()
2440 || ( roundingPrecision == 64 ) ) { in timeFunction()
2459 functionCode, roundingPrecision, roundingMode, tininessMode in timeFunction()
2465 if ( roundingPrecisionIn || ! roundingPrecision ) break; in timeFunction()
2466 if ( roundingPrecision == 80 ) { in timeFunction()
2469 else if ( roundingPrecision == 64 ) { in timeFunction()
2470 roundingPrecision = 80; in timeFunction()
2472 else if ( roundingPrecision == 32 ) { in timeFunction()
2473 roundingPrecision = 64; in timeFunction()
2484 int8 operands, roundingPrecision, roundingMode, tininessMode; in main() local
2490 roundingPrecision = 0; in main()
2543 roundingPrecision = 32; in main()
2546 roundingPrecision = 64; in main()
2549 roundingPrecision = 80; in main()
2607 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()
2614 functionCode, roundingPrecision, roundingMode, tininessMode in main()
2624 functionCode, roundingPrecision, roundingMode, tininessMode in main()
2633 functionCode, roundingPrecision, roundingMode, tininessMode ); in main()