Searched refs:powl (Results 1 – 6 of 6) sorted by relevance
/ndk/sources/android/support/include/ |
D | math.h | 55 long double powl(long double, long double);
|
/ndk/sources/android/support/src/ |
D | math_support.c | 62 __attribute__((weak)) long double powl(long double x, long double y) { return pow((double)x, (doubl… in powl() function
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cmath.h | 469 inline long double pow(long double __x, int __y) { return _STLP_CMATH_FUNC_NAMESPACE::powl(__x, __S… in pow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
D | cmath | 116 long double powl(long double x, long double y); 950 …INE_VISIBILITY long double pow(long double __x, long double __y) _NOEXCEPT {return powl(__x, __y);} 1633 using ::powl;
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
D | math_h.pass.cpp | 153 static_assert((std::is_same<decltype(powl(0,0)), long double>::value), ""); in test_pow()
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/ |
D | cmath.pass.cpp | 340 static_assert((std::is_same<decltype(std::powl(0,0)), long double>::value), ""); in test_pow()
|