Searched refs:normalizeRoundAndPackFloat64 (Results 1 - 2 of 2) sorted by path

/linux-master/arch/arm/nwfpe/
H A Dsoftfloat.c453 normalizeRoundAndPackFloat64( struct roundingData *roundData, flag zSign, int16 zExp, bits64 zSig ) function
2060 return normalizeRoundAndPackFloat64( roundData, zSign, zExp, zSig );
2320 return normalizeRoundAndPackFloat64( roundData, aSign ^ zSign, bExp, aSig );
/linux-master/arch/sh/kernel/cpu/sh4/
H A Dsoftfloat.c98 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp,
214 static float64 normalizeRoundAndPackFloat64(flag zSign, int16 zExp, bits64 zSig) function
282 return normalizeRoundAndPackFloat64(zSign, zExp, zSig);

Completed in 200 milliseconds