Searched refs:lgamma (Results 1 – 13 of 13) sorted by relevance
/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/std/numerics/c.math/ |
D | cmath.pass.cpp | 83 Ambiguous lgamma(Ambiguous){ return Ambiguous(); } in lgamma() function 1036 static_assert((std::is_same<decltype(std::lgamma((float)0)), float>::value), ""); in test_lgamma() 1037 static_assert((std::is_same<decltype(std::lgamma((bool)0)), double>::value), ""); in test_lgamma() 1038 static_assert((std::is_same<decltype(std::lgamma((unsigned short)0)), double>::value), ""); in test_lgamma() 1039 static_assert((std::is_same<decltype(std::lgamma((int)0)), double>::value), ""); in test_lgamma() 1040 static_assert((std::is_same<decltype(std::lgamma((unsigned int)0)), double>::value), ""); in test_lgamma() 1041 static_assert((std::is_same<decltype(std::lgamma((long)0)), double>::value), ""); in test_lgamma() 1042 static_assert((std::is_same<decltype(std::lgamma((unsigned long)0)), double>::value), ""); in test_lgamma() 1043 static_assert((std::is_same<decltype(std::lgamma((long long)0)), double>::value), ""); in test_lgamma() 1044 static_assert((std::is_same<decltype(std::lgamma((unsigned long long)0)), double>::value), ""); in test_lgamma() [all …]
|
/external/libcxx/include/ |
D | cmath | 216 floating_point lgamma (arithmetic x); 1328 // lgamma 1330 using ::lgamma; 1333 inline _LIBCPP_INLINE_VISIBILITY float lgamma(float __lcpp_x) _NOEXCEPT {return lgammaf… 1334 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return lgammal… 1340 lgamma(_A1 __lcpp_x) _NOEXCEPT {return lgamma((double)__lcpp_x);} 1688 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/libcxx/test/std/depr/depr.c.headers/ |
D | math_h.pass.cpp | 453 static_assert((std::is_same<decltype(lgamma((double)0)), double>::value), ""); in test_lgamma() 456 assert(lgamma(1) == 0); in test_lgamma()
|
/external/ltrace/etc/ |
D | libm.so.conf | 208 double lgamma(double);
|
/external/eigen/unsupported/test/mpreal/ |
D | mpreal.h | 439 friend const mpreal lgamma (const mpreal& v, int *signp, mp_rnd_t rnd_mode); 2278 inline const mpreal lgamma (const mpreal& v, int *signp = 0, mp_rnd_t rnd_mode = mpreal::get_defaul…
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_interceptors.inc | 3778 INTERCEPTOR(double, lgamma, double x) { 3780 COMMON_INTERCEPTOR_ENTER(ctx, lgamma, x); 3781 double res = REAL(lgamma)(x); 3800 COMMON_INTERCEPT_FUNCTION(lgamma); \
|
/external/compiler-rt/lib/msan/tests/ |
D | msan_test.cc | 1783 TEST(MemorySanitizer, lgamma) { in TEST() argument 1784 double res = lgamma(1.1); in TEST()
|
/external/clang/include/clang/Basic/ |
D | Builtins.def | 992 LIBBUILTIN(lgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
|
/external/compiler-rt/lib/dfsan/ |
D | libc_ubuntu1404_abilist.txt | 2176 fun:lgamma=uninstrumented
|
/external/chromium-trace/trace-viewer/tracing/test_data/ |
D | ddms_calculator_start.trace | 3385 0x75fc5778 org.javia.arity.MoreMath lgamma (D)D MoreMath.java
|