Home
last modified time | relevance | path

Searched refs:lgamma (Results 1 – 15 of 15) sorted by relevance

/external/compiler-rt/test/msan/
Dwrap_indirect_calls_in_rtl.cc74 double dres = lgamma(1.1); in main()
/external/clang/test/CodeGen/
Dlibcall-declarations.c106 double lgamma(double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/libcxx/test/numerics/c.math/
Dcmath.disabled.cpp933 static_assert((std::is_same<decltype(std::lgamma((float)0)), float>::value), ""); in test_lgamma()
934 static_assert((std::is_same<decltype(std::lgamma((bool)0)), double>::value), ""); in test_lgamma()
935 static_assert((std::is_same<decltype(std::lgamma((unsigned short)0)), double>::value), ""); in test_lgamma()
936 static_assert((std::is_same<decltype(std::lgamma((int)0)), double>::value), ""); in test_lgamma()
937 static_assert((std::is_same<decltype(std::lgamma((unsigned int)0)), double>::value), ""); in test_lgamma()
938 static_assert((std::is_same<decltype(std::lgamma((long)0)), double>::value), ""); in test_lgamma()
939 static_assert((std::is_same<decltype(std::lgamma((unsigned long)0)), double>::value), ""); in test_lgamma()
940 static_assert((std::is_same<decltype(std::lgamma((long long)0)), double>::value), ""); in test_lgamma()
941 static_assert((std::is_same<decltype(std::lgamma((unsigned long long)0)), double>::value), ""); in test_lgamma()
942 static_assert((std::is_same<decltype(std::lgamma((double)0)), double>::value), ""); in test_lgamma()
[all …]
/external/chromium_org/third_party/cython/src/Cython/Includes/libc/
Dmath.pxd50 double lgamma(double x)
/external/libcxx/include/
Dcmath216 floating_point lgamma (arithmetic x);
1320 // lgamma
1322 using ::lgamma;
1325 inline _LIBCPP_INLINE_VISIBILITY float lgamma(float __x) _NOEXCEPT {return lgammaf(__x)…
1326 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __x) _NOEXCEPT {return lgammal(__x)…
1332 lgamma(_A1 __x) _NOEXCEPT {return lgamma((double)__x);}
1680 using ::lgamma;
Drandom4005 __pr_ = _VSTD::exp(_VSTD::lgamma(__t_ + 1.) - _VSTD::lgamma(__r0_ + 1.) -
4006 _VSTD::lgamma(__t_ - __r0_ + 1.) + __r0_ * _VSTD::log(__p_) +
/external/clang/lib/Headers/
Dtgmath.h885 __tg_lgamma(double __x) {return lgamma(__x);} in __tg_lgamma()
891 #undef lgamma
892 #define lgamma(__x) __tg_lgamma(__tg_promote1((__x))(__x)) macro
/external/ltrace/etc/
Dlibm.so.conf208 double lgamma(double);
/external/libcxx/test/depr/depr.c.headers/
Dmath_h.disabled.cpp451 static_assert((std::is_same<decltype(lgamma((double)0)), double>::value), ""); in test_lgamma()
454 assert(lgamma(1) == 0); in test_lgamma()
/external/eigen/unsupported/test/mpreal/
Dmpreal.h385 …friend const mpreal lgamma (const mpreal& v, int *signp = 0, mp_rnd_t rnd_mode = mpreal::get_def…
2179 inline const mpreal lgamma (const mpreal& v, int *signp, mp_rnd_t rnd_mode)
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc3649 INTERCEPTOR(double, lgamma, double x) {
3651 COMMON_INTERCEPTOR_ENTER(ctx, lgamma, x);
3652 double res = REAL(lgamma)(x);
3671 COMMON_INTERCEPT_FUNCTION(lgamma); \
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1680 TEST(MemorySanitizer, lgamma) { in TEST() argument
1681 double res = lgamma(1.1); in TEST()
/external/clang/include/clang/Basic/
DBuiltins.def965 LIBBUILTIN(lgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
/external/chromium_org/third_party/lcov/
Ddescriptions.tests283 Computes the natural logarithm of the gamma function (lgamma),
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1204_abilist.txt2417 fun:lgamma=uninstrumented