Searched refs:roundMask (Results 1 - 1 of 1) sorted by last modified time

/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.c571 int64 roundIncrement, roundMask, roundBits; local
579 roundMask = LIT64( 0x00000000000007FF );
583 roundMask = LIT64( 0x000000FFFFFFFFFF );
594 roundIncrement = roundMask;
603 roundBits = zSig0 & roundMask;
617 roundBits = zSig0 & roundMask;
622 roundIncrement = roundMask + 1;
624 roundMask |= roundIncrement;
626 zSig0 &= ~ roundMask;
636 roundIncrement = roundMask
[all...]

Completed in 143 milliseconds