Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h65 DE_INLINE int deFloatIsInf (float x) { return (x > FLT_MAX) - (x < -FLT_MAX); } in deFloatIsInf() function
/external/deqp/modules/internal/
DditFrameworkTests.cpp665 } while (deFloatIsInf(v) || deFloatIsNaN(v)); in ConstantInterpolationTest()