Home
last modified time | relevance | path

Searched refs:lgamma_r (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/msun/src/
H A De_gamma_r.c27 return lgamma_r(x,signgamp); in gamma_r()
H A De_lgamma.c30 return lgamma_r(x,&signgam); in lgamma()
H A De_lgamma_r.c198 lgamma_r(double x, int *signgamp) in lgamma_r() function
298 __weak_reference(lgamma_r, lgammal_r);
H A Dmath.h336 double lgamma_r(double, int *);
/freebsd/contrib/llvm-project/libcxx/include/__random/
H A Dbinomial_distribution.h101 extern "C" double lgamma_r(double, int*);
109 return lgamma_r(__d, &__sign);
/freebsd/lib/msun/
H A DSymbol.map43 lgamma_r;
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dopencl-c.h7567 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 DSPIRVBuiltins.td248 defm : DemangledExtendedBuiltin<"lgamma_r", OpenCL_std, 36>;
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc5238 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 DOpenCLBuiltins.td621 foreach name = ["frexp", "lgamma_r"] in {
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2183 fun:lgamma_r=uninstrumented