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

/freebsd-11.0-release/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.h468 long double lgammal(long double);
/freebsd-11.0-release/lib/msun/
H A DMakefile196 lgamma.3 lgammaf.3 lgamma.3 lgammal.3 \
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h889 __tg_lgamma(long double __x) {return lgammal(__x);}
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4013 INTERCEPTOR(long double, lgammal, long double x) {
4015 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
4016 long double res = REAL(lgammal)(x);
4023 COMMON_INTERCEPT_FUNCTION(lgammal);
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h215 long double lgammal(long double x);
1190 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return lgammal(__lcpp_x);}
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31016 lgammal(0.0l);
[all...]

Completed in 166 milliseconds