Home
last modified time | relevance | path

Searched refs:powl (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h55 long double powl(long double, long double);
/ndk/sources/android/support/src/
Dmath_support.c62 __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.h469 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/
Dcmath116 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/
Dmath_h.pass.cpp153 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/
Dcmath.pass.cpp340 static_assert((std::is_same<decltype(std::powl(0,0)), long double>::value), ""); in test_pow()