Home
last modified time | relevance | path

Searched refs:deModf (Results 1 – 3 of 3) 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/modules/glshared/
DglsBuiltinPrecisionTests.cpp3210 const double fract = deModf(x, &truncated); in applyPoint()
3263 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3265 deModf(x, &intPart); whole = intPart); in doApply()
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderBuiltinPrecisionTests.cpp3159 const double fract = deModf(x, &truncated); in applyPoint()
3212 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3214 deModf(x, &intPart); whole = intPart); in doApply()