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

/freebsd-13-stable/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-13-stable/lib/libc/mips/softfloat/
H A Dmips-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-13-stable/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-13-stable/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-13-stable/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-13-stable/lib/libc/riscv/softfloat/
H A Driscv-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-13-stable/lib/libc/arm/softfloat/
H A Darm-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-13-stable/lib/libc/softfloat/bits32/
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-13-stable/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-13-stable/lib/libc/softfloat/bits64/
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-13-stable/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits32 float32;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp357 const MemoryMapParams *bits32; member in struct:__anon4588::PlatformMemoryMapParams
917 MapParams = FreeBSD_X86_MemoryMapParams.bits32;
938 MapParams = Linux_X86_MemoryMapParams.bits32;

Completed in 200 milliseconds