HomeSort by relevance Sort by last modified time
    Searched refs:sinhf (Results 101 - 117 of 117) sorted by null

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/
c++config.h 787 /* Define to 1 if you have the `sinhf' function. */
1604 # define sinhf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/
c++config.h 787 /* Define to 1 if you have the `sinhf' function. */
1604 # define sinhf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/
c++config.h 787 /* Define to 1 if you have the `sinhf' function. */
1604 # define sinhf macro
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/
c++config.h 787 /* Define to 1 if you have the `sinhf' function. */
1604 # define sinhf macro
    [all...]
  /bionic/tests/
math_test.cpp 368 TEST(math, sinhf) {
369 ASSERT_FLOAT_EQ(0.0f, sinhf(0.0f));
  /external/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cmath.h 88 inline float sinhf(float v) { return __sinhf(v); } function
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
math_h.pass.cpp 168 static_assert((std::is_same<decltype(sinhf(0)), float>::value), "");
  /external/clang/lib/Headers/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 357 __tg_sinh(float __x) {return sinhf(__x);}
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 370 static_assert((std::is_same<decltype(std::sinhf(0)), float>::value), "");
    [all...]
  /external/bison/
configure     [all...]

Completed in 1539 milliseconds

1 2 3 45