Searched refs:top_exp (Results 1 – 1 of 1) sorted by relevance
294 long top_exp, bot_exp; in floatformat_ibm_long_double_is_valid() local297 top_exp = get_field (ufrom, hfmt->byteorder, hfmt->totalsize, in floatformat_ibm_long_double_is_valid()302 if ((unsigned long) top_exp == hfmt->exp_nan) in floatformat_ibm_long_double_is_valid()311 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0) in floatformat_ibm_long_double_is_valid()325 if (bot_exp < top_exp - 53) in floatformat_ibm_long_double_is_valid()327 if (bot_exp > top_exp - 53 && bot_exp != 0) in floatformat_ibm_long_double_is_valid()350 if (-first_bit < top_exp - 53) in floatformat_ibm_long_double_is_valid()352 if (-first_bit > top_exp - 53) in floatformat_ibm_long_double_is_valid()