Home
last modified time | relevance | path

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

/external/clang/test/CodeGen/
Dlibcall-declarations.c106 double lgamma(double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp83 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/
Dcmath216 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;
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/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp453 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/
Dlibm.so.conf208 double lgamma(double);
/external/eigen/unsupported/test/mpreal/
Dmpreal.h439 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/
Dsanitizer_common_interceptors.inc3778 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/
Dmsan_test.cc1783 TEST(MemorySanitizer, lgamma) { in TEST() argument
1784 double res = lgamma(1.1); in TEST()
/external/clang/include/clang/Basic/
DBuiltins.def992 LIBBUILTIN(lgamma, "dd", "fne", "math.h", ALL_LANGUAGES)
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2176 fun:lgamma=uninstrumented
/external/chromium-trace/trace-viewer/tracing/test_data/
Dddms_calculator_start.trace3385 0x75fc5778 org.javia.arity.MoreMath lgamma (D)D MoreMath.java