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

1 2 3 45

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

Completed in 636 milliseconds

1 2 3 45