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