Searched refs:roundingPrecision (Results 1 – 1 of 1) sorted by relevance
553 If `roundingPrecision' is 32 or 64, the result is rounded to the same569 int8 roundingMode, roundingPrecision; in roundAndPackFloatx80() local 574 roundingPrecision = roundData->precision; in roundAndPackFloatx80() 576 if ( roundingPrecision == 80 ) goto precision80; in roundAndPackFloatx80() 577 if ( roundingPrecision == 64 ) { in roundAndPackFloatx80() 581 else if ( roundingPrecision == 32 ) { in roundAndPackFloatx80()