Searched refs:exp_bias (Results 1 – 12 of 12) sorted by relevance
372 exponent -= fmt->exp_bias; in floatformat_to_double()399 (- fmt->exp_bias in floatformat_to_double()522 if (exponent + fmt->exp_bias - 1 > 0) in floatformat_from_double()524 fmt->exp_len, exponent + fmt->exp_bias - 1); in floatformat_from_double()531 mant = ldexp (mant, exponent + fmt->exp_bias - 1); in floatformat_from_double()549 && exponent + fmt->exp_bias - 1 > 0) in floatformat_from_double()
69 int exp_bias; member
69 * floatformat.h (struct floatformat): Make "exp_bias" signed.
91 * floatformat.h (struct floatformat): Make "exp_bias" signed.
71 int exp_bias; member
92 * floatformat.h (struct floatformat): Make "exp_bias" signed.
188 exponent -= fmt->exp_bias; in convert_floatformat_to_doublest()190 exponent = 1 - fmt->exp_bias; in convert_floatformat_to_doublest()392 exponent + fmt->exp_bias - 1); in convert_doublest_to_floatformat()
3413 cast "exp_bias" to an int. Reverts 2002-12-04 change.
1078 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.