Home
last modified time | relevance | path

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

/openbmc/qemu/fpu/
H A Dsoftfloat.c5057 bool roundNearestEven, increment, isTiny; in roundAndPackFloatx80() local
5061 roundNearestEven = ( roundingMode == float_round_nearest_even ); in roundAndPackFloatx80()
5120 if ( roundNearestEven && ( roundBits<<1 == roundIncrement ) ) { in roundAndPackFloatx80()
5136 if ( roundNearestEven && ( roundBits<<1 == roundIncrement ) ) { in roundAndPackFloatx80()
5210 if (!(zSig1 << 1) && roundNearestEven) { in roundAndPackFloatx80()
5228 if (!(zSig1 << 1) && roundNearestEven) { in roundAndPackFloatx80()