50 if ( (7 <= shiftDist) && ((
unsigned int) exp < 0xFD) ) {
51 uZ.
ui =
packToF32UI( sign, sig ? exp : 0, sig<<(shiftDist - 7) );
float32_t softfloat_roundPackToF32(bool, int_fast16_t, uint_fast32_t)
#define packToF32UI(sign, exp, sig)
#define softfloat_countLeadingZeros32
float32_t softfloat_normRoundPackToF32(bool sign, int_fast16_t exp, uint_fast32_t sig)