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

1 2 3 4 5 6 7 8

  /bionic/libm/upstream-freebsd/lib/msun/src/
s_tan.c 82 __weak_reference(tan, tanl);
s_tanl.c 52 tanl(long double x) function
  /prebuilts/ndk/r10/sources/android/support/include/
math.h 59 long double tanl(long double);
  /prebuilts/ndk/r11/sources/android/support/include/
math.h 59 long double tanl(long double);
  /prebuilts/ndk/r13/sources/android/support/include/
math.h 59 long double tanl(long double);
  /prebuilts/ndk/r11/sources/android/support/src/
math_support.c 66 __attribute__((weak)) long double tanl(long double x) { return tan((double)x); } function
  /prebuilts/ndk/r13/sources/android/support/src/
math_support.c 66 __attribute__((weak)) long double tanl(long double x) { return tan((double)x); } function
  /external/clang/test/CodeGen/
libcall-declarations.c 171 long double tanl(long double);
296 F(tanf), F(tanl), F(tanh), F(tanhf), F(tanhl),
470 // CHECK-NOERRNO: declare x86_fp80 @tanl(x86_fp80) [[NUW]]
  /bionic/libc/include/
math.h 297 long double tanl(long double) __INTRODUCED_IN(21);
  /development/ndk/platforms/android-13/include/
math.h 481 long double tanl(long double);
  /development/ndk/platforms/android-18/include/
math.h 484 long double tanl(long double);
  /development/ndk/platforms/android-9/include/
math.h 476 long double tanl(long double);
  /external/bison/darwin-lib/
math.h 2243 # undef tanl macro
    [all...]
  /external/bison/lib/
math.in.h 1925 # undef tanl macro
1929 _GL_CXXALIASWARN (tanl); variable
1931 # undef tanl macro
    [all...]
  /external/bison/linux-lib/
math.h 2243 # undef tanl macro
    [all...]
  /bionic/libm/x86/
s_tan.S 287 ALIAS_SYMBOL(tanl, tan);
  /development/ndk/platforms/android-21/include/
math.h 459 long double tanl(long double);
  /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 905 /* Define to 1 if you have the `tanl' function. */
1663 # define tanl 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 905 /* Define to 1 if you have the `tanl' function. */
1663 # define tanl 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 905 /* Define to 1 if you have the `tanl' function. */
1663 # define tanl 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 905 /* Define to 1 if you have the `tanl' function. */
1663 # define tanl 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 905 /* Define to 1 if you have the `tanl' function. */
1663 # define tanl 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 905 /* Define to 1 if you have the `tanl' function. */
1663 # define tanl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
c++config.h 909 /* Define to 1 if you have the `tanl' function. */
1677 # define tanl macro
    [all...]
  /prebuilts/ndk/r10/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
c++config.h 909 /* Define to 1 if you have the `tanl' function. */
1677 # define tanl macro
    [all...]

Completed in 1024 milliseconds

1 2 3 4 5 6 7 8