Lines Matching refs:shortShift128Left
831 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in normalizeRoundAndPackFloatx80()
929 shortShift128Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr ); in normalizeFloat128Subnormal()
1098 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in normalizeRoundAndPackFloat128()
1366 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 ); in int64_to_float128()
3838 shortShift128Left( zSig0, zSig1, 1, &zSig0, &zSig1 ); in floatx80_mul()
3991 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 ); in floatx80_rem()
4001 shortShift128Left( 0, bSig, 64 - expDiff, &term0, &term1 ); in floatx80_rem()
4082 shortShift128Left( 0, zSig1, 1, &term2, &term3 ); in floatx80_sqrt()
4089 shortShift128Left( 0, zSig1, 1, &zSig0, &zSig1 ); in floatx80_sqrt()
4416 shortShift128Left( aSig0, aSig1, - shiftCount, &aSig0, &aSig1 ); in float128_to_int64()
4600 shortShift128Left( aSig0, aSig1, 14, &aSig0, &aSig1 ); in float128_to_float64()
4643 shortShift128Left( aSig0, aSig1, 15, &aSig0, &aSig1 ); in float128_to_floatx80()
4858 shortShift128Left( aSig0, aSig1, 14, &aSig0, &aSig1 ); in subFloat128Sigs()
4859 shortShift128Left( bSig0, bSig1, 14, &bSig0, &bSig1 ); in subFloat128Sigs()
5016 shortShift128Left( bSig0, bSig1, 16, &bSig0, &bSig1 ); in float128_mul()
5084 shortShift128Left( in float128_div()
5086 shortShift128Left( in float128_div()
5165 shortShift128Left( in float128_rem()
5172 shortShift128Left( in float128_rem()
5182 shortShift128Left( aSig0, aSig1, 61, &aSig0, &allZero ); in float128_rem()
5196 shortShift128Left( aSig0, aSig1, expDiff, &aSig0, &aSig1 ); in float128_rem()
5264 shortShift128Left( aSig0, aSig1, 13 - ( aExp & 1 ), &aSig0, &aSig1 ); in float128_sqrt()
5283 shortShift128Left( 0, zSig1, 1, &term2, &term3 ); in float128_sqrt()