Searched refs:mant_off (Results 1 – 1 of 1) sorted by relevance
4729 unsigned int mant_bits, mant_off; in floatformat_to_double() local4743 mant_off = fmt->man_start; in floatformat_to_double()4751 mant_off, mant_bits) != 0) in floatformat_to_double()4758 mant_off += mant_bits; in floatformat_to_double()4783 mant_off = fmt->man_start; in floatformat_to_double()4811 mant_off, mant_bits); in floatformat_to_double()4819 - (mant_off - fmt->man_start) in floatformat_to_double()4825 mant_off += mant_bits; in floatformat_to_double()4899 unsigned int mant_bits, mant_off; in floatformat_from_double() local4953 mant_off = fmt->man_start; in floatformat_from_double()[all …]