Searched defs:tgamma (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/lib/msun/src/
H A Dimprecise.c55 DECLARE_IMPRECISE(tgamma); variable
/freebsd-11-stable/lib/msun/bsdsrc/
H A Db_tgamma.c129 tgamma(x) function
/freebsd-11-stable/include/
H A Dtgmath.h200 #define tgamma(x) __tg_simple(x, tgamma) macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dtgmath.h1198 #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

Completed in 119 milliseconds