Searched refs:deModf (Results 1 – 3 of 3) sorted by relevance
/external/deqp/framework/delibs/debase/ |
D | deMath.h | 106 DE_INLINE double deModf (double x, double* i) { return modf(x, i); } in deModf() function
|
/external/deqp/modules/glshared/ |
D | glsBuiltinPrecisionTests.cpp | 3210 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/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3159 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()
|