Searched refs:atan2f (Results 1 – 7 of 7) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 120 # define atan2f atan2 macro
|
/ndk/sources/android/support/src/msun/ |
D | math_private.h | 704 #define __ieee754_atan2f atan2f
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 86 inline float atan2f(float v1, float v2) { return __atan2f(v1,v2); } in atan2f() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 63 float atan2f(float y, float x); 721 using ::atan2f; 724 …VISIBILITY float atan2(float __y, float __x) _NOEXCEPT {return atan2f(__y, __x);}
|
D | complex | 928 return atan2f(0.F, __re);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 45 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/ |
D | cmath.pass.cpp | 102 static_assert((std::is_same<decltype(std::atan2f(0,0)), float>::value), ""); in test_atan2()
|