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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 433 #ifndef ISINF
434 #define ISINF(x) (x != 0.0 && x + x == x)
435 #endif /* !defined(ISINF) */
1041 else if (ISINF(fvalue))
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 433 #ifndef ISINF
434 #define ISINF(x) (x != 0.0 && x + x == x)
435 #endif /* !defined(ISINF) */
1041 else if (ISINF(fvalue))
    [all...]

Completed in 60 milliseconds