/bionic/libm/man/ |
asin.3 | 83 .Xr cosh 3 ,
|
atan2.3 | 177 .Xr cosh 3 ,
|
math.3 | 174 cosh hyperbolic cosine
|
/external/fdlibm/ |
e_cosh.c | 31 * cosh(x) is |x| if x is +INF, -INF, or NaN.
|
k_standard.c | 36 * 5 -- cosh overflow 159 exc.name = "cosh";
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 117 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/ |
tgmath.h | 114 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/ |
tgmath.h | 117 #define cosh(z) __TGMATH_CPLX(z, cosh, ccosh) macro
|
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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;
|
_complex.h | 882 _STLP_DECLSPEC complex<float> _STLP_CALL cosh(const complex<float>&); 901 _STLP_DECLSPEC complex<double> _STLP_CALL cosh(const complex<double>&); 921 _STLP_DECLSPEC complex<long double> _STLP_CALL cosh(const complex<long double>&);
|
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
StrictMathTest.java | 476 * @tests java.lang.StrictMath#cosh(double) 481 method = "cosh", 488 .cosh(Double.NaN))); 491 .cosh(Double.POSITIVE_INFINITY)); 494 .cosh(Double.NEGATIVE_INFINITY)); 495 assertEquals("Should return 1.0", 1.0, StrictMath.cosh(+0.0)); 496 assertEquals("Should return 1.0", 1.0, StrictMath.cosh(-0.0)); 499 Double.POSITIVE_INFINITY, StrictMath.cosh(1234.56)); 501 Double.POSITIVE_INFINITY, StrictMath.cosh(-1234.56)); 503 StrictMath.cosh(0.000001)) [all...] |
/bionic/libm/ |
Makefile-orig | 92 cimag.3 copysign.3 cos.3 cosh.3 erf.3 exp.3 fabs.3 fdim.3 \ 112 MLINKS+=cosh.3 coshf.3
|
/bionic/libm/src/ |
math_private.h | 213 #define __ieee754_cosh cosh
|
/dalvik/libcore/luni/src/main/java/java/lang/ |
Math.java | 276 * <li>{@code cosh(+infinity) = +infinity}</li> 277 * <li>{@code cosh(-infinity) = +infinity}</li> 278 * <li>{@code cosh(NaN) = NaN}</li> 285 public static native double cosh(double d); method in class:Math [all...] |
StrictMath.java | 271 * <li>{@code cosh(+infinity) = +infinity}</li> 272 * <li>{@code cosh(-infinity) = +infinity}</li> 273 * <li>{@code cosh(NaN) = NaN}</li> 280 public static native double cosh(double d); method in class:StrictMath [all...] |
/bionic/libm/include/ |
math.h | 211 double cosh(double);
|
/external/proguard/src/proguard/gui/ |
default.pro | 88 public static double cosh(double);
|
/ndk/build/platforms/android-3/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/ndk/build/platforms/android-4/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/ndk/build/platforms/android-5/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/ndk/build/platforms/android-5/arch-x86/usr/include/ |
math.h | 211 double cosh(double);
|
/ndk/build/platforms/android-8/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/ndk/build/platforms/android-8/arch-x86/usr/include/ |
math.h | 211 double cosh(double);
|
/packages/apps/Calculator/ |
arity-2.1.2.jar | |