OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lgamma_r
(Results
1 - 10
of
10
) sorted by null
/bionic/libm/include/
math.h
295
double
lgamma_r
(double, int *);
/bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h
685
#define __ieee754_lgamma_r
lgamma_r
/external/ltrace/etc/
libm.so.conf
212
double
lgamma_r
(double, +int*);
/development/ndk/platforms/android-13/include/
math.h
301
double
lgamma_r
(double, int *) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
302
double
lgamma_r
(double, int *) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
300
double
lgamma_r
(double, int *) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
300
double
lgamma_r
(double, int *) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
295
double
lgamma_r
(double, int *) __NDK_FPABI_MATH__;
/bionic/tests/
math_test.cpp
1185
TEST(math,
lgamma_r
) {
1187
ASSERT_DOUBLE_EQ(log(24.0),
lgamma_r
(5.0, &sign));
[
all
...]
/external/compiler-rt/lib/msan/tests/
msan_test.cc
[
all
...]
Completed in 480 milliseconds