Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h74 long double logbl(long double);
/ndk/tests/device/math/jni/
Dmath.c55 ld = logbl(ld); in main()
Dmath.cpp55 ld = logbl(ld); in main()
/ndk/sources/android/support/src/
Dmath_support.c81 __attribute__((weak)) long double logbl(long double x) { return logb((double)x); } in logbl() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath238 long double logbl(long double x);
1393 inline _LIBCPP_INLINE_VISIBILITY long double logb(long double __x) _NOEXCEPT {return logbl(__x);}
1662 using ::logbl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp500 static_assert((std::is_same<decltype(logbl(0)), long double>::value), ""); in test_logb()
/ndk/sources/cxx-stl/llvm-libc++/
Dexport_symbols.txt2269 logbl;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1043 static_assert((std::is_same<decltype(std::logbl(0)), long double>::value), ""); in test_logb()