Searched refs:mant_long (Results 1 – 3 of 3) sorted by relevance
527 unsigned long mant_long; in floatformat_from_double() local531 mant_long = (unsigned long)mant; in floatformat_from_double()532 mant -= mant_long; in floatformat_from_double()540 mant_long &= 0x7fffffff; in floatformat_from_double()547 mant_long >>= 32 - mant_bits; in floatformat_from_double()551 mant_off, mant_bits, mant_long); in floatformat_from_double()
391 unsigned long mant_long; in convert_doublest_to_floatformat() local395 mant_long = ((unsigned long) mant) & 0xffffffffL; in convert_doublest_to_floatformat()396 mant -= mant_long; in convert_doublest_to_floatformat()405 mant_long <<= 1; in convert_doublest_to_floatformat()406 mant_long &= 0xffffffffL; in convert_doublest_to_floatformat()422 mant_long >>= 32 - mant_bits; in convert_doublest_to_floatformat()426 mant_off, mant_bits, mant_long); in convert_doublest_to_floatformat()