Searched refs:atan2l (Results 1 – 9 of 9) sorted by relevance
/ndk/sources/cxx-stl/stlport/stlport/stl/config/ |
D | _como.h | 86 # define atan2l atan2 macro 119 # define atan2l atan2 macro 160 # define atan2l atan2 macro
|
/ndk/sources/android/support/include/ |
D | math.h | 50 long double atan2l(long double x, long double y);
|
/ndk/sources/android/support/src/ |
D | math_support.c | 57 __attribute__((weak)) long double atan2l(long double x, long double y) { return atan2((double)x, (d… in atan2l() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 96 inline long double atan2l(long double v1, long double v2) { return __atan2l(v1,v2); } in atan2l() function
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 64 long double atan2l(long double y, long double x); 725 …VISIBILITY long double atan2(long double __y, long double __x) _NOEXCEPT {return atan2l(__y, __x);} 1620 using ::atan2l;
|
D | complex | 902 return atan2l(0.L, __re);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 46 static_assert((std::is_same<decltype(atan2l(0,0)), long double>::value), ""); in test_atan2()
|
/ndk/sources/cxx-stl/llvm-libc++/ |
D | export_symbols.txt | 2263 atan2l;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 103 static_assert((std::is_same<decltype(std::atan2l(0,0)), long double>::value), ""); in test_atan2()
|