Searched refs:deFloatIsInf (Results 1 – 2 of 2) sorted by relevance
66 DE_INLINE int deFloatIsInf (float x) { return (x > FLT_MAX) - (x < -FLT_MAX); } in deFloatIsInf() function
665 } while (deFloatIsInf(v) || deFloatIsNaN(v)); in ConstantInterpolationTest()