Searched refs:tgamma (Results 1 - 19 of 19) sorted by relevance

/freebsd-current/lib/msun/src/
H A Ds_tgammaf.c32 * We simply call tgamma() rather than bloating the math library with
41 return (tgamma(x));
H A Dmath.h324 double tgamma(double);
/freebsd-current/contrib/llvm-project/libcxx/include/__math/
H A Dgamma.h42 // tgamma
44 inline _LIBCPP_HIDE_FROM_ABI float tgamma(float __x) _NOEXCEPT { return __builtin_tgammaf(__x); }
47 _LIBCPP_HIDE_FROM_ABI double tgamma(double __x) _NOEXCEPT {
51 inline _LIBCPP_HIDE_FROM_ABI long double tgamma(long double __x) _NOEXCEPT { return __builtin_tgammal(__x); }
54 inline _LIBCPP_HIDE_FROM_ABI double tgamma(_A1 __x) _NOEXCEPT {
/freebsd-current/lib/msun/bsdsrc/
H A Db_tgamma.c78 * Accuracy: tgamma(x) is accurate to within
250 /* Return r*tgamma(y). */
345 y = tgamma(y);
347 y = - x * tgamma(-x);
365 tgamma(double x) function
395 __weak_reference(tgamma, tgammal);
/freebsd-current/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h178 __DEVICE__ double tgamma(double);
179 __DEVICE__ float tgamma(float);
270 using ::tgamma;
H A D__clang_cuda_cmath.h299 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, tgamma)
430 using ::tgamma;
H A Dtgmath.h1184 // tgamma
1192 __tg_tgamma(double __x) {return tgamma(__x);}
1198 #undef tgamma macro
1199 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
H A D__clang_hip_cmath.h253 __DEF_FUN1(float, tgamma)
541 __HIP_OVERLOAD1(double, tgamma)
718 using ::tgamma;
H A D__clang_cuda_math.h319 __DEVICE__ double tgamma(double __a) { return __nv_tgamma(__a); } function
H A D__clang_hip_math.h1096 double tgamma(double __x) { return __ocml_tgamma_f64(__x); } function
H A Dopencl-c.h8606 float __ovld __cnfn tgamma(float);
8607 float2 __ovld __cnfn tgamma(float2);
8608 float3 __ovld __cnfn tgamma(float3);
8609 float4 __ovld __cnfn tgamma(float4);
8610 float8 __ovld __cnfn tgamma(float8);
8611 float16 __ovld __cnfn tgamma(float16);
8613 double __ovld __cnfn tgamma(double);
8614 double2 __ovld __cnfn tgamma(double2);
8615 double3 __ovld __cnfn tgamma(double3);
8616 double4 __ovld __cnfn tgamma(double
[all...]
/freebsd-current/include/
H A Dtgmath.h200 #define tgamma(x) __tg_simple(x, tgamma) macro
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcmath.inc159 using ::tgamma;
/freebsd-current/contrib/llvm-project/libcxx/include/
H A Dmath.h284 floating_point tgamma (arithmetic x);
499 using std::__math::tgamma;
/freebsd-current/tools/regression/include/tgmath/
H A Dtgmath.c153 TGMACRO_REAL(tgamma)
593 PRINT("tgamma",
594 PASS_REAL_ARG_REAL_RET(tgamma));
/freebsd-current/contrib/llvm-project/libcxx/modules/std/
H A Dcmath.inc160 using std::tgamma;
/freebsd-current/lib/msun/
H A DMakefile243 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-current/contrib/arm-optimized-routines/math/test/
H A Dmathtest.c277 TFUNC(at_d,rt_d, tgamma, 16*ULPUNIT),
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGBuiltin.cpp2499 MUTATE_LDBL(tgamma)

Completed in 393 milliseconds