Home
last modified time | relevance | path

Searched refs:roundBits (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/fpu/
H A Dsoftfloat.c5058 int64_t roundIncrement, roundMask, roundBits; in roundAndPackFloatx80() local
5093 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()