Home
last modified time | relevance | path

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

/external/rust/crates/libm/src/math/
Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
Dmod.rs83 mod atan2f; module
/external/llvm-project/clang/lib/Headers/
D__clang_cuda_math.h68 __DEVICE__ float atan2f(float __a, float __b) { return __nv_atan2f(__a, __b); } in atan2f() function