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

/netbsd-current/regress/lib/libc/ieeefp/testfloat/include/
H A DwriteHex.h61 void writeHex_bits32( bits32, FILE * );
H A Dmilieu.h118 typedef uint32_t bits32; typedef
/netbsd-current/lib/libc/arch/aarch64/softfloat/
H A Daarch64-gcc.h58 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/m68k/softfloat/
H A Dm68k-gcc.h58 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/mips/softfloat/
H A Dmips-gcc.h56 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/or1k/softfloat/
H A Dor1k-gcc.h58 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/powerpc/softfloat/
H A Dpowerpc-gcc.h58 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/sh3/softfloat/
H A Dsh3-gcc.h58 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/sparc64/softfloat/
H A Dsparc64-gcc.h58 typedef unsigned int bits32; typedef
/netbsd-current/lib/libc/arch/arm/softfloat/
H A Darm-gcc.h56 typedef unsigned int bits32; typedef
/netbsd-current/sys/lib/libkern/
H A Dmilieu.h114 typedef uint32_t bits32; typedef
H A Dsoftfloat-specialize.h86 return ( 0xFF000000 < (bits32) ( a<<1 ) );
128 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
156 if ( (bits32) ( a<<1 ) < (bits32) ( b<<1 ) ) return b;
157 if ( (bits32) ( b<<1 ) < (bits32) ( a<<1 ) ) return a;
H A Dsoftfloat-macros.h36 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
38 bits32 z;
445 bits32 aHigh, aLow, bHigh, bLow;
573 static bits32 estimateSqrt32( int16 aExp, bits32 a )
584 bits32 z;
596 if ( z <= a ) return (bits32) ( ( (sbits32) a )>>1 );
598 return ( (bits32) ( ( ( (bits64) a )<<31 ) / z ) ) + ( z>>1 );
608 static int8 countLeadingZeros32( bits32
[all...]
H A Dsoftfloat.c233 INLINE bits32 extractFloat32Frac( float32 a )
270 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
291 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
294 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
320 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
382 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
686 if ( 0x7FFD <= (bits32) ( zExp - 1 ) ) {
740 if ( 0x7FFD <= (bits32) ( zEx
[all...]
/netbsd-current/lib/libc/softfloat/bits32/
H A Dsoftfloat.c18 * This differs from the standard bits32/softfloat.c in that float64
117 INLINE bits32 extractFloat32Frac( float32 a )
157 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
179 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
182 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
209 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
272 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
287 INLINE bits32 extractFloat64Frac
[all...]
/netbsd-current/lib/libc/softfloat/bits64/
H A Dsoftfloat.c220 INLINE bits32 extractFloat32Frac( float32 a )
260 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
282 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
285 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
312 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
375 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
696 if ( 0x7FFD <= (bits32) ( zExp - 1 ) ) {
750 if ( 0x7FFD <= (bits32) ( zEx
[all...]
/netbsd-current/regress/lib/libc/ieeefp/testfloat/
H A DwriteHex.c118 void writeHex_bits32( bits32 a, FILE *stream )
H A DtestCases.c1282 static const struct { bits32 high, low; } float64P1[ float64NumP1 ] = {
1289 static const struct { bits32 high, low; } float64P2[ float64NumP2 ] = {
H A DtestLoops.c451 bits32 absAHigh;
/netbsd-current/lib/libc/softfloat/templates/
H A Dsoftfloat.h49 typedef !!!bits32 float32;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp358 const MemoryMapParams *bits32; member in struct:__anon2893::PlatformMemoryMapParams
924 MapParams = FreeBSD_X86_MemoryMapParams.bits32;
945 MapParams = Linux_X86_MemoryMapParams.bits32;

Completed in 356 milliseconds