Searched refs:tgammal (Results 1 – 6 of 6) sorted by relevance
46 long double tgammal(long double x) { return tgamma(x); } in tgammal() function
260 tgammal; # introduced=21
335 FUNCTION(tgammal, long double (*f)(long double)); in math_h()
221 long double tgammal(long double __x) __RENAME_LDBL(tgamma, 3, 21);
1064 tgammal
1484 TEST(MATH_TEST, tgammal) { in TEST() argument1485 ASSERT_DOUBLE_EQ(24.0L, tgammal(5.0L)); in TEST()