Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/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()
DtcuTextureUtil.cpp1347 deInt32 floorc = deIsInf(log2c) ? std::numeric_limits<deInt32>::min() : deFloorFloatToInt32(log2c); in packRGB999E5()
/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.c109 if (deIsInf(x)) in deFractExp()
DdeMath.h70 DE_INLINE int deIsInf (double x) { return (x > DBL_MAX) - (x < -DBL_MAX); } in deIsInf() function
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp1861 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2068 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2414 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2441 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2703 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp2414 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2441 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2703 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()