/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__math/ |
D | inverse_hyperbolic_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function 61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function 65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function 68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__math/ |
D | inverse_hyperbolic_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function 61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function 65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function 68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__math/ |
D | inverse_hyperbolic_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function 61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function 65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function 68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__math/ |
D | inverse_hyperbolic_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function 61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function 65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function 68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
|
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__math/ |
H A D | inverse_hyperbolic_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function 61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function 65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function 68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__math/ |
D | inverse_hyperbolic_functions.h | 58 inline _LIBCPP_HIDE_FROM_ABI float atanh(float __x) _NOEXCEPT { return __builtin_atanhf(__x); } in atanh() function 61 _LIBCPP_HIDE_FROM_ABI double atanh(double __x) _NOEXCEPT { in atanh() function 65 inline _LIBCPP_HIDE_FROM_ABI long double atanh(long double __x) _NOEXCEPT { return __builtin_atanhl… in atanh() function 68 inline _LIBCPP_HIDE_FROM_ABI double atanh(_A1 __x) _NOEXCEPT { in atanh() function
|
/aosp_15_r20/hardware/google/gfxstream/third-party/glm/include/glm/detail/ |
D | func_trigonometric.inl | 180 GLM_FUNC_QUALIFIER genType atanh(genType x) function 191 GLM_FUNC_QUALIFIER vecType<T, P> atanh(vecType<T, P> const & v) function
|
/aosp_15_r20/external/oboe/samples/RhythmGame/third_party/glm/detail/ |
H A D | func_trigonometric.inl | 180 GLM_FUNC_QUALIFIER genType atanh(genType x) function 191 GLM_FUNC_QUALIFIER vecType<T, P> atanh(vecType<T, P> const & v) function
|
/aosp_15_r20/external/fdlibm/ |
H A D | w_atanh.c | 21 double atanh(double x) /* wrapper atanh */ in atanh() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/math/ |
D | atanh.go | 55 func atanh(x float64) float64 { func
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | atanh.rs | 9 pub fn atanh(x: f64) -> f64 { in atanh() function
|
/aosp_15_r20/external/rust/android-crates-io/crates/libm/src/math/ |
D | atanh.rs | 9 pub fn atanh(x: f64) -> f64 { in atanh() 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 | atanh.rs | 9 pub fn atanh(x: f64) -> f64 { in atanh() 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 | atanh.rs | 9 pub fn atanh(x: f64) -> f64 { in atanh() function
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/compiler_builtins/libm/src/math/ |
H A D | atanh.rs | 9 pub fn atanh(x: f64) -> f64 { in atanh() 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 | atanh.rs | 9 pub fn atanh(x: f64) -> f64 { in atanh() function
|
/aosp_15_r20/external/musl/src/math/ |
H A D | atanh.c | 4 double atanh(double x) in atanh() function
|
/aosp_15_r20/bionic/libm/upstream-freebsd/lib/msun/src/ |
H A D | e_atanh.c | 41 atanh(double x) in atanh() function
|
/aosp_15_r20/external/trusty/musl/src/math/ |
D | atanh.c | 4 double atanh(double x) in atanh() function
|
/aosp_15_r20/external/arm-optimized-routines/pl/math/ |
H A D | sv_atanhf_2u8.c | 28 svfloat32_t SV_NAME_F1 (atanh) (svfloat32_t x, const svbool_t pg) in SV_NAME_F1() argument
|
H A D | sv_atanh_3u3.c | 28 svfloat64_t SV_NAME_D1 (atanh) (svfloat64_t x, const svbool_t pg) in SV_NAME_D1() argument
|
H A D | v_atanh_3u5.c | 34 float64x2_t V_NAME_D1 (atanh) (float64x2_t x) in V_NAME_D1() argument
|
H A D | v_atanhf_3u1.c | 42 VPCS_ATTR float32x4_t V_NAME_F1 (atanh) (float32x4_t x) in V_NAME_F1() argument
|
H A D | atanh_3u.c | 62 atanh (double x) in atanh() function
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/ |
D | math.h | 1086 inline _LIBCPP_INLINE_VISIBILITY float atanh(float __lcpp_x) _NOEXCEPT {return ::atanhf… in atanh() function 1087 inline _LIBCPP_INLINE_VISIBILITY long double atanh(long double __lcpp_x) _NOEXCEPT {return ::atanhl… in atanh() function 1092 atanh(_A1 __lcpp_x) _NOEXCEPT {return ::atanh((double)__lcpp_x);} in atanh() function
|