Home
last modified time | relevance | path

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

/bionic/libm/include/
Dmath.h460 long double tgammal(long double);
/bionic/tests/
Dmath_test.cpp1205 TEST(math, tgammal) { in TEST() argument
1206 ASSERT_DOUBLE_EQ(24.0L, tgammal(5.0L)); in TEST()