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