HomeSort by relevance Sort by last modified time
    Searched refs:tanhl (Results 1 - 25 of 99) sorted by null

1 2 3 4

  /ndk/sources/android/support/include/
math.h 60 long double tanhl(long double);
  /prebuilts/ndk/current/sources/android/support/include/
math.h 60 long double tanhl(long double);
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tanh.c 83 __weak_reference(tanh, tanhl);
s_tanhl.c 113 tanhl(long double x) function
  /ndk/sources/android/support/src/
math_support.c 67 __attribute__((weak)) long double tanhl(long double x) { return tanh((double)x); } function
  /external/clang/test/CodeGen/
libcall-declarations.c 174 long double tanhl(long double);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
473 // CHECK-NOERRNO: declare x86_fp80 @tanhl(x86_fp80) [[NUW]]
  /bionic/libm/include/
math.h 415 long double tanhl(long double);
  /bionic/libm/x86/
s_tanh.S 281 ALIAS_SYMBOL(tanhl, tanh);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 902 /* Define to 1 if you have the `tanhl' function. */
1658 # define tanhl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 902 /* Define to 1 if you have the `tanhl' function. */
1658 # define tanhl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
c++config.h 902 /* Define to 1 if you have the `tanhl' function. */
1658 # define tanhl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
c++config.h 902 /* Define to 1 if you have the `tanhl' function. */
1658 # define tanhl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
c++config.h 902 /* Define to 1 if you have the `tanhl' function. */
1658 # define tanhl macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
c++config.h 902 /* Define to 1 if you have the `tanhl' function. */
1658 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips32r6/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips64/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/x86_64/include/bits/
c++config.h 906 /* Define to 1 if you have the `tanhl' function. */
1672 # define tanhl macro
    [all...]
  /external/ltrace/etc/
libm.so.conf 54 ldouble tanhl(ldouble);
  /development/ndk/platforms/android-13/include/
math.h 482 long double tanhl(long double) __NDK_FPABI_MATH__;
  /development/ndk/platforms/android-18/include/
math.h 485 long double tanhl(long double) __NDK_FPABI_MATH__;

Completed in 981 milliseconds

1 2 3 4