Home
last modified time | relevance | path

Searched refs:tgamma (Results 1 – 9 of 9) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_tgammaf.c44 return (tgamma(x)); in tgammaf()
/bionic/libm/upstream-freebsd/lib/msun/bsdsrc/
Db_tgamma.c131 tgamma(x) in tgamma() function
314 y = tgamma(y);
316 y = -x*tgamma(-x);
/bionic/libm/
Dfake_long_double.c46 long double tgammal(long double x) { return tgamma(x); } in tgammal()
Dlibm.map.txt258 tgamma;
/bionic/libc/include/
Dmath.h219 double tgamma(double __x);
221 long double tgammal(long double __x) __RENAME_LDBL(tgamma, 3, 21);
/bionic/tests/headers/posix/
Dtgmath_h.c110 TGMATH(tgamma); in tgmath_h()
Dmath_h.c333 FUNCTION(tgamma, double (*f)(double)); in math_h()
/bionic/libc/tools/
Dposix-2013.txt1063 tgamma
/bionic/tests/
Dmath_test.cpp1476 TEST(MATH_TEST, tgamma) { in TEST() argument
1477 ASSERT_DOUBLE_EQ(24.0, tgamma(5.0)); in TEST()