HomeSort by relevance Sort by last modified time
    Searched full:cosh (Results 76 - 100 of 541) sorted by null

1 2 34 5 6 7 8 91011>>

  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/lib/
libm.so 
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/lib/
libm.so 
  /prebuilts/ndk/7/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/7/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/8/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/lib/
libm.so 
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/include/
cmath 53 using ::cosh;
  /prebuilts/ndk/9/sources/cxx-stl/system/include/
cmath 53 using ::cosh;
  /system/extras/tests/bionic/libstdc++/
test_cmath.cpp 51 using ::cosh;
  /external/eigen/unsupported/Eigen/
MatrixFunctions 35 * - \ref matrixbase_cosh "MatrixBase::cosh()", for computing the matrix hyperbolic cosine
89 \section matrixbase_cosh MatrixBase::cosh()
94 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::cosh() const
98 \returns expression representing \f$ \cosh(M) \f$
100 This function calls \ref matrixbase_matrixfunction "matrixFunction()" with StdStemFunctions::cosh().
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cmath 60 #undef cosh
207 using ::cosh;
210 cosh(float __x)
214 cosh(long double __x)
220 cosh(_Tp __x)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cmath 60 #undef cosh
207 using ::cosh;
210 cosh(float __x)
214 cosh(long double __x)
220 cosh(_Tp __x)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cmath 60 #undef cosh
207 using ::cosh;
210 cosh(float __x)
214 cosh(long double __x)
220 cosh(_Tp __x)
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cmath 60 #undef cosh
207 using ::cosh;
210 cosh(float __x)
214 cosh(long double __x)
220 cosh(_Tp __x)
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cmath 60 #undef cosh
207 using ::cosh;
210 cosh(float __x)
214 cosh(long double __x)
220 cosh(_Tp __x)
  /external/ceres-solver/include/ceres/
jet.h 420 inline double cosh (double x) { return std::cosh(x); } function in namespace:ceres
523 // sinh(a + h) ~= sinh(a) + cosh(a) h
528 const T cosh_a = cosh(f.a);
533 // cosh(a + h) ~= cosh(a) + sinh(a) h
535 Jet<T, N> cosh(const Jet<T, N>& f) { function in namespace:ceres
537 g.a = cosh(f.a);
707 template<typename T, int N> inline Jet<T, N> ei_cosh(const Jet<T, N>& x) { return cosh(x); } // NOLINT
  /external/llvm/test/Transforms/InstCombine/
win-math.ll 98 declare double @cosh(double %x)
102 ; WIN32: double @cosh
104 %2 = call double @cosh(double %1)
  /bionic/libm/
fake_long_double.c 41 long double coshl(long double a1) { return cosh(a1); }
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccoshf.c 62 /* |x| >= 9, so cosh(x) ~= exp(|x|) */
s_csinhf.c 62 /* |x| >= 9, so cosh(x) ~= exp(|x|) */

Completed in 273 milliseconds

1 2 34 5 6 7 8 91011>>