Home
last modified time | relevance | path

Searched refs:exp_nan (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/libiberty/
Dfloatformat.c304 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()
488 if ((unsigned long) exponent == fmt->exp_nan) in floatformat_to_double()
638 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
650 fmt->exp_len, fmt->exp_nan); in floatformat_from_double()
/toolchain/binutils/binutils-2.27/include/
Dfloatformat.h78 unsigned int exp_nan; member