Searched refs:roundBits (Results 1 – 1 of 1) sorted by relevance
5058 int64_t roundIncrement, roundMask, roundBits; in roundAndPackFloatx80() local5093 roundBits = zSig0 & roundMask; in roundAndPackFloatx80()5110 roundBits = zSig0 & roundMask; in roundAndPackFloatx80()5111 if (isTiny && roundBits) { in roundAndPackFloatx80()5114 if (roundBits) { in roundAndPackFloatx80()5120 if ( roundNearestEven && ( roundBits<<1 == roundIncrement ) ) { in roundAndPackFloatx80()5127 if (roundBits) { in roundAndPackFloatx80()5136 if ( roundNearestEven && ( roundBits<<1 == roundIncrement ) ) { in roundAndPackFloatx80()