Searched refs:yOverX (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeMath.h144 DE_INLINE float deFloatAtanOver (float yOverX) { return (float)atan(yOverX); } argument
158 DE_INLINE double deAtanOver (double yOverX) { return atan(yOverX); } argument

Completed in 286 milliseconds