Home
last modified time | relevance | path

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

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