Home
last modified time | relevance | path

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

/freebsd-head/lib/msun/src/
HDe_gamma_r.c27 return lgamma_r(x,signgamp); in gamma_r()
HDe_lgamma.c30 return lgamma_r(x,&signgam); in lgamma()
HDe_lgamma_r.c198 lgamma_r(double x, int *signgamp) in lgamma_r() function
298 __weak_reference(lgamma_r, lgammal_r);
HDmath.h336 double lgamma_r(double, int *);
/freebsd-head/contrib/llvm-project/libcxx/include/__random/
HDbinomial_distribution.h101 extern "C" double lgamma_r(double, int*);
109 return lgamma_r(__d, &__sign); in __libcpp_lgamma()
/freebsd-head/lib/msun/
HDSymbol.map43 lgamma_r;
/freebsd-head/contrib/llvm-project/clang/lib/Headers/
HDopencl-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-head/contrib/llvm-project/llvm/lib/Target/SPIRV/
HDSPIRVBuiltins.td248 defm : DemangledExtendedBuiltin<"lgamma_r", OpenCL_std, 36>;
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_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-head/contrib/llvm-project/clang/lib/Sema/
HDOpenCLBuiltins.td621 foreach name = ["frexp", "lgamma_r"] in {
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2183 fun:lgamma_r=uninstrumented