Home
last modified time | relevance | path

Searched refs:ISNAN (Results 1 – 2 of 2) 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/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c430 #ifndef ISNAN
431 #define ISNAN(x) (x != x) macro
1039 if (ISNAN(fvalue)) in fmtflt()