Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Datanf.rs45 pub fn atanf(mut x: f32) -> f32 { in atanf() function
Dmod.rs84 mod atanf; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h69 __DEVICE__ float atanf(float __a) { return __nv_atanf(__a); } in atanf() function