Home
last modified time | relevance | path

Searched refs:deFloatAtan2 (Results 1 – 4 of 4) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderConstExprTests.cpp81 …} (-1.0), ${T} (-1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtan2(-1.0f, -1.0f) }, in init()
/external/deqp/framework/delibs/debase/
DdeMath.h144 DE_INLINE float deFloatAtan2 (float y, float x) { return (float)atan2(y, x); } in deFloatAtan2() function
/external/deqp/modules/gles3/functional/
Des3fShaderConstExprTests.cpp82 …} (-1.0), ${T} (-1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtan2(-1.0f, -1.0f) }, in init()
/external/deqp/framework/common/
DtcuVectorUtil.hpp460 TCU_DECLARE_VECTOR_BINARY_FUNC(atan2, deFloatAtan2)