Home
last modified time | relevance | path

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

/external/musl/src/math/i386/
Datan2f.s1 .global atan2f symbol
3 atan2f: label
/external/musl/src/math/
Datan2f.c22 float atan2f(float y, float x) in atan2f() function
/external/rust/crates/libm/src/math/
Datan2f.rs28 pub fn atan2f(y: f32, x: f32) -> f32 { in atan2f() function
Dmod.rs83 mod atan2f; module