HomeSort by: relevance | last modified time | path
    Searched refs:exp_nan (Results 1 - 15 of 15) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/
floatformat.h 78 unsigned int exp_nan; member in struct:floatformat
  /src/external/gpl3/binutils.old/dist/include/
floatformat.h 78 unsigned int exp_nan; member in struct:floatformat
  /src/external/gpl3/gcc/dist/include/
floatformat.h 78 unsigned int exp_nan; member in struct:floatformat
  /src/external/gpl3/gcc.old/dist/include/
floatformat.h 78 unsigned int exp_nan; member in struct:floatformat
  /src/external/gpl3/gdb/dist/include/
floatformat.h 78 unsigned int exp_nan; member in struct:floatformat
  /src/external/gpl3/gdb.old/dist/include/
floatformat.h 78 unsigned int exp_nan; member in struct:floatformat
  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
504 if ((unsigned long) exponent == fmt->exp_nan)
659 fmt->exp_len, fmt->exp_nan);
671 fmt->exp_len, fmt->exp_nan);
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
504 if ((unsigned long) exponent == fmt->exp_nan)
659 fmt->exp_len, fmt->exp_nan);
671 fmt->exp_len, fmt->exp_nan);
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 308 if ((unsigned long) top_exp == hfmt->exp_nan)
317 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
509 if ((unsigned long) exponent == fmt->exp_nan)
664 fmt->exp_len, fmt->exp_nan);
676 fmt->exp_len, fmt->exp_nan);
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 308 if ((unsigned long) top_exp == hfmt->exp_nan)
317 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
509 if ((unsigned long) exponent == fmt->exp_nan)
664 fmt->exp_len, fmt->exp_nan);
676 fmt->exp_len, fmt->exp_nan);
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
504 if ((unsigned long) exponent == fmt->exp_nan)
655 fmt->exp_len, fmt->exp_nan);
667 fmt->exp_len, fmt->exp_nan);
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 303 if ((unsigned long) top_exp == hfmt->exp_nan)
312 if ((unsigned long) top_exp == hfmt->exp_nan || top_exp == 0)
504 if ((unsigned long) exponent == fmt->exp_nan)
655 fmt->exp_len, fmt->exp_nan);
667 fmt->exp_len, fmt->exp_nan);
  /src/tests/lib/libm/
t_exp.c 185 ATF_TC(exp_nan); variable
186 ATF_TC_HEAD(exp_nan, tc)
191 ATF_TC_BODY(exp_nan, tc)
536 ATF_TP_ADD_TC(tp, exp_nan);
  /src/external/gpl3/gdb/dist/gdb/
target-float.c 379 /* If exp_nan is not set, assume that inf, NaN, and subnormals are not
381 if (! fmt->exp_nan)
397 if (exponent == fmt->exp_nan)
444 if (! fmt->exp_nan)
688 special_exponent = exponent == 0 || exponent == fmt->exp_nan;
815 fmt->exp_len, fmt->exp_nan);
833 fmt->exp_len, fmt->exp_nan);
858 fmt->exp_len, fmt->exp_nan);
1290 special_exponent = exponent == 0 || exponent == fmt->exp_nan;
1391 fmt->exp_len, fmt->exp_nan);
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
target-float.c 379 /* If exp_nan is not set, assume that inf, NaN, and subnormals are not
381 if (! fmt->exp_nan)
397 if (exponent == fmt->exp_nan)
444 if (! fmt->exp_nan)
688 special_exponent = exponent == 0 || exponent == fmt->exp_nan;
815 fmt->exp_len, fmt->exp_nan);
833 fmt->exp_len, fmt->exp_nan);
858 fmt->exp_len, fmt->exp_nan);
1290 special_exponent = exponent == 0 || exponent == fmt->exp_nan;
1391 fmt->exp_len, fmt->exp_nan);
    [all...]

Completed in 36 milliseconds