/external/grpc-grpc/third_party/address_sorting/ |
address_sorting.c | 88 uint32_t* bits32 = (uint32_t*)ipv6_address; local 89 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == 0 && 90 bits32[3] == htonl(1); 94 uint32_t* bits32 = (uint32_t*)ipv6_address; local 95 return bits32[0] == 0 && bits32[1] == 0 && bits32[2] == htonl(0x0000ffff); 99 uint32_t* bits32 = (uint32_t*)ipv6_address local [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/ |
arm-gcc.h | 70 typedef unsigned int bits32;
typedef
|
ArmSoftFloatLib.inf | 30 bits32/softfloat.c
|
softfloat-specialize | 130 return ( (bits32)0xFF000000 < (bits32) ( a<<1 ) );
179 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | (bits32)( a.high>>41 );
|
/device/linaro/bootloader/edk2/StdLib/Include/Aarch64/ |
arm-gcc.h | 66 typedef unsigned int bits32;
typedef
|
/device/linaro/bootloader/edk2/StdLib/Include/Arm/ |
arm-gcc.h | 70 typedef unsigned int bits32;
typedef
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits64/ |
softfloat-macros | 43 INLINE void shift32RightJamming( bits32 a, int16 count, bits32 *zPtr )
45 bits32 z;
464 bits32 aHigh, aLow, bHigh, bLow;
467 aLow = (bits32)a;
468 aHigh = (bits32)(a>>32);
469 bLow = (bits32)b;
470 bHigh = (bits32)(b>>32);
596 static bits32 estimateSqrt32( int16 aExp, bits32 a ) [all...] |
softfloat.c | 220 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) ( zExp - 1 ) ) { [all...] |
/device/linaro/bootloader/edk2/ArmPkg/Library/ArmSoftFloatLib/bits32/ |
softfloat.c | 18 * This differs from the standard bits32/softfloat.c in that float64
116 INLINE bits32 extractFloat32Frac( float32 a )
156 normalizeFloat32Subnormal( bits32 aSig, int16 *zExpPtr, bits32 *zSigPtr )
178 INLINE float32 packFloat32( flag zSign, int16 zExp, bits32 zSig )
181 return ( ( (bits32) zSign )<<31 ) + ( ( (bits32) zExp )<<23 ) + zSig;
208 static float32 roundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
271 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig )
286 INLINE bits32 extractFloat64Frac1( float64 a ) [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/bits32/ |
softfloat.c | 18 * 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 extractFloat64Frac1( float64 a ) [all...] |
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/ |
Softfloat.inf | 32 bits32/softfloat.c
|
softfloat-specialize | 134 return ( (bits32)0xFF000000 < (bits32) ( a<<1 ) );
183 return ( ( (bits32) a.sign )<<31 ) | 0x7FC00000 | (bits32)( a.high>>41 );
|
/device/linaro/bootloader/edk2/StdLib/LibC/Softfloat/templates/ |
softfloat.h | 49 typedef !!!bits32 float32;
|
/external/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | 216 const MemoryMapParams *bits32; member in struct:__anon31734::PlatformMemoryMapParams 510 MapParams = FreeBSD_X86_MemoryMapParams.bits32; 522 MapParams = Linux_X86_MemoryMapParams.bits32; [all...] |
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
MemorySanitizer.cpp | 284 const MemoryMapParams *bits32; member in struct:__anon42896::PlatformMemoryMapParams 646 MapParams = FreeBSD_X86_MemoryMapParams.bits32; 667 MapParams = Linux_X86_MemoryMapParams.bits32; [all...] |