HomeSort by relevance Sort by last modified time
    Searched refs:cosh (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /ndk/tests/device/test-stlport/unit/
valarray_test.cpp 46 tmp = cosh(darray);
72 tmp = cosh(farray);
99 tmp = cosh(ldarray);
cmath_test.cpp 105 CPPUNIT_CHECK( are_equals(std::cosh(0.0), 1.0) );
130 CPPUNIT_CHECK( are_equals(std::cosh(0.0f), 1.0f) );
157 CPPUNIT_CHECK( are_equals(std::cosh(0.0l), 1.0l) );
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_ccosh.c 30 * cosh(z) = cosh(x+iy)
31 * = cosh(x) cos(y) + i sinh(x) sin(y).
65 return (cpack(cosh(x), x * y));
67 return (cpack(cosh(x) * cos(y), sinh(x) * sin(y)));
69 /* |x| >= 22, so cosh(x) ~= exp(|x|) */
86 * cosh(+-0 +- I Inf) = dNaN + I sign(d(+-0, dNaN))0.
90 * cosh(+-0 +- I NaN) = d(NaN) + I sign(d(+-0, NaN))0.
98 * cosh(+-Inf +- I 0) = +Inf + I (+-)(+-)0.
100 * cosh(NaN +- I 0) = d(NaN) + I sign(d(NaN, +-0))0
    [all...]
s_csinh.c 31 * = sinh(x) cos(y) + i cosh(x) sin(y).
67 return (cpack(sinh(x) * cos(y), cosh(x) * sin(y)));
69 /* |x| >= 22, so cosh(x) ~= exp(|x|) */
  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/complex.number/complex.transcendentals/
cos.pass.cpp 44 std::complex<double> z = cosh(t1);
cosh.pass.cpp 14 // cosh(const complex<T>& x);
25 assert(cosh(c) == x);
42 std::complex<double> r = cosh(x[i]);
  /libcore/luni/src/main/native/
java_lang_Math.cpp 83 return cosh(a);
118 NATIVE_METHOD(Math, cosh, "!(D)D"),
java_lang_StrictMath.cpp 130 NATIVE_METHOD(StrictMath, cosh, "!(D)D"),
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMathTest.java 161 assertTrue(Double.isNaN(Math.cosh(Double.NaN)));
163 Double.POSITIVE_INFINITY, Math.cosh(Double.POSITIVE_INFINITY), 0D);
165 Double.POSITIVE_INFINITY, Math.cosh(Double.NEGATIVE_INFINITY), 0D);
166 assertEquals("Should return 1.0", 1.0, Math.cosh(+0.0), 0D);
167 assertEquals("Should return 1.0", 1.0, Math.cosh(-0.0), 0D);
170 Double.POSITIVE_INFINITY, Math.cosh(1234.56), 0D);
172 Double.POSITIVE_INFINITY, Math.cosh(-1234.56), 0D);
174 .cosh(0.000001), 0D);
176 .cosh(-0.000001), 0D);
178 .cosh(2.33482), 0D)
    [all...]
OldAndroidStrictMathTest.java 151 .cosh(Double.NaN)));
154 .cosh(Double.POSITIVE_INFINITY));
157 .cosh(Double.NEGATIVE_INFINITY));
158 assertEquals("Should return 1.0", 1.0, StrictMath.cosh(+0.0));
159 assertEquals("Should return 1.0", 1.0, StrictMath.cosh(-0.0));
162 Double.POSITIVE_INFINITY, StrictMath.cosh(1234.56));
164 Double.POSITIVE_INFINITY, StrictMath.cosh(-1234.56));
166 StrictMath.cosh(0.000001));
168 StrictMath.cosh(-0.000001));
170 StrictMath.cosh(2.33482))
    [all...]
  /external/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
367 _STLP_DMATH_INLINE(cosh)
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
560 using ::cosh;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
367 _STLP_DMATH_INLINE(cosh)
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
560 using ::cosh;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
367 _STLP_DMATH_INLINE(cosh)
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
560 using ::cosh;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
367 _STLP_DMATH_INLINE(cosh)
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
560 using ::cosh;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
367 _STLP_DMATH_INLINE(cosh)
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
560 using ::cosh;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cmath.h 345 # pragma function (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
367 _STLP_DMATH_INLINE(cosh)
438 _STLP_DEF_MATH_INLINE(cosh, cosh)
515 # pragma intrinsic (abs, acos, asin, atan, atan2, cos, cosh, exp, fabs, fmod, log, log10, sin, sinh, sqrt, tan, tanh)
560 using ::cosh;
  /external/skia/legacy/src/core/
SkCordic.cpp 192 int32_t cosh = kFixedInvGain2; local
194 SkHyperbolic(&cosh, &sinh, &a, 0);
195 return cosh + sinh;
  /external/skia/src/core/
SkCordic.cpp 190 int32_t cosh = kFixedInvGain2; local
192 SkHyperbolic(&cosh, &sinh, &a, 0);
193 return cosh + sinh;
  /external/stlport/test/unit/
cmath_test.cpp 105 CPPUNIT_CHECK( are_equals(std::cosh(0.0), 1.0) );
130 CPPUNIT_CHECK( are_equals(std::cosh(0.0f), 1.0f) );
157 CPPUNIT_CHECK( are_equals(std::cosh(0.0l), 1.0l) );
  /ndk/tests/device/test-gnustl-full/unit/
cmath_test.cpp 105 CPPUNIT_CHECK( are_equals(std::cosh(0.0), 1.0) );
130 CPPUNIT_CHECK( are_equals(std::cosh(0.0f), 1.0f) );
157 CPPUNIT_CHECK( are_equals(std::cosh(0.0l), 1.0l) );
  /bionic/libm/
fake_long_double.c 41 long double coshl(long double a1) { return cosh(a1); }
  /external/ceres-solver/internal/ceres/
loss_function.cc 112 rho[2] = 0.5 / (b_ * (1.0 + cosh(x)));
  /frameworks/rs/cpu_ref/
rsCpuRuntimeMathFuncs.cpp 46 IMPORT_F32_FN_F32(cosh)
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
StrictMathTest.java 318 * @tests java.lang.StrictMath#cosh(double)
324 .cosh(Double.NaN)));
327 .cosh(Double.POSITIVE_INFINITY));
330 .cosh(Double.NEGATIVE_INFINITY));
331 assertEquals("Should return 1.0", 1.0, StrictMath.cosh(+0.0));
332 assertEquals("Should return 1.0", 1.0, StrictMath.cosh(-0.0));
335 Double.POSITIVE_INFINITY, StrictMath.cosh(1234.56));
337 Double.POSITIVE_INFINITY, StrictMath.cosh(-1234.56));
339 StrictMath.cosh(0.000001));
341 StrictMath.cosh(-0.000001))
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/include/
tgmath.h 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro

Completed in 1334 milliseconds

12 3 4 5 6 7