Home
last modified time | relevance | path

Searched refs:NAN (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/head/iso/
H A Dmath_c99.h60 #undef NAN
61 #define NAN (__builtin_nanf("")) macro
144 #undef NAN
145 #define NAN __builtin_nan
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dfloat987 tst - -DSCAN=1 - -lm -DSTRTO=1 - -DMAC=1 - -DDIV=1 - -DEXP=1 - -DADD=1 - -DMPY=1 note{ INF and NAN
1044 #undef NAN
1045 #define NAN "NaN"
1052 if (sscanf(NAN, "%g", &f) != 1)
1055 f = atof(NAN);
1073 if (sscanf(NAN, "%lg", &f) != 1)
1076 f = strtod(NAN, &e);
1100 if (sscanf(NAN, "%Lg", &f) != 1)
1103 f = strtold(NAN, &e);
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dmath_h.cfg30 value | NAN | float | math.h | C99+
/illumos-gate/usr/src/cmd/sleep/
H A Dsleep.c98 eptr == argv[0] || d == NAN) { in main()
/illumos-gate/usr/src/boot/include/
H A Dmath.h59 #define NAN __builtin_nanf("") macro
64 #define NAN (__nan.__uf) macro
/illumos-gate/usr/src/lib/libm/common/C/
H A D__rem_pio2m.c178 fq[0] = NAN; /* Make gcc happy */ in __rem_pio2m()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c2533 if (val == NAN || val <= 0.0 || val >= INT_MAX) { in parse_interval()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE390 07-04-11 sfio/sfcvt.c: handle SFFMT_UPPER => nan/inf vs. NAN/INF
574 05-02-08 features/float,sfio.h,sfcvt.c,sftable.c: add INF and fix NAN