Home | History | Annotate | Download | only in Softfloat

Lines Matching refs:roundingPrecision

1920     flag roundingPrecision, roundingMode;

2054 int8 roundingPrecision,
2063 if ( roundingPrecision == 32 ) {
2066 else if ( roundingPrecision == 64 ) {
2069 else if ( roundingPrecision == 80 ) {
2076 floatx80_rounding_precision = roundingPrecision;
2417 int8 roundingPrecision, roundingMode, tininessMode;
2419 roundingPrecision = 32;
2421 if ( ! functions[ functionCode ].roundingPrecision ) {
2422 roundingPrecision = 0;
2425 roundingPrecision = roundingPrecisionIn;
2441 if ( ( roundingPrecision == 32 )
2442 || ( roundingPrecision == 64 ) ) {
2461 functionCode, roundingPrecision, roundingMode, tininessMode
2467 if ( roundingPrecisionIn || ! roundingPrecision ) break;
2468 if ( roundingPrecision == 80 ) {
2471 else if ( roundingPrecision == 64 ) {
2472 roundingPrecision = 80;
2474 else if ( roundingPrecision == 32 ) {
2475 roundingPrecision = 64;
2486 int8 operands, roundingPrecision, roundingMode, tininessMode;
2492 roundingPrecision = 0;
2545 roundingPrecision = 32;
2548 roundingPrecision = 64;
2551 roundingPrecision = 80;
2609 functionCode, roundingPrecision, roundingMode, tininessMode );
2616 functionCode, roundingPrecision, roundingMode, tininessMode
2626 functionCode, roundingPrecision, roundingMode, tininessMode
2635 functionCode, roundingPrecision, roundingMode, tininessMode );