Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dsinhf.rs5 pub fn sinhf(x: f32) -> f32 { in sinhf() function
Dmod.rs166 mod sinhf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h310 __DEVICE__ float sinhf(float __a) { return __nv_sinhf(__a); } in sinhf() function