Home
last modified time | relevance | path

Searched refs:lgammal (Results 1 – 10 of 10) sorted by relevance

/external/clang/test/CodeGen/
Dlibcall-declarations.c108 long double lgammal(long double);
283 F(ilogbl), F(lgamma), F(lgammaf), F(lgammal), F(llrint),
/external/libcxx/include/
Dcmath222 long double lgammal(long double x);
509 using ::lgammal;
Dmath.h1291 …_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);} in lgamma()
/external/clang/lib/Headers/
Dtgmath.h889 __tg_lgamma(long double __x) {return lgammal(__x);} in __tg_lgamma()
/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc1802 TEST(MemorySanitizer, lgammal) { in TEST() argument
1803 long double res = lgammal(1.1); in TEST()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common_interceptors.inc4250 INTERCEPTOR(long double, lgammal, long double x) {
4252 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
4253 long double res = REAL(lgammal)(x);
4260 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
/external/clang/include/clang/Basic/
DBuiltins.def1023 LIBBUILTIN(lgammal, "LdLd", "fne", "math.h", ALL_LANGUAGES)
/external/libcxx/test/std/depr/depr.c.headers/
Dmath_h.pass.cpp1100 static_assert((std::is_same<decltype(lgammal(0)), long double>::value), ""); in test_lgamma()
/external/libcxx/test/std/numerics/c.math/
Dcmath.pass.cpp1151 static_assert((std::is_same<decltype(std::lgammal(0)), long double>::value), ""); in test_lgamma()
/external/compiler-rt/lib/dfsan/
Dlibc_ubuntu1404_abilist.txt2180 fun:lgammal=uninstrumented