Searched defs:deFloatIsNaN (Results 1 - 1 of 1) sorted by relevance
/third_party/vk-gl-cts/framework/delibs/debase/ | ||
H A D | deMath.h | 68 DE_INLINE deBool deFloatIsNaN (float x) { return (x != x); } in deFloatIsNaN() function |
Completed in 3 milliseconds