Searched refs:exp_nan (Results 1 – 3 of 3) sorted by relevance
286 if ((unsigned long) exponent == fmt->exp_nan) in floatformat_to_double()326 special_exponent = exponent == 0 || (unsigned long) exponent == fmt->exp_nan; in floatformat_to_double()463 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()475 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
186 special_exponent = exponent == 0 || exponent == fmt->exp_nan; in convert_floatformat_to_doublest()371 fmt->exp_len, fmt->exp_nan); in convert_doublest_to_floatformat()389 fmt->exp_len, fmt->exp_nan); in convert_doublest_to_floatformat()516 if (! fmt->exp_nan) in floatformat_is_nan()522 if (exponent != fmt->exp_nan) in floatformat_is_nan()575 if (! fmt->exp_nan) in floatformat_mantissa()
73 unsigned int exp_nan; member