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

/freebsd-9.3-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 Dmath.h276 double tgamma(double);
/freebsd-9.3-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-9.3-release/contrib/libstdc++/include/tr1/
H A Dmath.h94 using std::tr1::tgamma;
/freebsd-9.3-release/lib/msun/
H A DSymbol.map8 tgamma;
H A DMakefile182 lgamma.3 tgamma.3 lgamma.3 tgammaf.3
/freebsd-9.3-release/include/
H A Dtgmath.h199 #define tgamma(x) __tg_simple(x, tgamma) macro
/freebsd-9.3-release/tools/regression/include/tgmath/
H A Dtgmath.c155 TGMACRO_REAL(tgamma)
595 PRINT("tgamma",
596 PASS_REAL_ARG_REAL_RET(tgamma));
/freebsd-9.3-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-9.3-release/contrib/libstdc++/
H A Dconfigure31068 tgamma(0.0);
[all...]

Completed in 228 milliseconds