HomeSort by relevance Sort by last modified time
    Searched refs:tanl (Results 76 - 100 of 101) sorted by null

1 2 34 5

  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 840 /* Define to 1 if you have the `tanl' function. */
1566 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 881 /* Define to 1 if you have the `tanl' function. */
1636 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 899 /* Define to 1 if you have the `tanl' function. */
1654 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 899 /* Define to 1 if you have the `tanl' function. */
1654 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 899 /* Define to 1 if you have the `tanl' function. */
1654 # define tanl macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 899 /* Define to 1 if you have the `tanl' function. */
1654 # define tanl macro
    [all...]
  /bionic/tests/
math_test.cpp 312 TEST(math, tanl) {
313 ASSERT_FLOAT_EQ(0.0, tanl(0.0));
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 185 static_assert((std::is_same<decltype(tanl(0)), long double>::value), "");
  /external/clang/lib/Headers/
tgmath.h 307 __tg_tan(long double __x) {return tanl(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 307 __tg_tan(long double __x) {return tanl(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 407 static_assert((std::is_same<decltype(std::tanl(0)), long double>::value), "");
    [all...]

Completed in 66 milliseconds

1 2 34 5