Home
last modified time | relevance | path

Searched refs:deIsInf (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/common/
DtcuFloatFormat.cpp105 else if (deIsInf(frac)) in ulp()
165 else if (deIsInf(d) || rExp > m_maxExp) in clampValue()
231 else if (deIsInf(x)) in floatToHex()
/external/deqp/framework/delibs/debase/
DdeMath.c109 if (deIsInf(x)) in deFractExp()
DdeMath.h68 DE_INLINE int deIsInf (double x) { return (x > DBL_MAX) - (x < -DBL_MAX); } in deIsInf() function
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp1818 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2025 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp1860 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2067 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()