OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acoshl
(Results
51 - 60
of
60
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
math.h
406
long double
acoshl
(long double);
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
math.h
406
long double
acoshl
(long double);
/bionic/libm/include/
math.h
459
long double
acoshl
(long double);
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
88
/// long double
acoshl
(long double x);
89
acoshl
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
60
"
acoshl
",
406
TLI.setUnavailable(LibFunc::
acoshl
);
/bionic/tests/
math_test.cpp
324
TEST(math,
acoshl
) {
325
ASSERT_FLOAT_EQ(0.0,
acoshl
(1.0));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
333
static_assert((std::is_same<decltype(
acoshl
(0)), long double>::value), "");
/external/clang/lib/Headers/
tgmath.h
162
__tg_acosh(long double __x) {return
acoshl
(__x);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
162
__tg_acosh(long double __x) {return
acoshl
(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
[
all
...]
Completed in 197 milliseconds
1
2
3