Searched refs:lgammal (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/lib/msun/src/
H A De_lgammal.c22 lgammal(long double x) function
H A De_lgamma.c38 __weak_reference(lgamma, lgammal);
H A Dmath.h473 long double lgammal(long double);
/freebsd-13-stable/lib/msun/
H A DMakefile223 lgamma.3 lgammaf.3 lgamma.3 lgammal.3 \
/freebsd-13-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h882 __tg_lgamma(long double __x) {return lgammal(__x);}
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h214 long double lgammal(long double x);
1287 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);}
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5030 INTERCEPTOR(long double, lgammal, long double x) {
5032 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
5033 long double res = REAL(lgammal)(x);
5038 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);

Completed in 210 milliseconds