Home
last modified time | relevance | path

Searched defs:atanhf (Results 1 – 8 of 8) sorted by relevance

/external/rust/android-crates-io/crates/libm/src/math/
Datanhf.rs9 pub fn atanhf(mut x: f32) -> f32 { in atanhf() function
Dmod.rs102 mod atanhf; module
/external/trusty/musl/src/math/
Datanhf.c4 float atanhf(float x) in atanhf() function
/external/musl/src/math/
Datanhf.c4 float atanhf(float x) in atanhf() function
/external/arm-optimized-routines/math/aarch64/experimental/
Datanhf_3u1.c62 atanhf (float x) in atanhf() function
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h32 LIBC_INLINE float atanhf(float x) { return __nv_atanhf(x); } in atanhf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h32 LIBC_INLINE float atanhf(float x) { return __nv_atanhf(x); } in atanhf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h32 LIBC_INLINE float atanhf(float x) { return __nv_atanhf(x); } in atanhf() function