OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:asinhl
(Results
1 - 25
of
95
) sorted by null
1
2
3
4
/bionic/libm/upstream-freebsd/lib/msun/src/
s_asinh.c
61
__weak_reference(asinh,
asinhl
);
/bionic/libm/
fake_long_double.c
37
long double
asinhl
(long double a1) { return asinh(a1); }
function
/cts/tests/tests/bionic/
bionic-unit-tests-cts_list.txt
287
asinhl
/ndk/sources/android/support/include/
math.h
60
long double
asinhl
(long double);
/bionic/tests/
math_test.cpp
336
TEST(math,
asinhl
) {
337
ASSERT_FLOAT_EQ(0.0,
asinhl
(0.0));
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
100
/// long double
asinhl
(long double x);
101
asinhl
,
enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
66
"
asinhl
",
409
TLI.setUnavailable(LibFunc::
asinhl
);
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1_impl/
cmath
37
#undef
asinhl
157
using ::
asinhl
;
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
37
#undef
asinhl
157
using ::
asinhl
;
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
37
#undef
asinhl
157
using ::
asinhl
;
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/tr1_impl/
cmath
37
#undef
asinhl
157
using ::
asinhl
;
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/tr1_impl/
cmath
37
#undef
asinhl
157
using ::
asinhl
;
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cmath
162
long double
asinhl
(long double x);
1068
inline _LIBCPP_INLINE_VISIBILITY long double asinh(long double __x) _NOEXCEPT {return
asinhl
(__x);}
[
all
...]
/bionic/libm/include/
math.h
460
long double
asinhl
(long double);
/development/ndk/platforms/android-3/include/
math.h
408
long double
asinhl
(long double);
/development/ndk/platforms/android-9/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
/prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/
math.h
408
long double
asinhl
(long double);
Completed in 1782 milliseconds
1
2
3
4