Searched refs:lgamma (Results 1 - 17 of 17) sorted by relevance

/freebsd-current/lib/msun/src/
H A De_lgamma.c14 /* lgamma(x)
28 lgamma(double x) function
34 __weak_reference(lgamma, lgammal);
H A Dmath.h283 double lgamma(double);
337 * Reentrant version of gamma & lgamma; passes signgam back by reference
432 * Float versions of reentrant version of gamma & lgamma; passes
/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Dgamma.h24 // lgamma
26 inline _LIBCPP_HIDE_FROM_ABI float lgamma(float __x) _NOEXCEPT { return __builtin_lgammaf(__x); }
29 _LIBCPP_HIDE_FROM_ABI double lgamma(double __x) _NOEXCEPT {
33 inline _LIBCPP_HIDE_FROM_ABI long double lgamma(long double __x) _NOEXCEPT { return __builtin_lgammal(__x); }
36 inline _LIBCPP_HIDE_FROM_ABI double lgamma(_A1 __x) _NOEXCEPT {
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h119 __DEVICE__ double lgamma(double);
120 __DEVICE__ float lgamma(float);
241 using ::lgamma;
H A D__clang_cuda_cmath.h277 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, lgamma)
405 using ::lgamma;
H A Dtgmath.h870 // lgamma
878 __tg_lgamma(double __x) {return lgamma(__x);}
884 #undef lgamma macro
885 #define lgamma(__x) __tg_lgamma(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h231 __DEF_FUN1(float, lgamma)
519 __HIP_OVERLOAD1(double, lgamma)
688 using ::lgamma;
H A D__clang_cuda_math.h156 __DEVICE__ double lgamma(double __a) { return __nv_lgamma(__a); } function
H A D__clang_hip_math.h877 double lgamma(double __x) { return __ocml_lgamma_f64(__x); } function
H A Dopencl-c.h7543 float __ovld __cnfn lgamma(float);
7544 float2 __ovld __cnfn lgamma(float2);
7545 float3 __ovld __cnfn lgamma(float3);
7546 float4 __ovld __cnfn lgamma(float4);
7547 float8 __ovld __cnfn lgamma(float8);
7548 float16 __ovld __cnfn lgamma(float16);
7550 double __ovld __cnfn lgamma(double);
7551 double2 __ovld __cnfn lgamma(double2);
7552 double3 __ovld __cnfn lgamma(double3);
7553 double4 __ovld __cnfn lgamma(double
[all...]
/freebsd-current/lib/msun/
H A DMakefile180 lgamma.3 log.3 lrint.3 lround.3 math.3 nan.3 \
241 MLINKS+=lgamma.3 gamma.3 lgamma.3 gammaf.3 \
242 lgamma.3 lgammaf.3 lgamma.3 lgammal.3 \
243 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-current/include/
H A Dtgmath.h181 #define lgamma(x) __tg_simple(x, lgamma) macro
/freebsd-current/contrib/llvm-project/libcxx/include/__random/
H A Dbinomial_distribution.h106 return lgamma(__d);
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h212 floating_point lgamma (arithmetic x);
472 using std::__math::lgamma;
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c127 TGMACRO_REAL(lgamma)
532 PRINT("lgamma",
533 PASS_REAL_ARG_REAL_RET(lgamma));
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c279 TFUNC(at_d,rt_d, lgamma, 16*ULPUNIT | ABSLOWERBOUND),
1257 * Hack for the lgamma functions, which have an
1260 * say that the error in lgamma is "at most N ULPs,
1270 * compute lgamma(|x|) and the log of the correction
1278 * limit for lgamma. So my guess is that this is
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2500 MUTATE_LDBL(lgamma)

Completed in 306 milliseconds