Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/libm/src/math/
Dcoshf.rs9 pub fn coshf(mut x: f32) -> f32 { in coshf() function
Dmod.rs112 mod coshf; module
/external/musl/src/math/
Dcoshf.c3 float coshf(float x) in coshf() function
/external/trusty/musl/src/math/
Dcoshf.c3 float coshf(float x) in coshf() function
/external/arm-optimized-routines/math/aarch64/experimental/
Dcoshf_1u9.c43 coshf (float x) in coshf() function
/external/cronet/tot/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h36 LIBC_INLINE float coshf(float x) { return __nv_coshf(x); } in coshf() function
/external/cronet/stable/third_party/llvm-libc/src/src/math/nvptx/
Dnvptx.h36 LIBC_INLINE float coshf(float x) { return __nv_coshf(x); } in coshf() function
/external/llvm-libc/src/math/nvptx/
Dnvptx.h36 LIBC_INLINE float coshf(float x) { return __nv_coshf(x); } in coshf() function