Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/framework/common/
H A 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()
H A DtcuTextureUtil.cpp1349 deInt32 floorc = deIsInf(log2c) ? std::numeric_limits<deInt32>::min() : deFloorFloatToInt32(log2c);
/third_party/vk-gl-cts/framework/delibs/debase/
H A DdeMath.c109 if (deIsInf(x)) in deFractExp()
H A 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/
H A 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/vulkan/shaderexecutor/
H A DvktShaderBuiltinPrecisionTests.cpp2441 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2468 return ctx.format.roundOut(exact, !deIsInf(x) && !deIsInf(y)); in applyPoint()
2730 if (!deIsInf(x) && !deIsInf(y) && y != 0.0) in applyPoint()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
H A 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()

Completed in 36 milliseconds