Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h120 # define atan2f atan2 macro
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } in atan2f() function