Home
last modified time | relevance | path

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

/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfcvt.c42 #define isnan(n) (fpclassify(n)==FP_NAN)
43 #define isnanl(n) (fpclassify(n)==FP_NAN)
174 case FP_NAN:
348 case FP_NAN:
/titanic_44/usr/src/test/libc-tests/cfg/symbols/
H A Dmath_h.cfg31 value | FP_NAN | int | math.h | C99+
/titanic_44/usr/src/head/iso/
H A Dmath_c99.h92 isnan(__x_c) ? FP_NAN : \
201 #undef FP_NAN
202 #define FP_NAN 4 macro