Searched refs:bits32 (Results 1 - 19 of 19) sorted by relevance

/freebsd-10.1-release/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros43 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
45 bits32 z;
71 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
73 bits32 z0, z1;
107 bits32 a0, bits32 a
[all...]
H A Dsoftfloat.c18 * This differs from the standard bits32/softfloat.c in that float64
109 INLINE bits32 extractFloat32Frac( float32 a )
149 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
171 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
174 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
201 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
264 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
279 INLINE bits32 extractFloat64Frac
[all...]
/freebsd-10.1-release/tools/test/testfloat/sparc64/
H A Dsparc64.h69 typedef unsigned int bits32; typedef
/freebsd-10.1-release/tools/test/testfloat/
H A DwriteHex.h29 void writeHex_bits32( bits32, FILE * );
H A DwriteHex.c86 void writeHex_bits32( bits32 a, FILE *stream )
H A Dslowfloat-32.c31 bits32 a0, a1;
63 bits32 extra;
H A DtestCases.c1250 static const struct { bits32 high, low; } float64P1[ float64NumP1 ] = {
1257 static const struct { bits32 high, low; } float64P2[ float64NumP2 ] = {
H A Dslowfloat-64.c122 bits32 roundBits;
H A DtestLoops.c420 bits32 absAHigh;
/freebsd-10.1-release/lib/libc/mips/softfloat/
H A Dmips-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-10.1-release/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-10.1-release/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-10.1-release/lib/libc/arm/softfloat/
H A Darm-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-10.1-release/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros44 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
46 bits32 z;
465 bits32 aHigh, aLow, bHigh, bLow;
597 static bits32 estimateSqrt32( int16 aExp, bits32 a )
608 bits32 z;
620 if ( z <= a ) return (bits32) ( ( (sbits32) a )>>1 );
622 return ( (bits32) ( ( ( (bits64) a )<<31 ) / z ) ) + ( z>>1 );
633 static int8 countLeadingZeros32( bits32
[all...]
H A Dsoftfloat.c212 INLINE bits32 extractFloat32Frac( float32 a )
252 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
274 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
277 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
304 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
367 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
688 if ( 0x7FFD <= (bits32) ( zExp - 1 ) ) {
742 if ( 0x7FFD <= (bits32) ( zEx
[all...]
/freebsd-10.1-release/secure/lib/libcrypt/
H A Dcrypt-des.c166 static u_int32_t bits32[32] = variable
227 bits24 = (bits28 = bits32 + 4) + 4;
288 *il |= bits32[obit];
290 *ir |= bits32[obit-32];
292 *fl |= bits32[obit];
294 *fr |= bits32[obit - 32];
340 *p |= bits32[un_pbox[8 * b + j]];
/freebsd-10.1-release/lib/libc/softfloat/templates/
H A Dsoftfloat-specialize82 return ( 0xFF000000 < (bits32) ( a<<1 ) );
127 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
H A Dsoftfloat.h50 typedef !!!bits32 float32;
/freebsd-10.1-release/lib/libc/softfloat/
H A Dsoftfloat-specialize126 return ( 0xFF000000 < (bits32) ( a<<1 ) );
175 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );

Completed in 110 milliseconds