/freebsd/lib/msun/bsdsrc/ |
H A D | b_tgamma.c | 345 y = tgamma(y); in neg_gam() 347 y = - x * tgamma(-x); in neg_gam() 365 tgamma(double x) in tgamma() function 395 __weak_reference(tgamma, tgammal);
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | __clang_cuda_math_forward_declares.h | 178 __DEVICE__ double tgamma(double); 179 __DEVICE__ float tgamma(float); 270 using ::tgamma;
|
H A D | __clang_cuda_cmath.h | 299 __CUDA_CLANG_FN_INTEGER_OVERLOAD_1(double, tgamma) 430 using ::tgamma;
|
H A D | __clang_hip_cmath.h | 253 __DEF_FUN1(float, tgamma) 541 __HIP_OVERLOAD1(double, tgamma) 718 using ::tgamma;
|
H A D | tgmath.h | 1192 __tg_tgamma(double __x) {return tgamma(__x);} in __tg_tgamma() 1198 #undef tgamma 1199 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
|
H A D | opencl-c.h | 8606 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(double4); [all …]
|
/freebsd/lib/msun/src/ |
H A D | s_tgammaf.c | 41 return (tgamma(x)); in tgammaf()
|
H A D | math.h | 319 double tgamma(double);
|
/freebsd/include/ |
H A D | tgmath.h | 200 #define tgamma(x) __tg_simple(x, tgamma) macro
|
/freebsd/lib/msun/ |
H A D | Symbol.map | 7 tgamma;
|
H A D | Makefile | 243 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
|
/freebsd/contrib/llvm-project/libcxx/include/ |
H A D | math.h | 499 using std::__math::tgamma;
|
H A D | cmath | 299 floating_point tgamma (arithmetic x); 491 using ::tgamma _LIBCPP_USING_IF_EXISTS;
|
/freebsd/tools/regression/include/tgmath/ |
H A D | tgmath.c | 153 TGMACRO_REAL(tgamma) 594 PASS_REAL_ARG_REAL_RET(tgamma)); in main()
|
/freebsd/contrib/arm-optimized-routines/math/tools/ |
H A D | tgamma128_gen.jl | 93 /* The largest positive value for which 128-bit tgamma does not overflow. */
|
/freebsd/contrib/llvm-project/libcxx/modules/std.compat/ |
H A D | cmath.inc | 159 using ::tgamma _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/libcxx/modules/std/ |
H A D | cmath.cppm |
|
H A D | cmath.inc | 160 using std::tgamma _LIBCPP_USING_IF_EXISTS;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | VecFuncs.def | 614 TLI_DEFINE_VECFUNC("tgamma", "_ZGVnN2v_tgamma", FIXED(2), "_ZGV_LLVM_N2v") 880 TLI_DEFINE_VECFUNC("tgamma", "_ZGVsMxv_tgamma", SCALABLE(2), MASKED, "_ZGVsMxv") 1175 TLI_DEFINE_VECFUNC("tgamma", "armpl_vtgammaq_f64", FIXED(2), NOMASK, "_ZGV_LLVM_N2v") 1177 TLI_DEFINE_VECFUNC("tgamma", "armpl_svtgamma_f64_x", SCALABLE(2), MASKED, "_ZGVsMxv")
|
/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathtest.c | 278 TFUNC(at_d,rt_d, tgamma, 16*ULPUNIT),
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/ |
H A D | CSymbolMap.inc | 798 SYMBOL(tgamma, None, <math.h>)
|
H A D | StdSymbolMap.inc | 2864 SYMBOL(tgamma, std::, <cmath>) 2865 SYMBOL(tgamma, None, <cmath>) 2866 SYMBOL(tgamma, None, <math.h>)
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVBuiltins.td | 277 defm : DemangledExtendedBuiltin<"tgamma", OpenCL_std, 65>;
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | OpenCLBuiltins.td | 568 "tgamma", "trunc",
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 3136 fun:tgamma=uninstrumented
|