Home
last modified time | relevance | path

Searched refs:shortShift128Left (Results 1 – 5 of 5) sorted by relevance

/NextBSD/tools/test/testfloat/
HDslowfloat-64.c52 static bits128X shortShift128Left( bits128X a, int8 shiftCount ) in shortShift128Left() function
346 ax.sig = shortShift128Left( ax.sig, 56 ); in int64ToFloatX()
349 ax.sig = shortShift128Left( ax.sig, 1 ); in int64ToFloatX()
455 zx.sig = shortShift128Left( zx.sig, 1 ); in floatXToFloat32()
579 zx.sig = shortShift128Left( zx.sig, 1 ); in floatXToFloat64()
681 ax.sig = shortShift128Left( ax.sig, 56 ); in floatx80ToFloatX()
713 zx.sig = shortShift128Left( zx.sig, 1 ); in floatXToFloatx80()
843 ax.sig = shortShift128Left( ax.sig, 1 ); in float128ToFloatX()
861 ax.sig = shortShift128Left( ax.sig, 7 ); in float128ToFloatX()
894 zx.sig = shortShift128Left( zx.sig, 1 ); in floatXToFloat128()
[all …]
/NextBSD/lib/libc/softfloat/bits64/
HDsoftfloat.c831 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()
[all …]
HDsoftfloat-macros292 shortShift128Left(
/NextBSD/lib/libc/softfloat/templates/
HDsoftfloat-specialize416 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
/NextBSD/lib/libc/softfloat/
HDsoftfloat-specialize472 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );