OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tgammaf
(Results
1 - 12
of
12
) sorted by null
/bionic/libm/upstream-freebsd/lib/msun/src/
s_tgammaf.c
34
* a float-optimized version of it. The reason is that
tgammaf
() is
39
tgammaf
(float x)
function
/external/clang/test/CodeGen/
libcall-declarations.c
176
float
tgammaf
(float);
297
F(tgamma), F(
tgammaf
), F(tgammal), F(trunc), F(truncf),
475
// CHECK-NOERRNO: declare float @
tgammaf
(float) [[NUW]]
/bionic/libm/include/
math.h
342
float
tgammaf
(float);
/external/ltrace/etc/
libm.so.conf
217
float
tgammaf
(float);
/development/ndk/platforms/android-13/include/
math.h
347
float
tgammaf
(float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-18/include/
math.h
349
float
tgammaf
(float) __NDK_FPABI_MATH__;
/development/ndk/platforms/android-L/include/
math.h
342
float
tgammaf
(float) __NDK_FPABI_MATH__;
/bionic/tests/
math_test.cpp
1201
TEST(math,
tgammaf
) {
1202
ASSERT_FLOAT_EQ(24.0f,
tgammaf
(5.0f));
[
all
...]
/cts/tests/tests/renderscript/libcoremathtestcpp/
CoreMathTestJni.cpp
403
return
tgammaf
(x);
/external/libcxx/test/depr/depr.c.headers/
math_h.disabled.cpp
597
static_assert((std::is_same<decltype(
tgammaf
(0)), float>::value), "");
/external/clang/lib/Headers/
tgmath.h
1195
__tg_tgamma(float __x) {return
tgammaf
(__x);}
/external/libcxx/test/numerics/c.math/
cmath.disabled.cpp
[
all
...]
Completed in 116 milliseconds