Home
last modified time | relevance | path

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

/bionic/libm/
Dfake_long_double.c72 long double tgammal(long double a1) { return tgamma(a1); } in tgammal() function
/bionic/tests/
Dmath_test.cpp1047 TEST(math, tgammal) { in TEST() argument