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

/freebsd-11.0-release/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.c63 DECLARE_IMPRECISE(tgamma); variable
H A Dmath.h315 double tgamma(double);
/freebsd-11.0-release/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.0-release/contrib/libstdc++/include/tr1/
H A Dmath.h94 using std::tr1::tgamma;
/freebsd-11.0-release/include/
H A Dtgmath.h200 #define tgamma(x) __tg_simple(x, tgamma) macro
/freebsd-11.0-release/tools/regression/include/tgmath/
H A Dtgmath.c155 TGMACRO_REAL(tgamma)
595 PRINT("tgamma",
596 PASS_REAL_ARG_REAL_RET(tgamma));
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Headers/
H A Dtgmath.h1191 // tgamma
1199 __tg_tgamma(double __x) {return tgamma(__x);}
1205 #undef tgamma macro
1206 #define tgamma(__x) __tg_tgamma(__tg_promote1((__x))(__x)) macro
/freebsd-11.0-release/contrib/libc++/include/
H A Dmath.h285 floating_point tgamma (arithmetic x);
1392 // tgamma
1394 inline _LIBCPP_INLINE_VISIBILITY float tgamma(float __lcpp_x) _NOEXCEPT {return tgammaf(__lcpp_x);}
1395 inline _LIBCPP_INLINE_VISIBILITY long double tgamma(long double __lcpp_x) _NOEXCEPT {return tgammal(__lcpp_x);}
1400 tgamma(_A1 __lcpp_x) _NOEXCEPT {return tgamma((double)__lcpp_x);}
/freebsd-11.0-release/lib/msun/
H A DMakefile197 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-11.0-release/contrib/libstdc++/
H A Dconfigure31068 tgamma(0.0);
[all...]

Completed in 260 milliseconds