HomeSort by relevance Sort by last modified time
    Searched refs:ISNAN (Results 1 - 3 of 3) sorted by null

  /external/bison/lib/
frexp.c 42 # define ISNAN isnanl
50 # define ISNAN isnand
65 if (ISNAN (x) || x + x == x)
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 430 #ifndef ISNAN
431 #define ISNAN(x) (x != x)
432 #endif /* !defined(ISNAN) */
1039 if (ISNAN(fvalue))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 430 #ifndef ISNAN
431 #define ISNAN(x) (x != x)
432 #endif /* !defined(ISNAN) */
1039 if (ISNAN(fvalue))
    [all...]

Completed in 259 milliseconds