Home
last modified time | relevance | path

Searched refs:atan2f (Results 1 – 7 of 7) sorted by relevance

/ndk/sources/cxx-stl/stlport/stlport/stl/config/
D_como.h120 # define atan2f atan2 macro
/ndk/sources/android/support/src/msun/
Dmath_private.h704 #define __ieee754_atan2f atan2f
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cmath.h86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } in atan2f() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath63 float atan2f(float y, float x);
721 using ::atan2f;
724 …VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan2f(__y, __x);}
Dcomplex928 return atan2f(0.F, __re);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp45 static_assert((std::is_same<decltype(atan2f(0,0)), float>::value), ""); in test_atan2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp102 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), ""); in test_atan2()