Searched refs:aSig1 (Results 1 – 1 of 1) sorted by relevance
/external/qemu/fpu/ |
D | softfloat.c | 844 bits64 aSig1, in normalizeFloat128Subnormal() argument 853 shiftCount = countLeadingZeros64( aSig1 ) - 15; in normalizeFloat128Subnormal() 855 *zSig0Ptr = aSig1>>( - shiftCount ); in normalizeFloat128Subnormal() 856 *zSig1Ptr = aSig1<<( shiftCount & 63 ); in normalizeFloat128Subnormal() 859 *zSig0Ptr = aSig1<<shiftCount; in normalizeFloat128Subnormal() 866 shortShift128Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr ); in normalizeFloat128Subnormal() 3794 bits64 aSig0, aSig1, bSig; in floatx80_rem() local 3832 aSig1 = 0; in floatx80_rem() 3835 shift128Right( aSig0, 0, 1, &aSig0, &aSig1 ); in floatx80_rem() 3842 q = estimateDiv128To64( aSig0, aSig1, bSig ); in floatx80_rem() [all …]
|