HomeSort by relevance Sort by last modified time
    Searched refs:deRound (Results 1 - 2 of 2) sorted by null

  /external/deqp/framework/delibs/debase/
deMath.c 134 return 2.0 * deRound(a / 2.0);
135 return deRound(a);
deMath.h 103 DE_INLINE double deRound (double a) { return floor(a + 0.5); }

Completed in 33 milliseconds