Searched defs:atan2 (Results 1 – 2 of 2) sorted by relevance
| /device/generic/vulkan-cereal/include/glm/gtx/ |
| D | compatibility.hpp | 52 …template <typename T, precision P> GLM_FUNC_QUALIFIER T atan2(T x, T y){return atan(x, y);} … in atan2() function 53 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> atan2(const tvec2<T, P>& x, cons… in atan2() function 54 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> atan2(const tvec3<T, P>& x, cons… in atan2() function 55 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> atan2(const tvec4<T, P>& x, cons… in atan2() function
|
| /device/google/contexthub/firmware/lib/libm/ |
| D | wf_atan2.c | 37 double atan2(double y, double x) in atan2() function
|