Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Datanhf.rs8 pub fn atanhf(mut x: f32) -> f32 { in atanhf() function
Dmod.rs86 mod atanhf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h71 __DEVICE__ float atanhf(float __a) { return __nv_atanhf(__a); } in atanhf() function