/libcore/luni/src/test/java/libcore/java/lang/ |
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...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.transcendentals/ |
cosh.pass.cpp | 14 // cosh(const complex<T>& x); 25 assert(cosh(c) == x); 42 std::complex<double> r = cosh(x[i]);
|
cos.pass.cpp | 44 std::complex<double> z = cosh(t1);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
cmath_testcases.txt | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
cmath_testcases.txt | [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkCordic.cpp | 190 int32_t cosh = kFixedInvGain2; local 192 SkHyperbolic(&cosh, &sinh, &a, 0); 193 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) );
|
/ndk/tests/device/test-stlport/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/libstdc++/include/ |
cmath | 53 using ::cosh;
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
CoshTest.java | 73 ref[idxRef] = (float)(Math.cosh((double)in[idx]));
|
/external/ceres-solver/internal/ceres/ |
jet_test.cc | 161 { // Check that cosh(x)*cosh(x) - sinh(x)*sinh(x) = 1 162 J z = cosh(x) * cosh(x);
|
/frameworks/compile/slang/tests/P_math_fp/ |
math_fp.rs | 90 TEST_FUNC_1(cosh);
|
/ndk/sources/cxx-stl/gabi++/include/ |
cmath | 53 using ::cosh;
|
/ndk/sources/cxx-stl/system/include/ |
cmath | 53 using ::cosh;
|
/prebuilts/ndk/5/sources/cxx-stl/system/include/ |
cmath | 53 using ::cosh;
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/6/sources/cxx-stl/system/include/ |
cmath | 53 using ::cosh;
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/lib/ |
libm.so | |
/prebuilts/ndk/7/platforms/android-3/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/ |
libm.so | |
/prebuilts/ndk/7/platforms/android-8/arch-arm/usr/lib/ |
libm.so | |