Home
last modified time | relevance | path

Searched defs:atan2 (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/include/glm/gtx/
Dcompatibility.hpp52 …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/
Dwf_atan2.c37 double atan2(double y, double x) in atan2() function