Searched refs:tgamma (Results 1 – 9 of 9) sorted by relevance
44 return (tgamma(x)); in tgammaf()
131 tgamma(x) in tgamma() function314 y = tgamma(y);316 y = -x*tgamma(-x);
46 long double tgammal(long double x) { return tgamma(x); } in tgammal()
258 tgamma;
219 double tgamma(double __x);221 long double tgammal(long double __x) __RENAME_LDBL(tgamma, 3, 21);
110 TGMATH(tgamma); in tgmath_h()
333 FUNCTION(tgamma, double (*f)(double)); in math_h()
1063 tgamma
1476 TEST(MATH_TEST, tgamma) { in TEST() argument1477 ASSERT_DOUBLE_EQ(24.0, tgamma(5.0)); in TEST()