OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tgammal
(Results
1 - 12
of
12
) sorted by null
/external/clang/test/CodeGen/
libcall-declarations.c
177
long double
tgammal
(long double);
297
F(tgamma), F(tgammaf), F(
tgammal
), F(trunc), F(truncf),
476
// CHECK-NOERRNO: declare x86_fp80 @
tgammal
(x86_fp80) [[NUW]]
/bionic/libm/include/
math.h
460
long double
tgammal
(long double);
/external/ltrace/etc/
libm.so.conf
218
ldouble
tgammal
(ldouble);
/development/ndk/platforms/android-13/include/
math.h
484
long double
tgammal
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
487
long double
tgammal
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-3/include/
math.h
479
long double
tgammal
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-9/include/
math.h
479
long double
tgammal
(long double) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
460
long double
tgammal
(long double) __NDK_FPABI_MATH__;
/bionic/tests/
math_test.cpp
1205
TEST(math,
tgammal
) {
1206
ASSERT_DOUBLE_EQ(24.0L,
tgammal
(5.0L));
[
all
...]
/external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp
598
static_assert((std::is_same<decltype(
tgammal
(0)), long double>::value), "");
/external/clang/lib/Headers/
tgmath.h
1203
__tg_tgamma(long double __x) {return
tgammal
(__x);}
/external/libcxx/test/numerics/c.math/
cmath.disabled.cpp
[
all
...]
Completed in 640 milliseconds