HomeSort by: relevance | last modified time | path
    Searched refs:shortShift128Left (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/lib/libkern/
softfloat.c 828 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
921 shortShift128Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
1087 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
1299 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
3739 shortShift128Left( zSig0, zSig1, 1, &zSig0, &zSig1 );
3890 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 );
3900 shortShift128Left( 0, bSig, 64 - expDiff, &term0, &term1 );
3980 shortShift128Left( 0, zSig1, 1, &term2, &term3 );
3987 shortShift128Left( 0, zSig1, 1, &zSig0, &zSig1 );
4305 shortShift128Left( aSig0, aSig1, - shiftCount, &aSig0, &aSig1 )
    [all...]
softfloat-specialize.h 395 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
softfloat-macros.h 278 shortShift128Left(
  /src/lib/libc/softfloat/bits64/
softfloat.c 842 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
940 shortShift128Left( aSig0, aSig1, shiftCount, zSig0Ptr, zSig1Ptr );
1109 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
1373 shortShift128Left( zSig0, zSig1, shiftCount, &zSig0, &zSig1 );
3887 shortShift128Left( zSig0, zSig1, 1, &zSig0, &zSig1 );
4040 shortShift128Left( aSig0, aSig1, 62, &aSig0, &aSig1 );
4050 shortShift128Left( 0, bSig, 64 - expDiff, &term0, &term1 );
4131 shortShift128Left( 0, zSig1, 1, &term2, &term3 );
4138 shortShift128Left( 0, zSig1, 1, &zSig0, &zSig1 );
4465 shortShift128Left( aSig0, aSig1, - shiftCount, &aSig0, &aSig1 )
    [all...]
softfloat-macros 291 shortShift128Left(
  /src/regress/lib/libc/ieeefp/testfloat/include/
softfloat-specialize 470 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );
  /src/lib/libc/softfloat/
softfloat-specialize 565 shortShift128Left( a.high, a.low, 16, &z.high, &z.low );

Completed in 23 milliseconds