/cts/tests/tests/bionic/ |
bionic-unit-tests-cts_list.txt | 291 cosh
|
/external/fdlibm/ |
e_cosh.c | 31 * cosh(x) is |x| if x is +INF, -INF, or NaN.
|
/frameworks/rs/cpu_ref/ |
rsCpuRuntimeMathFuncs.cpp | 46 IMPORT_F32_FN_F32(cosh)
|
/libcore/luni/src/main/native/ |
java_lang_StrictMath.cpp | 130 NATIVE_METHOD(StrictMath, cosh, "!(D)D"),
|
/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
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin10/4.2.1/include/ |
tgmath.h | 125 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/prebuilts/gcc/darwin-x86/host/i686-apple-darwin-4.2.1/lib/gcc/i686-apple-darwin11/4.2.1/include/ |
tgmath.h | 125 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/prebuilts/gcc/linux-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
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include/ |
tgmath.h | 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/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;
|
/prebuilts/ndk/9/sources/cxx-stl/EH/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/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/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
complex | 81 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 679 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 702 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 709 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 725 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 729 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 797 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 827 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 927 { return std::sinh(__z) / std::cosh(__z); } [all...] |
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 81 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 679 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 702 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 709 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 725 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 729 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 797 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 827 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 927 { return std::sinh(__z) / std::cosh(__z); } [all...] |
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 81 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 679 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 702 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 709 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 725 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 729 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 797 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 827 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 927 { return std::sinh(__z) / std::cosh(__z); } [all...] |
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
complex | 81 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 679 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 702 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 709 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 725 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 729 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 797 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 827 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 927 { return std::sinh(__z) / std::cosh(__z); } [all...] |
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
complex | 81 template<typename _Tp> complex<_Tp> cosh(const complex<_Tp>&); 679 return complex<_Tp>(cos(__x) * cosh(__y), -sin(__x) * sinh(__y)); 702 // 26.2.8/2 cosh(__z): Returns the hyperbolic cosine of __z. 709 return complex<_Tp>(cosh(__x) * cos(__y), sinh(__x) * sin(__y)); 725 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z.__rep()); } 729 cosh(const complex<_Tp>& __z) { return __complex_cosh(__z); } 797 return complex<_Tp>(sin(__x) * cosh(__y), cos(__x) * sinh(__y)); 827 return complex<_Tp>(sinh(__x) * cos(__y), cosh(__x) * sin(__y)); 927 { return std::sinh(__z) / std::cosh(__z); } [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 342 self.assertRaises(TypeError, math.cosh) 343 self.ftest('cosh(0)', math.cosh(0), 1) 344 self.ftest('cosh(2)-2*cosh(1)**2', math.cosh(2)-2*math.cosh(1)**2, -1) # Thanks to Lambert 345 self.assertEqual(math.cosh(INF), INF) 346 self.assertEqual(math.cosh(NINF), INF) 347 self.assertTrue(math.isnan(math.cosh(NAN)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_math.py | 342 self.assertRaises(TypeError, math.cosh) 343 self.ftest('cosh(0)', math.cosh(0), 1) 344 self.ftest('cosh(2)-2*cosh(1)**2', math.cosh(2)-2*math.cosh(1)**2, -1) # Thanks to Lambert 345 self.assertEqual(math.cosh(INF), INF) 346 self.assertEqual(math.cosh(NINF), INF) 347 self.assertTrue(math.isnan(math.cosh(NAN)) [all...] |