Searched refs:normalizeRoundAndPackFloat32 (Results 1 – 2 of 2) sorted by relevance
/arch/sh/kernel/cpu/sh4/ |
D | softfloat.c | 103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zExp, 402 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig) in normalizeRoundAndPackFloat32() function 512 return normalizeRoundAndPackFloat32(zSign, zExp, zSig); in subFloat32Sigs()
|
/arch/arm/nwfpe/ |
D | softfloat.c | 280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) in normalizeRoundAndPackFloat32() function 769 return normalizeRoundAndPackFloat32( roundData, zSign, 0x9C, zSign ? - a : a ); in int32_to_float32() 1164 return normalizeRoundAndPackFloat32( roundData, zSign, zExp, zSig ); in subFloat32Sigs() 1439 return normalizeRoundAndPackFloat32( roundData, aSign ^ zSign, bExp, aSig ); in float32_rem()
|