Home
last modified time | relevance | path

Searched refs:normalizeRoundAndPackFloat32 (Results 1 – 1 of 1) sorted by relevance

/external/qemu/fpu/
Dsoftfloat.c325 normalizeRoundAndPackFloat32( flag zSign, int16 zExp, bits32 zSig STATUS_PARAM) in normalizeRoundAndPackFloat32() function
1058 return normalizeRoundAndPackFloat32( zSign, 0x9C, zSign ? - a : a STATUS_VAR ); in int32_to_float32()
1728 return normalizeRoundAndPackFloat32( zSign, zExp, zSig STATUS_VAR ); in subFloat32Sigs()
1992 return normalizeRoundAndPackFloat32( aSign ^ zSign, bExp, aSig STATUS_VAR ); in float32_rem()