Searched refs:cos (Results 1 – 12 of 12) 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()
65 qpoints->pCos = cos; in InitEntryPoints()
88 qpoints->pCos = cos; in InitEntryPoints()
93 java.lang.Math.cos(0.0); in test()
150 qpoints->pCos = cos; in InitEntryPoints()
164 qpoints->pCos = cos; in InitEntryPoints()
355 Main.assertTrue(approxEqual(0.5403023058681398, Math.cos(1.0), 0.00000001)); in jlmTests()
167 UNARY_INTRINSIC(MterpMathCos, std::cos, GetVRegDouble, SetD);
1115 result->SetD(cos(shadow_frame->GetVRegDouble(arg_offset))); in UnstartedMathCos()
443 ..=> public static double java.lang.Math.cos(double)444 ..<= public static double java.lang.Math.cos(double) -> <class java.lang.Double: 1.0>