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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/nwfpe/
H A Dsoftfloat.c543 int64 roundIncrement, roundMask, roundBits; local
551 roundMask = LIT64( 0x00000000000007FF );
555 roundMask = LIT64( 0x000000FFFFFFFFFF );
566 roundIncrement = roundMask;
575 roundBits = zSig0 & roundMask;
589 roundBits = zSig0 & roundMask;
594 roundIncrement = roundMask + 1;
596 roundMask |= roundIncrement;
598 zSig0 &= ~ roundMask;
608 roundIncrement = roundMask
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm26/nwfpe/
H A Dsoftfloat.c562 int64 roundIncrement, roundMask, roundBits; local
569 roundMask = LIT64( 0x00000000000007FF );
573 roundMask = LIT64( 0x000000FFFFFFFFFF );
584 roundIncrement = roundMask;
593 roundBits = zSig0 & roundMask;
607 roundBits = zSig0 & roundMask;
612 roundIncrement = roundMask + 1;
614 roundMask |= roundIncrement;
616 zSig0 &= ~ roundMask;
626 roundIncrement = roundMask
[all...]

Completed in 57 milliseconds