Searched refs:int32 (Results 1 – 5 of 5) sorted by relevance
/arch/arm/nwfpe/ |
D | softfloat.c | 70 static int32 roundAndPackInt32( struct roundingData *roundData, flag zSign, bits64 absZ ) in roundAndPackInt32() 75 int32 z; in roundAndPackInt32() 483 INLINE int32 extractFloatx80Exp( floatx80 a ) in extractFloatx80Exp() 512 normalizeFloatx80Subnormal( bits64 aSig, int32 *zExpPtr, bits64 *zSigPtr ) in normalizeFloatx80Subnormal() 528 INLINE floatx80 packFloatx80( flag zSign, int32 zExp, bits64 zSig ) in packFloatx80() 566 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in roundAndPackFloatx80() 735 struct roundingData *roundData, flag zSign, int32 zExp, bits64 zSig0, bits64 zSig1 in normalizeRoundAndPackFloatx80() 762 float32 int32_to_float32(struct roundingData *roundData, int32 a) in int32_to_float32() 780 float64 int32_to_float64( int32 a ) in int32_to_float64() 806 floatx80 int32_to_floatx80( int32 a ) in int32_to_floatx80() [all …]
|
D | ARM-gcc.h | 26 typedef signed int int32; typedef
|
D | softfloat.h | 278 extern int32 float64_to_uint32( struct roundingData *roundData, float64 a ); 279 extern int32 float64_to_uint32_round_to_zero( float64 a );
|
/arch/mips/include/asm/octeon/ |
D | cvmx.h | 240 CVMX_BUILD_WRITE64(int32, "sw"); 256 CVMX_BUILD_READ64(int32, "lw");
|
/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 50 typedef signed int int32; typedef
|