Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Dtanf.rs28 pub fn tanf(x: f32) -> f32 { in tanf() function
Dmod.rs170 mod tanf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h316 __DEVICE__ float tanf(float __a) { return __nv_tanf(__a); } in tanf() function