Home
last modified time | relevance | path

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

/openbmc/qemu/fpu/
H A Dsoftfloat.c5058 int64_t roundIncrement, roundMask, roundBits; in roundAndPackFloatx80() local
5066 roundIncrement = UINT64_C(0x0000000000000400); in roundAndPackFloatx80()
5070 roundIncrement = UINT64_C(0x0000008000000000); in roundAndPackFloatx80()
5082 roundIncrement = 0; in roundAndPackFloatx80()
5085 roundIncrement = zSign ? 0 : roundMask; in roundAndPackFloatx80()
5088 roundIncrement = zSign ? roundMask : 0; in roundAndPackFloatx80()
5096 || ( ( zExp == 0x7FFE ) && ( zSig0 + roundIncrement < zSig0 ) ) in roundAndPackFloatx80()
5107 || (zSig0 <= zSig0 + roundIncrement); in roundAndPackFloatx80()
5117 zSig0 += roundIncrement; in roundAndPackFloatx80()
5119 roundIncrement = roundMask + 1; in roundAndPackFloatx80()
[all …]