Searched refs:lgammal_r (Results 1 – 8 of 8) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | e_lgammal.c | 20 return lgammal_r(x,&signgam); in lgammal()
|
H A D | e_lgamma_r.c | 298 __weak_reference(lgamma_r, lgammal_r);
|
H A D | math.h | 506 long double lgammal_r(long double, int *);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 284 lgammal_r;
|
/freebsd/lib/msun/ld128/ |
H A D | e_lgammal_r.c | 221 lgammal_r(long double x, int *signgamp) in lgammal_r() function
|
/freebsd/lib/msun/ld80/ |
H A D | e_lgammal_r.c | 246 lgammal_r(long double x, int *signgamp) in lgammal_r() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 5266 INTERCEPTOR(long double, lgammal_r, long double x, int *signp) { 5268 COMMON_INTERCEPTOR_ENTER(ctx, lgammal_r, x, signp); 5272 long double res = REAL(lgammal_r)(x, signp); 5276 #define INIT_LGAMMAL_R COMMON_INTERCEPT_FUNCTION_LDBL(lgammal_r);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2187 fun:lgammal_r=uninstrumented
|