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

/barrelfish-2018-10-04/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);
/barrelfish-2018-10-04/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);
/barrelfish-2018-10-04/include/
H A Dmath.h315 double tgamma(double);
/barrelfish-2018-10-04/lib/msun/
H A DMakefile197 lgamma.3 tgamma.3 lgamma.3 tgammaf.3

Completed in 43 milliseconds