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

/freebsd-11-stable/lib/msun/src/
H A Ds_tgammaf.c33 * We simply call tgamma() rather than bloating the math library with
42 return (tgamma(x));
H A Dimprecise.c55 DECLARE_IMPRECISE(tgamma); variable
H A Dmath.h320 double tgamma(double);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A D__clang_cuda_math_forward_declares.h201 __DEVICE__ double tgamma(double);
202 __DEVICE__ float tgamma(float);
293 using ::tgamma;
H A D__clang_cuda_cmath.h270 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, tgamma)
401 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_cuda_device_functions.h1765 __DEVICE__ double tgamma(double __a) { return __nv_tgamma(__a); } function
H A Dopencl-c.h8685 float __ovld __cnfn tgamma(float);
8686 float2 __ovld __cnfn tgamma(float2);
8687 float3 __ovld __cnfn tgamma(float3);
8688 float4 __ovld __cnfn tgamma(float4);
8689 float8 __ovld __cnfn tgamma(float8);
8690 float16 __ovld __cnfn tgamma(float16);
8692 double __ovld __cnfn tgamma(double);
8693 double2 __ovld __cnfn tgamma(double2);
8694 double3 __ovld __cnfn tgamma(double3);
8695 double4 __ovld __cnfn tgamma(double
[all...]
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c75 * Accuracy: tgamma(x) is accurate to within
129 tgamma(x) function
209 /* Return r*tgamma(y). */
312 y = tgamma(y);
314 y = -x*tgamma(-x);
/freebsd-11-stable/contrib/libstdc++/include/tr1/
H A Dmath.h94 using std::tr1::tgamma;
/freebsd-11-stable/include/
H A Dtgmath.h200 #define tgamma(x) __tg_simple(x, tgamma) macro
/freebsd-11-stable/tools/regression/include/tgmath/
H A Dtgmath.c155 TGMACRO_REAL(tgamma)
595 PRINT("tgamma",
596 PASS_REAL_ARG_REAL_RET(tgamma));
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Dmath.h284 floating_point tgamma (arithmetic x);
1540 // tgamma
1542 inline _LIBCPP_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return ::tgammaf(__lcpp_x);}
1543 inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __lcpp_x) _NOEXCEPT {return ::tgammal(__lcpp_x);}
1548 tgamma(_A1 __lcpp_x) _NOEXCEPT {return ::tgamma((double)__lcpp_x);}
/freebsd-11-stable/lib/msun/
H A DMakefile224 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-11-stable/contrib/libstdc++/
H A Dconfigure31068 tgamma(0.0);
[all...]

Completed in 311 milliseconds