OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tanhl
(Results
76 - 94
of
94
) sorted by null
1
2
3
4
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h
878
/* Define to 1 if you have the `
tanhl
' function. */
1631
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h
878
/* Define to 1 if you have the `
tanhl
' function. */
1631
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h
837
/* Define to 1 if you have the `
tanhl
' function. */
1561
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h
837
/* Define to 1 if you have the `
tanhl
' function. */
1561
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h
837
/* Define to 1 if you have the `
tanhl
' function. */
1561
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h
837
/* Define to 1 if you have the `
tanhl
' function. */
1561
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h
878
/* Define to 1 if you have the `
tanhl
' function. */
1631
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h
878
/* Define to 1 if you have the `
tanhl
' function. */
1631
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h
878
/* Define to 1 if you have the `
tanhl
' function. */
1631
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h
878
/* Define to 1 if you have the `
tanhl
' function. */
1631
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h
896
/* Define to 1 if you have the `
tanhl
' function. */
1649
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h
896
/* Define to 1 if you have the `
tanhl
' function. */
1649
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h
896
/* Define to 1 if you have the `
tanhl
' function. */
1649
# define
tanhl
macro
[
all
...]
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h
896
/* Define to 1 if you have the `
tanhl
' function. */
1649
# define
tanhl
macro
[
all
...]
/bionic/tests/
math_test.cpp
384
TEST(math,
tanhl
) {
385
ASSERT_FLOAT_EQ(0.0,
tanhl
(0.0));
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp
193
static_assert((std::is_same<decltype(
tanhl
(0)), long double>::value), "");
/external/clang/lib/Headers/
tgmath.h
394
__tg_tanh(long double __x) {return
tanhl
(__x);}
/prebuilts/sdk/renderscript/clang-include/
tgmath.h
394
__tg_tanh(long double __x) {return
tanhl
(__x);}
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp
425
static_assert((std::is_same<decltype(std::
tanhl
(0)), long double>::value), "");
[
all
...]
Completed in 864 milliseconds
1
2
3
4