Home
last modified time | relevance | path

Searched refs:gamma_r (Results 1 – 4 of 4) sorted by relevance

/bionic/libm/
Dlibm.map148 gamma_r;
/bionic/libm/include/
Dmath.h294 double gamma_r(double, int *);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h686 #define __ieee754_gamma_r gamma_r
/bionic/tests/
Dmath_test.cpp1145 TEST(math, gamma_r) { in TEST() argument
1148 ASSERT_DOUBLE_EQ(log(24.0), gamma_r(5.0, &sign)); in TEST()