/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | inverse_trigonometric_functions.h | 77 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/ |
D | inverse_trigonometric_functions.h | 77 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/ |
D | inverse_trigonometric_functions.h | 77 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 D | inverse_trigonometric_functions.h | 77 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/ |
D | inverse_trigonometric_functions.h | 77 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/ |
D | inverse_trigonometric_functions.h | 77 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/ |
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
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/gtx/ |
H A 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
|
/aosp_15_r20/external/trusty/musl/src/math/i386/ |
D | atan2.s | 1 .global atan2 symbol 3 atan2: label
|
/aosp_15_r20/external/musl/src/math/i386/ |
H A D | atan2.s | 1 .global atan2 symbol 3 atan2: label
|
/aosp_15_r20/external/rust/android-crates-io/crates/glam/src/f64/ |
D | math.rs | 19 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/ |
D | math.rs | 53 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/ |
D | wf_atan2.c | 37 double atan2(double y, double x) in atan2() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | atan2.go | 37 func atan2(y, x float64) float64 { func
|
/aosp_15_r20/external/musl/src/math/ |
H A D | atan2.c | 46 double atan2(double y, double x) in atan2() function
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | atan2.c | 46 double atan2(double y, double x) in atan2() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | atan2.rs | 52 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 D | atan2.rs | 52 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 D | atan2.rs | 52 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 D | atan2.rs | 52 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 D | atan2.rs | 52 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 D | atan2.rs | 52 pub fn atan2(y: f64, x: f64) -> f64 { in atan2() function
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_atan2.c | 57 atan2(double y, double x) in atan2() function
|
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | atan2_2u5.c | 40 atan2 (double y, double x) in atan2() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | atan2.cc | 24 namespace atan2 { namespace
|