Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h106 DE_INLINE double deModf (double x, double* i) { return modf(x, i); } in deModf() function
/external/deqp/external/vulkancts/modules/vulkan/texture/
DvktSampleVerifierUtil.cpp227 fracPart[ndx] = (float) deModf(comp[ndx], &intPart[ndx]); in calcTexelGridCoordRange()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3190 const double fract = deModf(x, &truncated); in applyPoint()
3243 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3245 deModf(x, &intPart); whole = intPart); in doApply()
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3275 const double fract = deModf(x, &truncated); in applyPoint()
3328 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3330 deModf(x, &intPart); whole = intPart); in doApply()