Searched refs:lgamma_r (Results 1 – 11 of 11) sorted by relevance
/freebsd/lib/msun/src/ |
H A D | e_gamma_r.c | 27 return lgamma_r(x,signgamp); in gamma_r()
|
H A D | e_lgamma.c | 30 return lgamma_r(x,&signgam); in lgamma()
|
H A D | e_lgamma_r.c | 198 lgamma_r(double x, int *signgamp) in lgamma_r() function 298 __weak_reference(lgamma_r, lgammal_r);
|
H A D | math.h | 336 double lgamma_r(double, int *);
|
/freebsd/contrib/llvm-project/libcxx/include/__random/ |
H A D | binomial_distribution.h | 101 extern "C" double lgamma_r(double, int*); 109 return lgamma_r(__d, &__sign);
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 43 lgamma_r;
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | opencl-c.h | 7567 float __ovld lgamma_r(float, int *); 7568 float2 __ovld lgamma_r(float2, int2 *); 7569 float3 __ovld lgamma_r(float3, int3 *); 7570 float4 __ovld lgamma_r(float4, int4 *); 7571 float8 __ovld lgamma_r(float8, int8 *); 7572 float16 __ovld lgamma_r(float16, int16 *); 7574 double __ovld lgamma_r(double, int *); 7575 double2 __ovld lgamma_r(double2, int2 *); 7576 double3 __ovld lgamma_r(double3, int3 *); 7577 double4 __ovld lgamma_r(double4, int4 *); [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 248 defm : DemangledExtendedBuiltin<"lgamma_r", OpenCL_std, 36>;
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 5238 INTERCEPTOR(double, lgamma_r, double x, int *signp) { 5240 COMMON_INTERCEPTOR_ENTER(ctx, lgamma_r, x, signp); 5244 double res = REAL(lgamma_r)(x, signp); 5259 COMMON_INTERCEPT_FUNCTION(lgamma_r); \
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 621 foreach name = ["frexp", "lgamma_r"] in {
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2183 fun:lgamma_r=uninstrumented
|