/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/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
MathTest.java | 318 * @tests java.lang.Math#cosh(double) 322 assertTrue(Double.isNaN(Math.cosh(Double.NaN))); 324 Double.POSITIVE_INFINITY, Math.cosh(Double.POSITIVE_INFINITY), 0D); 326 Double.POSITIVE_INFINITY, Math.cosh(Double.NEGATIVE_INFINITY), 0D); 327 assertEquals("Should return 1.0", 1.0, Math.cosh(+0.0), 0D); 328 assertEquals("Should return 1.0", 1.0, Math.cosh(-0.0), 0D); 331 Double.POSITIVE_INFINITY, Math.cosh(1234.56), 0D); 333 Double.POSITIVE_INFINITY, Math.cosh(-1234.56), 0D); 335 .cosh(0.000001), 0D); 337 .cosh(-0.000001), 0D) [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/ |
mathcalls.h | 73 __MATHCALL (cosh,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/ |
tgmath.h | 274 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/lib/gcc/i686-linux/4.6.x-google/include-fixed/ |
tgmath.h | 283 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 73 __MATHCALL (cosh,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 274 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/lib/gcc/x86_64-linux/4.6.x-google/include-fixed/ |
tgmath.h | 283 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/ |
mathcalls.h | 73 __MATHCALL (cosh,, (_Mdouble_ __x));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/ |
tgmath.h | 274 #define cosh(Val) __TGMATH_UNARY_REAL_IMAG (Val, cosh, ccosh) macro
|
/development/ndk/platforms/android-3/include/ |
math.h | 211 double cosh(double);
|
/development/ndk/platforms/android-9/include/ |
math.h | 211 double cosh(double);
|
/external/eigen/unsupported/test/ |
matrix_exponential.cpp | 65 ch = std::cosh(angle);
|
matrix_function.cpp | 134 VERIFY_IS_APPROX_ABS(A.cosh(), (A.exp() + (-A).exp()) / 2);
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/tr1/ |
math.h | 47 using std::tr1::cosh;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/ |
math.h | 47 using std::tr1::cosh;
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/ |
math.h | 47 using std::tr1::cosh;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/ |
math.h | 211 double cosh(double);
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/ |
math.h | 211 double cosh(double);
|