| /src/sys/lib/libkern/ |
| softfloat-macros.h | 684 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 ) function
|
| softfloat.c | 3901 while ( le128( term0, term1, aSig0, aSig1 ) ) { 4053 aSign ? le128( b.high, b.low, a.high, a.low ) 4054 : le128( a.high, a.low, b.high, b.low ); 4149 aSign ? le128( b.high, b.low, a.high, a.low ) 4150 : le128( a.high, a.low, b.high, b.low ); 4911 if ( le128( bSig0, bSig1, aSig0, aSig1 ) ) { 4996 q = le128( bSig0, bSig1, aSig0, aSig1 ); 5173 aSign ? le128( b.high, b.low, a.high, a.low ) 5174 : le128( a.high, a.low, b.high, b.low ); 5268 aSign ? le128( b.high, b.low, a.high, a.low [all...] |
| /src/lib/libc/softfloat/bits64/ |
| softfloat.c | 4051 while ( le128( term0, term1, aSig0, aSig1 ) ) { 4206 aSign ? le128( b.high>>X80SHIFT, b.low, a.high>>X80SHIFT, a.low ) 4207 : le128( a.high>>X80SHIFT, a.low, b.high>>X80SHIFT, b.low ); 4305 aSign ? le128( b.high>>X80SHIFT, b.low, a.high>>X80SHIFT, a.low ) 4306 : le128( a.high>>X80SHIFT, a.low, b.high>>X80SHIFT, b.low ); 5137 if ( le128( bSig0, bSig1, aSig0, aSig1 ) ) { 5222 q = le128( bSig0, bSig1, aSig0, aSig1 ); 5402 aSign ? le128( b.high, b.low, a.high, a.low ) 5403 : le128( a.high, a.low, b.high, b.low ); 5500 aSign ? le128( b.high, b.low, a.high, a.low [all...] |
| softfloat-macros | 711 INLINE flag le128( bits64 a0, bits64 a1, bits64 b0, bits64 b1 )
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/libbid/ |
| bid_binarydecimal.c | 140 #define le128(x_hi,x_lo,y_hi,y_lo) \ macro [all...] |
| /src/external/gpl3/gcc/dist/libgcc/config/libbid/ |
| bid_binarydecimal.c | 97 #define le128(x_hi,x_lo,y_hi,y_lo) \ macro [all...] |