Home
last modified time | relevance | path

Searched refs:log2l (Results 1 – 8 of 8) sorted by relevance

/ndk/sources/android/support/include/
Dmath.h73 long double log2l(long double);
/ndk/tests/device/math/jni/
Dmath.c57 ld = log2l(ld); in main()
Dmath.cpp57 ld = log2l(ld); in main()
/ndk/sources/android/support/src/msun/
De_log2.c119 __weak_reference(log2, log2l);
/ndk/sources/android/support/src/
Dmath_support.c80 __attribute__((weak)) long double log2l(long double x) { return log2((double)x); } in log2l() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath234 long double log2l(long double x);
1380 inline _LIBCPP_INLINE_VISIBILITY long double log2(long double __x) _NOEXCEPT {return log2l(__x);}
1661 using ::log2l;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp492 static_assert((std::is_same<decltype(log2l(0)), long double>::value), ""); in test_log2()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1025 static_assert((std::is_same<decltype(std::log2l(0)), long double>::value), ""); in test_log2()