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

  /external/deqp/framework/common/
tcuInterval.hpp 33 #define TCU_INFINITY (::std::numeric_limits<float>::infinity())
63 , m_lo (TCU_INFINITY)
64 , m_hi (-TCU_INFINITY) {}
70 , m_lo (m_hasNaN ? TCU_INFINITY : val)
71 , m_hi (m_hasNaN ? -TCU_INFINITY : val) {}
84 bool isFinite (void) const { return m_lo > -TCU_INFINITY && m_hi < TCU_INFINITY; }
132 return Interval(nan, -TCU_INFINITY, TCU_INFINITY);
tcuFloatFormat.cpp 166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY);
  /external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
vktShaderBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/glshared/
glsBuiltinPrecisionTests.cpp     [all...]
  /external/deqp/modules/egl/
teglResizeTests.cpp 455 return (Interval(i) + margin) & Interval(0.0, TCU_INFINITY);

Completed in 142 milliseconds