Home
last modified time | relevance | path

Searched defs:tgammal (Results 1 – 2 of 2) sorted by relevance

/bionic/libm/
Dfake_long_double.c46 long double tgammal(long double x) { return tgamma(x); } in tgammal() function
/bionic/tests/
Dmath_test.cpp1484 TEST(MATH_TEST, tgammal) { in TEST() argument