Searched refs:deFloatAtan2 (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fShaderConstExprTests.cpp | 81 …} (-1.0), ${T} (-1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtan2(-1.0f, -1.0f) }, in init()
|
/third_party/vk-gl-cts/modules/gles3/functional/ |
D | es3fShaderConstExprTests.cpp | 82 …} (-1.0), ${T} (-1.0))", glu::TYPE_FLOAT, 1, 4, glu::TYPE_FLOAT, deFloatAtan2(-1.0f, -1.0f) }, in init()
|
/third_party/vk-gl-cts/framework/delibs/debase/ |
D | deMath.h | 221 DE_INLINE float deFloatAtan2 (float y, float x) { return (float)atan2(y, x); } in deFloatAtan2() function
|
/third_party/vk-gl-cts/framework/common/ |
D | tcuVectorUtil.hpp | 460 TCU_DECLARE_VECTOR_BINARY_FUNC(atan2, deFloatAtan2)
|