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

1 2 3

  /prebuilts/ndk/r16/sources/android/support/include/
math.h 75 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
  /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/x86/
s_tanh.S 281 ALIAS_SYMBOL(tanhl, tanh);
  /bionic/tests/headers/posix/
math_h.c 330 FUNCTION(tanhl, long double (*f)(long double));
  /bionic/libc/include/
math.h 128 long double tanhl(long double __x) __RENAME_LDBL(tanh, 3, 21);
  /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...]
  /bionic/tests/
math_test.cpp 601 TEST(MATH_TEST, tanhl) {
602 ASSERT_DOUBLE_EQ(0.0L, tanhl(0.0L));
    [all...]
  /external/clang/lib/Headers/
tgmath.h 394 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 394 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 394 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4393122/lib64/clang/5.0.1/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4479392/lib64/clang/5.0.2/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4579689/lib64/clang/6.0.1/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4630689/lib64/clang/6.0.1/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4639204/lib64/clang/6.0.1/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/darwin-x86/clang-4691093/lib64/clang/6.0.2/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3289846/lib64/clang/3.8/include/
tgmath.h 394 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-3859424/lib64/clang/4.0/include/
tgmath.h 394 __tg_tanh(long double __x) {return tanhl(__x);}
  /prebuilts/clang/host/linux-x86/clang-4053586/lib64/clang/5.0/include/
tgmath.h 403 __tg_tanh(long double __x) {return tanhl(__x);}

Completed in 638 milliseconds

1 2 3