HomeSort by relevance Sort by last modified time
    Searched refs:sinh (Results 126 - 150 of 274) sorted by null

1 2 3 4 56 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/tr1/
math.h 85 using std::tr1::sinh;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/tr1/
math.h 85 using std::tr1::sinh;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/tr1/
math.h 85 using std::tr1::sinh;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/tr1/
math.h 85 using std::tr1::sinh;
  /external/libcxx/test/std/numerics/c.math/
cmath.pass.cpp 54 Ambiguous sinh(Ambiguous){ return Ambiguous(); } function
470 static_assert((std::is_same<decltype(std::sinh((float)0)), float>::value), "");
471 static_assert((std::is_same<decltype(std::sinh((bool)0)), double>::value), "");
472 static_assert((std::is_same<decltype(std::sinh((unsigned short)0)), double>::value), "");
473 static_assert((std::is_same<decltype(std::sinh((int)0)), double>::value), "");
474 static_assert((std::is_same<decltype(std::sinh((unsigned int)0)), double>::value), "");
475 static_assert((std::is_same<decltype(std::sinh((long)0)), double>::value), "");
476 static_assert((std::is_same<decltype(std::sinh((unsigned long)0)), double>::value), "");
477 static_assert((std::is_same<decltype(std::sinh((long long)0)), double>::value), "");
478 static_assert((std::is_same<decltype(std::sinh((unsigned long long)0)), double>::value), "")
    [all...]
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 574 const MatrixFunctionReturnValue<Derived> MatrixBase<Derived>::sinh() const function in class:Eigen::MatrixBase
578 return MatrixFunctionReturnValue<Derived>(derived(), StdStemFunctions<ComplexScalar>::sinh);
MatrixPower.h 243 return RealScalar(2) * std::exp(RealScalar(0.5) * p * (logCurr + logPrev)) * std::sinh(p * w) / (curr - prev);
251 return 2 * std::exp(p * (std::log(curr) + std::log(prev)) / 2) * std::sinh(p * w) / (curr - prev);
  /bionic/libm/include/
math.h 201 double sinh(double);
  /libcore/benchmarks/src/benchmarks/regression/
StrictMathBenchmark.java 311 StrictMath.sinh(d);
MathBenchmark.java 425 result = Math.sinh(d);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/c.math/
cmath.pass.cpp 372 static_assert((std::is_same<decltype(std::sinh((float)0)), float>::value), "");
373 static_assert((std::is_same<decltype(std::sinh((bool)0)), double>::value), "");
374 static_assert((std::is_same<decltype(std::sinh((unsigned short)0)), double>::value), "");
375 static_assert((std::is_same<decltype(std::sinh((int)0)), double>::value), "");
376 static_assert((std::is_same<decltype(std::sinh((unsigned int)0)), double>::value), "");
377 static_assert((std::is_same<decltype(std::sinh((long)0)), double>::value), "");
378 static_assert((std::is_same<decltype(std::sinh((unsigned long)0)), double>::value), "");
379 static_assert((std::is_same<decltype(std::sinh((long long)0)), double>::value), "");
380 static_assert((std::is_same<decltype(std::sinh((unsigned long long)0)), double>::value), "");
381 static_assert((std::is_same<decltype(std::sinh((double)0)), double>::value), "")
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_complex.h 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&);
900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&);
920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_complex.h 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&);
900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&);
920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_complex.h 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&);
900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&);
920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_complex.h 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&);
900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&);
920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_complex.h 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&);
900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&);
920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_complex.h 881 _STLP_DECLSPEC complex<float> _STLP_CALL sinh(const complex<float>&);
900 _STLP_DECLSPEC complex<double> _STLP_CALL sinh(const complex<double>&);
920 _STLP_DECLSPEC complex<long double> _STLP_CALL sinh(const complex<long double>&);
  /external/clang/lib/Headers/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/darwin-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/clang/linux-x86/host/3.6/lib/clang/3.6/include/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/darwin-x86/analyzer/lib/clang/3.3/include/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/misc/linux-x86/analyzer/lib/clang/3.3/include/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /prebuilts/sdk/renderscript/clang-include/
tgmath.h 353 // sinh
361 __tg_sinh(double __x) {return sinh(__x);}
379 #undef sinh macro
380 #define sinh(__x) __tg_sinh(__tg_promote1((__x))(__x)) macro
  /bionic/libm/upstream-freebsd/lib/msun/src/
math_private.h 688 #define __ieee754_sinh sinh
  /external/mesa3d/src/mesa/main/
imports.h 138 #define sinhf(f) ((float) sinh(f))

Completed in 1396 milliseconds

1 2 3 4 56 7 8 91011