Searched refs:cos (Results 1 – 15 of 15) sorted by relevance
4 Math.cos(0.0) = 1.00000000000014 Math.cos(0.7853981633974483) = 0.70710678118724 Math.cos(1.5707963267948966) = 0.00000000000033 Math.cos(2.356194490192345) = -0.70710678118743 Math.cos(3.141592653589793) = -1.00000000000053 Math.cos(3.9269908169872414) = -0.70710678118763 Math.cos(4.71238898038469) = -0.00000000000072 Math.cos(5.497787143782138) = 0.70710678118782 Math.cos(6.283185307179586) = 1.000000000000153 StrictMath.cos(0.0) = 1.0[all …]
129 std::unique_ptr<CheckingOutputStream> cos = std::make_unique<CheckingOutputStream>(); in TEST_F() local130 CheckingOutputStream* checking_output_stream = cos.get(); in TEST_F()131 BufferedOutputStream buffered(std::move(cos)); in TEST_F()
31 + String.format(Locale.US, "%.12f", Math.cos(d))); in main()84 System.out.println("StrictMath.cos(" + d + ") = " + StrictMath.cos(d)); in main()
67 qpoints->SetCos(cos); in InitEntryPoints()
90 qpoints->SetCos(cos); in InitEntryPoints()
95 java.lang.Math.cos(0.0); in test()
152 qpoints->SetCos(cos); in InitEntryPoints()
126 qpoints->SetCos(cos); in InitEntryPoints()
166 qpoints->SetCos(cos); in InitEntryPoints()
355 Main.assertTrue(approxEqual(0.5403023058681398, Math.cos(1.0), 0.00000001)); in jlmTests()
318 description: "java.lang.Math sin/cos/cbrt on host differs from device",
497 ..=> public static double java.lang.Math.cos(double)498 ..<= public static double java.lang.Math.cos(double) -> <class java.lang.Double: 1.0>
1202 result->SetD(cos(shadow_frame->GetVRegDouble(arg_offset))); in UnstartedMathCos()