Searched refs:top_exp (Results 1 – 1 of 1) sorted by relevance
296 long top_exp, bot_exp; in floatformat_ibm_long_double_is_valid() local299 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()304 if ((unsigned long) top_exp == hfmt->exp_nan) in floatformat_ibm_long_double_is_valid()313 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0) in floatformat_ibm_long_double_is_valid()327 if (bot_exp < top_exp - 53) in floatformat_ibm_long_double_is_valid()329 if (bot_exp > top_exp - 53 && bot_exp != 0) in floatformat_ibm_long_double_is_valid()352 if (-first_bit < top_exp - 53) in floatformat_ibm_long_double_is_valid()354 if (-first_bit > top_exp - 53) in floatformat_ibm_long_double_is_valid()