Searched refs:mant_long (Results 1 – 1 of 1) sorted by relevance
669 unsigned long mant_long; in floatformat_from_double() local673 mant_long = (unsigned long)mant; in floatformat_from_double()674 mant -= mant_long; in floatformat_from_double()682 mant_long &= 0x7fffffff; in floatformat_from_double()689 mant_long >>= 32 - mant_bits; in floatformat_from_double()693 mant_off, mant_bits, mant_long); in floatformat_from_double()