Searched refs:ISNAN (Results 1 - 3 of 3) sorted by relevance

/external/bison/lib/
H A Dfrexp.c42 # define ISNAN isnanl macro
50 # define ISNAN isnand macro
65 if (ISNAN (x) || x + x == x)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_snprintf.c430 #ifndef ISNAN
431 #define ISNAN(x) (x != x) macro
432 #endif /* !defined(ISNAN) */
1039 if (ISNAN(fvalue))
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_snprintf.c430 #ifndef ISNAN
431 #define ISNAN(x) (x != x) macro
432 #endif /* !defined(ISNAN) */
1039 if (ISNAN(fvalue))

Completed in 74 milliseconds