Home
last modified time | relevance | path

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

12345678910>>...37

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/
Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() function
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/
Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() function
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/
Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() function
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/
H A Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() function
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/
Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() function
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/
Dinverse_trigonometric_functions.h77 inline _LIBCPP_HIDE_FROM_ABI float atan2(float __y, float __x) _NOEXCEPT { return __builtin_atan2f(… in atan2() function
80 _LIBCPP_HIDE_FROM_ABI double atan2(double __x, double __y) _NOEXCEPT { in atan2() function
84 inline _LIBCPP_HIDE_FROM_ABI long double atan2(long double __y, long double __x) _NOEXCEPT { in atan2() function
89 inline _LIBCPP_HIDE_FROM_ABI typename __promote<_A1, _A2>::type atan2(_A1 __y, _A2 __x) _NOEXCEPT { in atan2() function
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/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
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/
H A 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
/aosp_15_r20/external/trusty/musl/src/math/i386/
Datan2.s1 .global atan2 symbol
3 atan2: label
/aosp_15_r20/external/musl/src/math/i386/
H A Datan2.s1 .global atan2 symbol
3 atan2: label
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/
Dmath.rs19 pub(crate) fn atan2(f: f64, other: f64) -> f64 { in atan2() function
131 pub(crate) fn atan2(f: f64, other: f64) -> f64 { in atan2() function
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f32/
Dmath.rs53 pub(crate) fn atan2(f: f32, other: f32) -> f32 { in atan2() function
166 pub(crate) fn atan2(f: f32, other: f32) -> f32 { in atan2() function
/aosp_15_r20/device/google/contexthub/firmware/lib/libm/
Dwf_atan2.c37 double atan2(double y, double x) in atan2() function
/aosp_15_r20/prebuilts/go/linux-x86/src/math/
Datan2.go37 func atan2(y, x float64) float64 { func
/aosp_15_r20/external/musl/src/math/
H A Datan2.c46 double atan2(double y, double x) in atan2() function
/aosp_15_r20/external/trusty/musl/src/math/
Datan2.c46 double atan2(double y, double x) in atan2() function
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/
Datan2.rs52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Datan2.rs52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Datan2.rs52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Datan2.rs52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Datan2.rs52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/
H A Datan2.rs52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/
H A De_atan2.c57 atan2(double y, double x) in atan2() function
/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Datan2_2u5.c40 atan2 (double y, double x) in atan2() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Datan2.cc24 namespace atan2 { namespace

12345678910>>...37