HomeSort by relevance Sort by last modified time
    Searched refs:tanhf (Results 51 - 73 of 73) sorted by null

1 23

  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/libs/x86/include/bits/
c++config.h 712 /* Define to 1 if you have the `tanhf' function. */
1418 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi/include/bits/
c++config.h 712 /* Define to 1 if you have the `tanhf' function. */
1418 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/armeabi-v7a/include/bits/
c++config.h 712 /* Define to 1 if you have the `tanhf' function. */
1418 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/mips/include/bits/
c++config.h 712 /* Define to 1 if you have the `tanhf' function. */
1418 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/libs/x86/include/bits/
c++config.h 712 /* Define to 1 if you have the `tanhf' function. */
1418 # define tanhf macro
    [all...]
  /external/llvm/lib/Target/
TargetLibraryInfo.cpp 301 "tanhf",
463 TLI.setUnavailable(LibFunc::tanhf);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
c++config.h 712 /* Define to 1 if you have the `tanhf' function. */
1418 # define tanhf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
c++config.h 834 /* Define to 1 if you have the `tanhf' function. */
1556 # define tanhf macro
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
c++config.h 834 /* Define to 1 if you have the `tanhf' function. */
1556 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi/include/bits/
c++config.h 834 /* Define to 1 if you have the `tanhf' function. */
1556 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/
c++config.h 834 /* Define to 1 if you have the `tanhf' function. */
1556 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/
c++config.h 834 /* Define to 1 if you have the `tanhf' function. */
1556 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/
c++config.h 834 /* Define to 1 if you have the `tanhf' function. */
1556 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi/include/bits/
c++config.h 875 /* Define to 1 if you have the `tanhf' function. */
1626 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/armeabi-v7a/include/bits/
c++config.h 875 /* Define to 1 if you have the `tanhf' function. */
1626 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/
c++config.h 875 /* Define to 1 if you have the `tanhf' function. */
1626 # define tanhf macro
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/
c++config.h 875 /* Define to 1 if you have the `tanhf' function. */
1626 # define tanhf macro
    [all...]
  /bionic/tests/
math_test.cpp 380 TEST(math, tanhf) {
381 ASSERT_FLOAT_EQ(0.0f, tanhf(0.0f));
  /ndk/sources/cxx-stl/llvm-libc++/test/depr/depr.c.headers/
math_h.pass.cpp 192 static_assert((std::is_same<decltype(tanhf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 386 __tg_tanh(float __x) {return tanhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 386 __tg_tanh(float __x) {return tanhf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/c.math/
cmath.pass.cpp 424 static_assert((std::is_same<decltype(std::tanhf(0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 720 milliseconds

1 23