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