Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/debase/
DdeMath.h104 DE_INLINE double deModf (double x, double* i) { return modf(x, i); } in deModf() function
/external/deqp/modules/glshared/
DglsBuiltinPrecisionTests.cpp3085 const double fract = deModf(x, &truncated); in applyPoint()
3138 TCU_INTERVAL_APPLY_MONOTONE1(fracIV, x, iargs.a, frac, frac = deModf(x, &intPart)); in doApply()
3140 deModf(x, &intPart); whole = intPart); in doApply()