Searched refs:roundMask (Results 1 - 1 of 1) sorted by relevance

/vbox/src/recompiler/fpu/
H A Dsoftfloat.c603 int64 roundIncrement, roundMask, roundBits; local
610 roundMask = LIT64( 0x00000000000007FF );
614 roundMask = LIT64( 0x000000FFFFFFFFFF );
625 roundIncrement = roundMask;
634 roundBits = zSig0 & roundMask;
649 roundBits = zSig0 & roundMask;
654 roundIncrement = roundMask + 1;
656 roundMask |= roundIncrement;
658 zSig0 &= ~ roundMask;
668 roundIncrement = roundMask
[all...]

Completed in 48 milliseconds