Searched refs:NAN (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | float | 955 tst - -DSCAN=1 - -lm -DSTRTO=1 - -DMAC=1 - -DDIV=1 - -DEXP=1 - -DADD=1 - -DMPY=1 note{ INF and NAN … 1011 #undef NAN 1012 #define NAN "NaN" 1019 if (sscanf(NAN, "%g", &f) != 1) 1022 f = atof(NAN); 1040 if (sscanf(NAN, "%lg", &f) != 1) 1043 f = strtod(NAN, &e); 1066 if (sscanf(NAN, "%Lg", &f) != 1) 1069 f = strtold(NAN, &e);
|
/titanic_50/usr/src/test/libc-tests/cfg/symbols/ |
H A D | math_h.cfg | 30 value | NAN | float | math.h | C99+
|
/titanic_50/usr/src/head/iso/ |
H A D | math_c99.h | 57 #undef NAN 58 #define NAN (__builtin_nanf("")) macro 136 #undef NAN 137 #define NAN __builtin_nan
|
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 2533 if (val == NAN || val <= 0.0 || val >= INT_MAX) { in parse_interval()
|
/titanic_50/usr/src/lib/libast/common/ |
H A D | RELEASE | 202 07-04-11 sfio/sfcvt.c: handle SFFMT_UPPER => nan/inf vs. NAN/INF 386 05-02-08 features/float,sfio.h,sfcvt.c,sftable.c: add INF and fix NAN
|