Searched defs:tgammal (Results 1 – 2 of 2) sorted by relevance
/bionic/libm/ | ||
D | fake_long_double.c | 46 long double tgammal(long double x) { return tgamma(x); } in tgammal() function |
/bionic/tests/ | ||
D | math_test.cpp | 1484 TEST(MATH_TEST, tgammal) { in TEST() argument |