Searched refs:deModf (Results 1 – 4 of 4) 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/external/vulkancts/modules/vulkan/texture/ |
D | vktSampleVerifierUtil.cpp | 227 fracPart[ndx] = (float) deModf(comp[ndx], &intPart[ndx]); in calcTexelGridCoordRange()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 3190 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/ |
D | glsBuiltinPrecisionTests.cpp | 3275 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()
|