Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dtanhf.rs4 pub fn tanhf(mut x: f32) -> f32 { in tanhf() function
Dmod.rs172 mod tanhf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h318 __DEVICE__ float tanhf(float __a) { return __nv_tanhf(__a); } in tanhf() function