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

/netbsd-current/lib/libm/src/
H A De_lgammal.c17 __weak_alias(lgammal, _lgammal)
25 lgammal(long double x) function
H A Dnamespace.h64 #define lgammal _lgammal macro
/netbsd-current/lib/libm/noieee_src/
H A Dn_lgamma.c140 __weak_alias(lgammal, lgamma)
/netbsd-current/include/
H A Dmath.h410 long double lgammal(long double);
/netbsd-current/lib/libm/ld80/
H A Db_tgammal.c357 y = expl(lgammal(x) / 2);
/netbsd-current/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdc/
H A Dmath.d1911 extern(D) real lgammal()(real x) { return lgamma(cast(double) x); }
2312 real lgammal(real x); // since 10.2
2802 real lgammal(real x){ return lgamma(x); }
3271 real lgammal(real x);
3532 real lgammal(real x);
3806 real lgammal(real x);
4209 extern(D) real lgammal(real x) { return lgamma(cast(double) x); }
4616 real lgammal(real x);
H A Dtgmath.d355 alias core.stdc.math.lgammal lgamma;
856 alias core.stdc.math.lgammal lgamma;
1359 alias core.stdc.math.lgammal lgamma;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Headers/
H A Dtgmath.h882 __tg_lgamma(long double __x) {return lgammal(__x);}
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Dcfns.h445 {"lgammal", 99},
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcfns.h445 {"lgammal", 99},
/netbsd-current/lib/libm/
H A DMakefile526 lgamma.3 lgammal.3 lgamma.3 lgammal_r.3 lgamma.3 tgammal.3
/netbsd-current/external/apache2/llvm/dist/libcxx/include/
H A Dmath.h214 long double lgammal(long double x);
1338 inline _LIBCPP_INLINE_VISIBILITY long double lgamma(long double __lcpp_x) _NOEXCEPT {return ::lgammal(__lcpp_x);}
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc1959 TEST(MemorySanitizer, lgammal) {
1960 long double res = lgammal(1.1);
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc4901 INTERCEPTOR(long double, lgammal, long double x) {
4903 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
4904 long double res = REAL(lgammal)(x);
4909 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5057 INTERCEPTOR(long double, lgammal, long double x) {
5059 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
5060 long double res = REAL(lgammal)(x);
5065 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5186 INTERCEPTOR(long double, lgammal, long double x) {
5188 COMMON_INTERCEPTOR_ENTER(ctx, lgammal, x);
5189 long double res = REAL(lgammal)(x);
5194 COMMON_INTERCEPT_FUNCTION_LDBL(lgammal);
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/
H A Dconfigure19996 lgammal(0.0l);
[all...]
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/
H A Dconfigure20068 lgammal(0.0l);
[all...]

Completed in 280 milliseconds