Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/libiberty/
Dfloatformat.c286 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()
/mirbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.c186 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()
/mirbsd/src/gnu/usr.bin/binutils/include/
Dfloatformat.h73 unsigned int exp_nan; member