Searched refs:shortShift128Left (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/tools/test/testfloat/ |
| HD | slowfloat-64.c | 52 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/ |
| HD | softfloat.c | 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() [all …]
|
| HD | softfloat-macros | 292 shortShift128Left(
|
| /NextBSD/lib/libc/softfloat/templates/ |
| HD | softfloat-specialize | 416 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
|
| /NextBSD/lib/libc/softfloat/ |
| HD | softfloat-specialize | 472 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
|