50 if ( (10 <= shiftDist) && ((
unsigned int) exp < 0x7FD) ) {
51 uZ.
ui =
packToF64UI( sign, sig ? exp : 0, sig<<(shiftDist - 10) );
float64_t softfloat_roundPackToF64(bool, int_fast16_t, uint_fast64_t)
#define packToF64UI(sign, exp, sig)
#define softfloat_countLeadingZeros64
float64_t softfloat_normRoundPackToF64(bool sign, int_fast16_t exp, uint_fast64_t sig)