Searched refs:shortShift64Left (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/lib/libc/softfloat/bits32/
H A Dsoftfloat.c359 shortShift64Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
511 shortShift64Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
1232 shortShift64Left( 0, zSig, 1, &term0, &term1 );
1425 shortShift64Left(
1498 shortShift64Left(
1758 shortShift64Left( aSig0, aSig1, 10, &aSig0, &aSig1 );
1759 shortShift64Left( bSig0, bSig1, 10, &bSig0, &bSig1 );
1911 shortShift64Left( bSig0, bSig1, 12, &bSig0, &bSig1 );
1976 shortShift64Left( aSig0 | 0x00100000, aSig1, 11, &aSig0, &aSig1 );
1977 shortShift64Left( bSig
[all...]
/freebsd-11-stable/tools/test/testfloat/
H A Dslowfloat-32.c49 static bits64X shortShift64Left( bits64X a, int8 shiftCount ) function
200 ax.sig = shortShift64Left( ax.sig, 23 );
203 ax.sig = shortShift64Left( ax.sig, 1 );
304 zx.sig = shortShift64Left( zx.sig, 1 );
393 ax.sig = shortShift64Left( ax.sig, 1 );
411 ax.sig = shortShift64Left( ax.sig, 3 );
452 zx.sig = shortShift64Left( zx.sig, 1 );
729 ax.sig = shortShift64Left( ax.sig, 1 );
730 zx.sig = shortShift64Left( zx.sig, 1 );
749 bx.sig = shortShift64Left( b
[all...]

Completed in 201 milliseconds