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

/freebsd-11.0-release/tools/test/testfloat/
H A Dslowfloat-64.c52 static bits128X shortShift128Left( bits128X a, int8 shiftCount ) function
346 ax.sig = shortShift128Left( ax.sig, 56 );
349 ax.sig = shortShift128Left( ax.sig, 1 );
455 zx.sig = shortShift128Left( zx.sig, 1 );
579 zx.sig = shortShift128Left( zx.sig, 1 );
681 ax.sig = shortShift128Left( ax.sig, 56 );
713 zx.sig = shortShift128Left( zx.sig, 1 );
843 ax.sig = shortShift128Left( ax.sig, 1 );
861 ax.sig = shortShift128Left( ax.sig, 7 );
894 zx.sig = shortShift128Left( z
[all...]
/freebsd-11.0-release/lib/libc/softfloat/bits64/
H A Dsoftfloat.c831 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
929 shortShift128Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
1098 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
1366 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
3838 shortShift128Left( zSig0, zSig1, 1, &zSig0, &zSig1 );
3991 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 );
4001 shortShift128Left( 0, bSig, 64 - expDiff, &term0, &term1 );
4082 shortShift128Left( 0, zSig1, 1, &term2, &term3 );
4089 shortShift128Left( 0, zSig1, 1, &zSig0, &zSig1 );
4416 shortShift128Left( aSig
[all...]

Completed in 63 milliseconds