Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libm/src/math/
Dacoshf.rs11 pub fn acoshf(x: f32) -> f32 { in acoshf() function
Dmod.rs92 mod acoshf; module
/external/arm-optimized-routines/math/aarch64/experimental/
Dacoshf_2u8.c32 acoshf (float x) in acoshf() function
/external/musl/src/math/
Dacoshf.c12 float acoshf(float x) in acoshf() function
/external/trusty/musl/src/math/
Dacoshf.c12 float acoshf(float x) in acoshf() function
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h22 LIBC_INLINE float acoshf(float x) { return __nv_acoshf(x); } in acoshf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h22 LIBC_INLINE float acoshf(float x) { return __nv_acoshf(x); } in acoshf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h22 LIBC_INLINE float acoshf(float x) { return __nv_acoshf(x); } in acoshf() function