Searched refs:tgamma (Results 1 – 13 of 13) sorted by relevance
42 return (tgamma(x)); in tgammaf()
45 long double tgammal(long double x) { return tgamma(x); } in tgammal()
259 tgamma;
258 tgamma;
129 tgamma(x) in tgamma() function312 y = tgamma(y);314 y = -x*tgamma(-x);
186 double tgamma(double);
1063 tgamma
1227 TEST(math, tgamma) { in TEST() argument1228 ASSERT_DOUBLE_EQ(24.0, tgamma(5.0)); in TEST()