Searched refs:normalizeRoundAndPackFloat32 (Results 1 - 2 of 2) sorted by last modified time

/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c103 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zExp,
402 static float32 normalizeRoundAndPackFloat32(flag zSign, int16 zExp, bits32 zSig) function
512 return normalizeRoundAndPackFloat32(zSign, zExp, zSig);
/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.c280 normalizeRoundAndPackFloat32( struct roundingData *roundData, flag zSign, int16 zExp, bits32 zSig ) function
769 return normalizeRoundAndPackFloat32( roundData, zSign, 0x9C, zSign ? - a : a );
1164 return normalizeRoundAndPackFloat32( roundData, zSign, zExp, zSig );
1439 return normalizeRoundAndPackFloat32( roundData, aSign ^ zSign, bExp, aSig );

Completed in 203 milliseconds