Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dasinhf.rs10 pub fn asinhf(mut x: f32) -> f32 { in asinhf() function
Dmod.rs80 mod asinhf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h65 __DEVICE__ float asinhf(float __a) { return __nv_asinhf(__a); } in asinhf() function