HomeSort by relevance Sort by last modified time
    Searched refs:cosh (Results 226 - 250 of 271) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
valarray_after.h 446 _DEFINE_EXPR_UNARY_FUNCTION(cosh, _Cosh)
valarray_before.h 89 { return cosh(__t); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
valarray_after.h 445 _DEFINE_EXPR_UNARY_FUNCTION(cosh, _Cosh)
valarray_before.h 88 { return cosh(__t); }
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/
valarray_after.h 445 _DEFINE_EXPR_UNARY_FUNCTION(cosh, _Cosh)
valarray_before.h 88 { return cosh(__t); }
  /prebuilts/misc/common/swig/include/2.0.11/php/
phpkw.swg 598 PHPFN(cosh);
  /frameworks/rs/driver/runtime/
rs_cl.c 392 extern float __attribute__((overloadable)) cosh(float);
393 FN_FUNC_FN(cosh)
    [all...]
  /external/llvm/lib/Analysis/
ConstantFolding.cpp     [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
ArrayRealVector.java 433 data[i] = FastMath.cosh(data[i]);
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
MathUtils.java 407 public static double cosh(double x) { method in class:MathUtils
    [all...]
  /external/deqp/framework/common/
tcuVectorUtil.hpp 436 TCU_DECLARE_VECTOR_UNARY_FUNC(cosh, deFloatCosh)
  /external/skia/src/core/
SkPath.cpp 1196 SkScalar cosh = SkPoint::DotProduct(before, after); local
    [all...]
  /frameworks/rs/scriptc/
rs_math.rsh 901 * cosh: Hypebolic cosine
908 cosh(float v);
911 cosh(float2 v);
914 cosh(float3 v);
917 cosh(float4 v);
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_valarray.h 965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_valarray.h 965 inline valarray<_Tp> cosh(const valarray<_Tp>& __x) {
969 __tmp[__i] = ::cosh(__x[__i]);
    [all...]
  /prebuilts/sdk/renderscript/include/
rs_math.rsh 901 * cosh: Hypebolic cosine
908 cosh(float v);
911 cosh(float2 v);
914 cosh(float3 v);
917 cosh(float4 v);
    [all...]
  /frameworks/rs/api/
rs_math.spec 457 function: cosh
1455 See also @cosh().
    [all...]
  /libcore/luni/src/main/java/java/lang/
StrictMath.java 19 * acos, asin, atan, cosh, sinh, tanh, exp, expm1, log, log10, log1p, and cbrt
614 * <li>{@code cosh(+infinity) = +infinity}</li>
615 * <li>{@code cosh(-infinity) = +infinity}</li>
616 * <li>{@code cosh(NaN) = NaN}</li>
623 public static double cosh(double x) { method in class:StrictMath
    [all...]
  /external/eigen/unsupported/test/mpreal/
mpreal.h 419 friend const mpreal cosh (const mpreal& v, mp_rnd_t rnd_mode);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fShaderOperatorTests.cpp     [all...]

Completed in 1326 milliseconds

1 2 3 4 5 6 7 8 91011