Searched defs:deFloatAtan2 (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/delibs/debase/
H A DdeMath.h143 DE_INLINE float deFloatAtan2 (float y, float x) { return (float)atan2(y, x); } function

Completed in 78 milliseconds