Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/auxiliary/util/
Du_snprintf.c433 #ifndef ISINF
434 #define ISINF(x) (x != 0.0 && x + x == x) macro
1041 else if (ISINF(fvalue)) in fmtflt()