Home
last modified time | relevance | path

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

/ndk/sources/android/support/include/
Dmath.h82 long double tgammal(long double);
/ndk/sources/android/support/src/
Dmath_support.c89 __attribute__((weak)) long double tgammal(long double x) { return tgamma((double)x); } in tgammal() function
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
Dcmath290 long double tgammal(long double x);
1595 inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __x) _NOEXCEPT {return tgammal(__x)…
1675 using ::tgammal;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
Dmath_h.pass.cpp605 static_assert((std::is_same<decltype(tgammal(0)), long double>::value), ""); in test_tgamma()
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
Dcmath.pass.cpp1279 static_assert((std::is_same<decltype(std::tgammal(0)), long double>::value), ""); in test_tgamma()