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

1 2 34

  /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...]
  /prebuilts/ndk/9/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/9/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/9/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/9/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/9/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/9/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/9/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/9/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...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 893 /* Define to 1 if you have the `tanhf' function. */
1644 # define tanhf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 893 /* Define to 1 if you have the `tanhf' function. */
1644 # define tanhf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 893 /* Define to 1 if you have the `tanhf' function. */
1644 # define tanhf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 893 /* Define to 1 if you have the `tanhf' function. */
1644 # 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++/libcxx/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++/libcxx/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 228 milliseconds

1 2 34