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

  /external/deqp/framework/delibs/debase/
deMath.h 65 DE_INLINE int deFloatIsInf (float x) { return (x > FLT_MAX) - (x < -FLT_MAX); }
  /external/deqp/modules/internal/
ditFrameworkTests.cpp 651 } while (deFloatIsInf(v) || deFloatIsNaN(v));

Completed in 57 milliseconds