Home
last modified time | relevance | path

Searched refs:exp2l (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h84 long double exp2l(long double);
/ndk/sources/android/support/src/
Dmath_support.c91 __attribute__((weak)) long double exp2l(long double x) { return exp2((double)x); } in exp2l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath186 long double exp2l(long double x);
1165 inline _LIBCPP_INLINE_VISIBILITY long double exp2(long double __x) _NOEXCEPT {return exp2l(__x);}
1649 using ::exp2l;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp396 static_assert((std::is_same<decltype(exp2l(0)), long double>::value), ""); in test_exp2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp774 static_assert((std::is_same<decltype(std::exp2l(0)), long double>::value), ""); in test_exp2()