Home
last modified time | relevance | path

Searched refs:deModf (Results 1 – 8 of 8) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
DdeMath.h184 DE_INLINE double deModf (double x, double* i) { return modf(x, i); } in deModf() function
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp227 fracPart[ndx] = (float) deModf(comp[ndx], &intPart[ndx]); in calcTexelGridCoordRange()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/texture/
DvktSampleVerifierUtil.cpp227 fracPart[ndx] = (float) deModf(comp[ndx], &intPart[ndx]); in calcTexelGridCoordRange()
/third_party/vk-gl-cts/modules/glshared/
DglsBuiltinPrecisionTests.cpp3276 const double fract = deModf(x, &truncated); in applyPoint()
3329 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3331 deModf(x, &intPart); whole = intPart); in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4220 const double fract = deModf(x, &truncated); in applyPoint()
4298 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
4300 deModf(x, &intPart); whole = intPart); in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp4220 const double fract = deModf(x, &truncated); in applyPoint()
4298 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
4300 deModf(x, &intPart); whole = intPart); in doApply()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp15158 const double result (deModf(d, &i)); in calc()
15179 const double unused (deModf(d, &i)); in calc()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmInstructionTests.cpp15158 const double result (deModf(d, &i)); in calc()
15179 const double unused (deModf(d, &i)); in calc()