Home
last modified time | relevance | path

Searched refs:bits32 (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros71 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
107 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
218 bits32 a0, bits32 a1, int16 count, bits32 *z0Ptr, bits32 *z1Ptr )
274 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
334 bits32 a0, bits32 a1, bits32 b0, bits32 b1, bits32 *z0Ptr, bits32 *z1Ptr )
388 INLINE void mul32To64( bits32 a, bits32 b, bits32 *z0Ptr, bits32 *z1Ptr )
488 static bits32 estimateDiv64To32( bits32 a0, bits32 a1, bits32 b )
601 INLINE flag eq64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 )
615 INLINE flag le64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 )
629 INLINE flag lt64( bits32 a0, bits32 a1, bits32 b0, bits32 b1 )
[all …]
H A Dsoftfloat.c149 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr ) in normalizeFloat32Subnormal()
174 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig; in packFloat32()
336 bits32 aSig0, in normalizeFloat64Subnormal()
337 bits32 aSig1, in normalizeFloat64Subnormal()
379 packFloat64( flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in packFloat64()
413 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1, bits32 zSig2 ) in roundAndPackFloat64()
498 flag zSign, int16 zExp, bits32 zSig0, bits32 zSig1 ) in normalizeRoundAndPackFloat64()
501 bits32 zSig2; in normalizeRoundAndPackFloat64()
550 bits32 absA; in int32_to_float64()
656 bits32 aSig; in float32_to_int32_round_to_zero()
[all …]
/freebsd-13.1/secure/lib/libcrypt/
H A Dcrypt-des.c166 static u_int32_t bits32[32] = variable
227 bits24 = (bits28 = bits32 + 4) + 4; in des_init()
288 *il |= bits32[obit]; in des_init()
290 *ir |= bits32[obit-32]; in des_init()
292 *fl |= bits32[obit]; in des_init()
294 *fr |= bits32[obit - 32]; in des_init()
340 *p |= bits32[un_pbox[8 * b + j]]; in des_init()
/freebsd-13.1/lib/libc/softfloat/bits64/
H A Dsoftfloat.c1389 bits32 aSig; in float32_to_int32()
1421 bits32 aSig; in float32_to_int32_round_to_zero()
1465 bits32 aSig; in float32_to_int64()
1502 bits32 aSig; in float32_to_int64_round_to_zero()
1547 bits32 aSig; in float32_to_float64()
1579 bits32 aSig; in float32_to_floatx80()
1613 bits32 aSig; in float32_to_float128()
1902 bits32 zSig; in float32_mul()
2026 bits32 q; in float32_rem()
2509 bits32 zSig; in float64_to_float32()
[all …]
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 a )
/freebsd-13.1/tools/test/testfloat/
H A DwriteHex.h29 void writeHex_bits32( bits32, FILE * );
H A DwriteHex.c86 void writeHex_bits32( bits32 a, FILE *stream ) in writeHex_bits32()
H A Dslowfloat-32.c31 bits32 a0, a1;
63 bits32 extra; in shortShift64RightJamming()
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; in roundFloatXTo24()
H A DtestLoops.c420 bits32 absAHigh; in float64_isNaN()
/freebsd-13.1/lib/libc/powerpcspe/softfloat/
H A Dpowerpc-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-13.1/lib/libc/powerpc64/softfloat/
H A Dpowerpc-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-13.1/lib/libc/riscv/softfloat/
H A Driscv-gcc.h53 typedef unsigned int bits32; typedef
/freebsd-13.1/lib/libc/mips/softfloat/
H A Dmips-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-13.1/lib/libc/powerpc/softfloat/
H A Dpowerpc-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-13.1/lib/libc/arm/softfloat/
H A Darm-gcc.h57 typedef unsigned int bits32; typedef
/freebsd-13.1/lib/libc/softfloat/
H A Dsoftfloat-history.txt30 `bits32' and a `bits64' version. Renamed `environment.h' to `milieu.h'
H A Dsoftfloat-source.txt111 bits32
125 bits32 - SoftFloat implementation using only 32-bit integers.
165 in `bits*' for either `bits32' or `bits64'.
291 The remaining steps occur within either the `bits32' or `bits64'
H A Dsoftfloat-specialize126 return ( 0xFF000000 < (bits32) ( a<<1 ) );
175 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
/freebsd-13.1/lib/libc/softfloat/templates/
H A Dsoftfloat.h50 typedef !!!bits32 float32;
H A Dsoftfloat-specialize82 return ( 0xFF000000 < (bits32) ( a<<1 ) );
127 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | ( a.high>>41 );
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp358 const MemoryMapParams *bits32; member
924 MapParams = FreeBSD_X86_MemoryMapParams.bits32; in initializeModule()
945 MapParams = Linux_X86_MemoryMapParams.bits32; in initializeModule()