Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dcoshf.rs11 pub fn coshf(mut x: f32) -> f32 { in coshf() function
Dmod.rs96 mod coshf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h87 __DEVICE__ float coshf(float __a) { return __nv_coshf(__a); } in coshf() function