HomeSort by: relevance | last modified time | path
    Searched defs:NAN (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/fixincludes/tests/base/iso/
math_c99.h 39 #undef NAN
40 #define NAN (__builtin_nanf(""))
  /src/external/gpl3/gcc.old/dist/fixincludes/tests/base/iso/
math_c99.h 39 #undef NAN
40 #define NAN (__builtin_nanf(""))
  /src/external/gpl3/gcc/dist/libquadmath/printf/
quadmath-printf.h 185 #undef NAN
186 #define NAN __builtin_nanf ("")
  /src/external/gpl3/gcc.old/dist/libquadmath/printf/
quadmath-printf.h 185 #undef NAN
186 #define NAN __builtin_nanf ("")
  /src/include/
math.h 116 /* 7.12#5 NAN: a quiet NaN, if supported */
119 #define NAN __builtin_nanf("")
122 #define NAN __nanf.__val
462 double nan(const char *);
  /src/external/gpl3/binutils/dist/libiberty/
floatformat.c 20 /* This is needed to pick up the NAN macro on some systems. */
52 #ifndef NAN
54 #define NAN DBL_QNAN
56 #define NAN (0.0 / 0.0)
306 /* A NaN is valid with any low part. */
501 /* If the exponent indicates a NaN, we don't have information to
503 don't try to preserve the type of NaN. FIXME. */
506 int nan = mant_bits_set (fmt, ufrom); local
515 if (nan)
516 dto = NAN;
    [all...]
  /src/external/gpl3/binutils.old/dist/libiberty/
floatformat.c 20 /* This is needed to pick up the NAN macro on some systems. */
52 #ifndef NAN
54 #define NAN DBL_QNAN
56 #define NAN (0.0 / 0.0)
306 /* A NaN is valid with any low part. */
501 /* If the exponent indicates a NaN, we don't have information to
503 don't try to preserve the type of NaN. FIXME. */
506 int nan = mant_bits_set (fmt, ufrom); local
515 if (nan)
516 dto = NAN;
    [all...]
  /src/external/gpl3/gcc/dist/libiberty/
floatformat.c 20 /* This is needed to pick up the NAN macro on some systems. */
52 #ifndef NAN
54 #define NAN DBL_QNAN
58 #define NAN (0.0 / zero)
60 #define NAN (0.0 / 0.0)
311 /* A NaN is valid with any low part. */
506 /* If the exponent indicates a NaN, we don't have information to
508 don't try to preserve the type of NaN. FIXME. */
511 int nan = mant_bits_set (fmt, ufrom); local
520 if (nan)
    [all...]
  /src/external/gpl3/gcc.old/dist/libiberty/
floatformat.c 20 /* This is needed to pick up the NAN macro on some systems. */
52 #ifndef NAN
54 #define NAN DBL_QNAN
58 #define NAN (0.0 / zero)
60 #define NAN (0.0 / 0.0)
311 /* A NaN is valid with any low part. */
506 /* If the exponent indicates a NaN, we don't have information to
508 don't try to preserve the type of NaN. FIXME. */
511 int nan = mant_bits_set (fmt, ufrom); local
520 if (nan)
    [all...]
  /src/external/gpl3/gdb/dist/libiberty/
floatformat.c 20 /* This is needed to pick up the NAN macro on some systems. */
52 #ifndef NAN
54 #define NAN DBL_QNAN
56 #define NAN (0.0 / 0.0)
306 /* A NaN is valid with any low part. */
501 /* If the exponent indicates a NaN, we don't have information to
503 don't try to preserve the type of NaN. FIXME. */
506 int nan = mant_bits_set (fmt, ufrom); local
515 if (nan)
516 dto = NAN;
    [all...]
  /src/external/gpl3/gdb.old/dist/libiberty/
floatformat.c 20 /* This is needed to pick up the NAN macro on some systems. */
52 #ifndef NAN
54 #define NAN DBL_QNAN
56 #define NAN (0.0 / 0.0)
306 /* A NaN is valid with any low part. */
501 /* If the exponent indicates a NaN, we don't have information to
503 don't try to preserve the type of NaN. FIXME. */
506 int nan = mant_bits_set (fmt, ufrom); local
515 if (nan)
516 dto = NAN;
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/aarch64eb/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/alpha/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/arm/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/armeb/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/hppa/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/i386/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/ia64/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68000/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/m68k/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64eb/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mips64el/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipseb/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]
  /src/external/gpl3/gdb/lib/libgnulib/arch/mipsel/gnulib/import/
math.h 51 /* On OpenVMS, NAN, INFINITY, and HUGEVAL macros are defined in <fp.h>. */
52 #if defined __VMS && ! defined NAN
666 /* POSIX allows platforms that don't support NAN. But all major
668 IEEE NaN, so we define this unconditionally. We also must define
669 it on platforms like Solaris 10, where NAN is present but defined
671 #if !defined NAN || 0
673 # undef NAN
683 # define NAN (_NaN())
685 # define NAN (0.0f / 0.0f)
1618 If x is infinite or NaN: mantissa = x, exp unspecified
    [all...]

Completed in 53 milliseconds

1 2 3