Home
last modified time | relevance | path

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

/bionic/libm/
Dfake_long_double.c46 long double tgammal(long double x) { return tgamma(x); } in tgammal() function
Dlibm.map.txt260 tgammal; # introduced=21
/bionic/tests/headers/posix/
Dmath_h.c335 FUNCTION(tgammal, long double (*f)(long double)); in math_h()
/bionic/libc/include/
Dmath.h221 long double tgammal(long double __x) __RENAME_LDBL(tgamma, 3, 21);
/bionic/libc/tools/
Dposix-2013.txt1064 tgammal
/bionic/tests/
Dmath_test.cpp1484 TEST(MATH_TEST, tgammal) { in TEST() argument
1485 ASSERT_DOUBLE_EQ(24.0L, tgammal(5.0L)); in TEST()