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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/nwfpe/
H A Dsoftfloat.c755 uint32 absA; local
761 absA = aSign ? - a : a;
762 shiftCount = countLeadingZeros32( absA ) + 21;
763 zSig = absA;
781 uint32 absA; local
787 absA = zSign ? - a : a;
788 shiftCount = countLeadingZeros32( absA ) + 32;
789 zSig = absA;

Completed in 58 milliseconds