Home
last modified time | relevance | path

Searched refs:lgamma_r (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/include/
Dmath.h295 double lgamma_r(double, int *);
/bionic/libm/upstream-freebsd/lib/msun/src/
Dmath_private.h685 #define __ieee754_lgamma_r lgamma_r
/bionic/tests/
Dmath_test.cpp1185 TEST(math, lgamma_r) { in TEST() argument
1187 ASSERT_DOUBLE_EQ(log(24.0), lgamma_r(5.0, &sign)); in TEST()