Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h69 long double lgammal(long double);
/ndk/sources/android/support/src/
Dmath_support.c76 __attribute__((weak)) long double lgammal(long double x) { return lgamma((double)x); } in lgammal() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath218 long double lgammal(long double x);
1326 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __x) _NOEXCEPT {return lgammal(__x)…
1657 using ::lgammal;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp460 static_assert((std::is_same<decltype(lgammal(0)), long double>::value), ""); in test_lgamma()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp953 static_assert((std::is_same<decltype(std::lgammal(0)), long double>::value), ""); in test_lgamma()