Searched refs:lgamma (Results 1 – 15 of 15) sorted by relevance
/external/compiler-rt/test/msan/ |
D | wrap_indirect_calls_in_rtl.cc | 74 double dres = lgamma(1.1); in main()
|
/external/clang/test/CodeGen/ |
D | libcall-declarations.c | 106 double lgamma(double); 283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
|
/external/libcxx/test/numerics/c.math/ |
D | cmath.disabled.cpp | 933 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/ |
D | math.pxd | 50 double lgamma(double x)
|
/external/libcxx/include/ |
D | cmath | 216 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;
|
D | random | 4005 __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/ |
D | tgmath.h | 885 __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/ |
D | libm.so.conf | 208 double lgamma(double);
|
/external/libcxx/test/depr/depr.c.headers/ |
D | math_h.disabled.cpp | 451 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/ |
D | mpreal.h | 385 …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/ |
D | sanitizer_common_interceptors.inc | 3649 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/ |
D | msan_test.cc | 1680 TEST(MemorySanitizer, lgamma) { in TEST() argument 1681 double res = lgamma(1.1); in TEST()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 965 LIBBUILTIN(lgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
|
/external/chromium_org/third_party/lcov/ |
D | descriptions.tests | 283 Computes the natural logarithm of the gamma function (lgamma),
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1204_abilist.txt | 2417 fun:lgamma=uninstrumented
|