Home
last modified time | relevance | path

Searched refs:correct (Results 201 – 225 of 51235) sorted by relevance

12345678910>>...2050

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/test/correctness/
H A Dwidening_reduction.cpp56 int16_t correct = 0; in main() local
59 correct += static_cast<int16_t>(in(x + rx, y + ry)) * kernel(rx, ry); in main()
62 correct = std::min(std::max(correct / 16, 0), 255); in main()
63 if (correct != out(x, y)) { in main()
98 int16_t correct = 0; in main() local
101 correct += static_cast<int16_t>(in(x + rx, y + ry)) * kernel(rx, ry); in main()
102 correct += kernel(rx, ry); in main()
105 correct = std::min(std::max(correct / 16, 0), 255); in main()
106 if (correct != out(x, y)) { in main()
143 uint8_t correct = (static_cast<int16_t>(in(x, y)) + in(x + 1, y)) / 2; in main() local
[all …]
H A Dtrim_no_ops.cpp68 int correct = x; in main() local
69 correct += (x > 10 && x < 20) ? 1 : 0; in main()
70 correct += (x < 10) ? 0 : 1; in main()
72 correct = (x >= 60 && x <= 100) ? (100 - correct) : correct; in main()
73 if (im(x) != correct) { in main()
75 x, im(x), correct); in main()
104 int correct = x + y; in main() local
106 if (im(x, y) != correct) { in main()
226 int correct = x + y; in main() local
228 correct += (x < y) ? 3 : 0; in main()
[all …]
H A Dvector_math.cpp192 if (im1(x, y) != correct) { in test()
211 if (im2(x, y) != correct) { in test()
230 if (im3(x, y) != correct) { in test()
249 if (im4(x, y) != correct) { in test()
279 if (im5(x, y) != correct) { in test()
297 if (im5a(x, y) != correct) { in test()
323 if (im6(x, y) != correct) { in test()
432 if (im11(x, y) != correct) { in test()
451 if (im12(x, y) != correct) { in test()
488 if (correct <= A(0)) correct = -correct; in test()
[all …]
H A Datomic_tuples.cpp47 int correct = 2 * x + 2 * y; in main() local
48 if (out(x, y) != correct) { in main()
82 int correct = 2 * x + 2 * y; in main() local
83 if (out(x, y) != correct) { in main()
120 int correct = 2 * x + 2 * y + 1; in main() local
121 if (out(x, y) != correct) { in main()
160 int correct = 4 * x + 4 * y; in main() local
161 if (out(x, y) != correct) { in main()
207 int correct = 2 * x + 2 * y + 1; in main() local
211 correct += x + y; in main()
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/opencl/kernel_generator/
H A Das_column_vector_or_scalar_test.cpp50 EXPECT_MATRIX_NEAR(correct, res, 1e-9); in TEST()
66 EXPECT_MATRIX_NEAR(correct, res, 1e-9); in TEST()
82 MatrixXd correct = m; in TEST() local
83 EXPECT_MATRIX_NEAR(correct, res, 1e-9); in TEST()
100 EXPECT_MATRIX_NEAR(correct, res, 1e-9); in TEST()
116 MatrixXd correct in TEST() local
118 EXPECT_MATRIX_NEAR(correct, res, 1e-9); in TEST()
134 MatrixXd correct in TEST() local
136 EXPECT_MATRIX_NEAR(correct, res, 1e-9); in TEST()
146 VectorXd correct = m1.array() + 1; in TEST() local
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/formic/utils/lmyengine/
H A Dengine_numeric.cpp42 if ( correct ) { in unbiased_ratio_of_means()
50 if ( correct ) in unbiased_ratio_of_means()
65 double z = ( correct ? 1.0 : 0.0); in unbiased_ratio_of_means()
71 if ( correct ) in unbiased_ratio_of_means()
83 const bool correct,
90 const bool correct,
129 if ( correct ) { in mpi_unbiased_ratio_of_means()
137 if ( correct ) in mpi_unbiased_ratio_of_means()
158 double c = (correct ? 1.0 : 0.0); in mpi_unbiased_ratio_of_means()
165 if ( correct ) in mpi_unbiased_ratio_of_means()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/lang/invoke/lambda/
H A DMetafactoryArityTest.java90 tryMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
91 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT); in test()
95 tryAltMetafactory(correct, mh, new Class<?>[]{}, instMT, samMT, bridgeMTs); in testBridge()
99 tryMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
100 tryAltMetafactory(correct, mh, captured, instMT, samMT); in testCapture()
105 tryAltMetafactory(correct, mh, captured, instMT, samMT, bridgeMTs); in testCaptureBridge()
108 static void tryMetafactory(boolean correct, MethodHandle mh, Class<?>[] captured, in tryMetafactory() argument
113 if (!correct) { in tryMetafactory()
122 if (correct) { in tryMetafactory()
147 if (!correct) { in tryAltMetafactory()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/group_replication/r/
H A Dgr_flow_control_options.result35 include/assert.inc [group_replication_flow_control_mode is correct]
37 include/assert.inc [group_replication_flow_control_mode is correct]
39 include/assert.inc [group_replication_flow_control_mode is correct]
41 include/assert.inc [group_replication_flow_control_mode is correct]
89 include/assert.inc [group_replication_flow_control_min_quota is correct]
91 include/assert.inc [group_replication_flow_control_min_quota is correct]
155 include/assert.inc [group_replication_flow_control_period is correct]
157 include/assert.inc [group_replication_flow_control_period is correct]
219 include/assert.inc [group_replication_flow_control_mode is correct]
221 include/assert.inc [group_replication_flow_control_mode is correct]
[all …]
/dports/textproc/p5-XML-XSLT/XML-XSLT-0.48/t/
H A Dxsl_cond.t39 die "$outstr ne $correct\n" unless $outstr eq $correct;
71 die "$outstr ne $correct\n" unless $outstr eq $correct;
102 die "$outstr ne $correct\n" unless $outstr eq $correct;
134 die "$outstr ne $correct\n" unless $outstr eq $correct;
166 die "$outstr ne $correct\n" unless $outstr eq $correct;
198 die "$outstr ne $correct\n" unless $outstr eq $correct;
230 die "$outstr ne $correct\n" unless $outstr eq $correct;
262 die "$outstr ne $correct\n" unless $outstr eq $correct;
294 die "$outstr ne $correct\n" unless $outstr eq $correct;
326 die "$outstr ne $correct\n" unless $outstr eq $correct;
[all …]
/dports/devel/fpc-fcl-js/fpc-3.2.2/packages/fcl-js/tests/
H A Dtcparser.pp168 AssertEquals(Msg+'Identifier has correct name',S2,S1);
1568 AssertEquals('variable name correct registered', 'a', V.Name);
1585 AssertEquals('variable name correct registered', 'a', V.name);
1589 AssertEquals('variable name correct registered', 'b', V.Name);
1604 AssertEquals('variable name correct registered', 'a', V.Name);
1622 AssertEquals('variable name correct registered', 'a', V.Name);
2166 AssertEquals('Have correct label','loc',LS.TheLabel.Name);
2201 AssertEquals('Have correct (empty) label','',C.TargetName);
2219 AssertEquals('Have correct label','a',C.TargetName);
2236 AssertEquals('Have correct label','a',C.TargetName);
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-js/tests/
H A Dtcparser.pp168 AssertEquals(Msg+'Identifier has correct name',S2,S1);
1568 AssertEquals('variable name correct registered', 'a', V.Name);
1585 AssertEquals('variable name correct registered', 'a', V.name);
1589 AssertEquals('variable name correct registered', 'b', V.Name);
1604 AssertEquals('variable name correct registered', 'a', V.Name);
1622 AssertEquals('variable name correct registered', 'a', V.Name);
2166 AssertEquals('Have correct label','loc',LS.TheLabel.Name);
2201 AssertEquals('Have correct (empty) label','',C.TargetName);
2219 AssertEquals('Have correct label','a',C.TargetName);
2236 AssertEquals('Have correct label','a',C.TargetName);
[all …]
/dports/devel/bullet/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_maxdot.cpp39 long correct, test; in Test_maxdot() local
73 correct = maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
77 vlog("Error @ %ld: index out of bounds! *%ld vs %ld \n", size, correct, test); in Test_maxdot()
80 if (correct != test) in Test_maxdot()
82 vlog("Error @ %ld: index misreported! *%ld vs %ld (*%f, %f)\n", size, correct, test, in Test_maxdot()
83 fp[0] * in[4 * correct] + fp[1] * in[4 * correct + 1] + fp[2] * in[4 * correct + 2], in Test_maxdot()
101 fp[0] * in[4 * correct] + fp[1] * in[4 * correct + 1] + fp[2] * in[4 * correct + 2], in Test_maxdot()
112 fp[0] * in[4 * correct] + fp[1] * in[4 * correct + 1] + fp[2] * in[4 * correct + 2], in Test_maxdot()
145 correct += maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
241 if (test != correct) in Test_maxdot()
[all …]
/dports/databases/p5-DBD-SQLite/DBD-SQLite-1.70/t/
H A D42_primary_key_info.t35 is $pk_info[0]{TABLE_SCHEM} => 'main', "scheme is correct";
36 is $pk_info[0]{COLUMN_NAME} => 'id', "pk name is correct";
44 is $pk_info[0]{TABLE_SCHEM} => 'main', "scheme is correct";
45 is $pk_info[0]{COLUMN_NAME} => 'id', "pk name is correct";
54 is $pk_info[0]{COLUMN_NAME} => 'name', "pk name is correct";
71 is $pk_info[0]{TABLE_SCHEM} => 'temp', "scheme is correct";
72 is $pk_info[0]{COLUMN_NAME} => 'tmp', "pk name is correct";
80 is $pk_info[0]{TABLE_SCHEM} => 'temp', "scheme is correct";
95 is $pk_info[0]{COLUMN_NAME} => 'id', "pk name is correct";
110 is $pk_info[0]{COLUMN_NAME} => 'id', "pk name is correct";
[all …]
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_maxdot.cpp39 long correct, test; in Test_maxdot() local
73 correct = maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
77 vlog("Error @ %ld: index out of bounds! *%ld vs %ld \n", size, correct, test); in Test_maxdot()
80 if (correct != test) in Test_maxdot()
82 vlog("Error @ %ld: index misreported! *%ld vs %ld (*%f, %f)\n", size, correct, test, in Test_maxdot()
83 fp[0] * in[4 * correct] + fp[1] * in[4 * correct + 1] + fp[2] * in[4 * correct + 2], in Test_maxdot()
101 fp[0] * in[4 * correct] + fp[1] * in[4 * correct + 1] + fp[2] * in[4 * correct + 2], in Test_maxdot()
112 fp[0] * in[4 * correct] + fp[1] * in[4 * correct + 1] + fp[2] * in[4 * correct + 2], in Test_maxdot()
145 correct += maxdot_ref((btSimdFloat4 *)in, (float *)&localScaling, size, &correctDot); in Test_maxdot()
241 if (test != correct) in Test_maxdot()
[all …]
/dports/databases/p5-DBIx-Class-Schema-Loader/DBIx-Class-Schema-Loader-0.07049/t/
H A D45relationships.t63 'correct args for Foo passed'
81 'correct args for Foo passed'
85 fail( 'correct args passed to rel_name_map' );
150 is $p{rel_type}, 'has_many', 'correct rel_type';
151 is $p{local_table}, 'foo', 'correct local_table';
162 'correct local source';
166 'correct remote source';
186 'correct local source';
190 'correct remote source';
206 "correct relationship attributes for 'bars' in 'Foo'");
[all …]
/dports/games/gcompris-qt/gcompris-qt-2.0/src/activities/superbrain/
H A DActivityInfo.qml17 description: qsTr("Tux has hidden several items. Find them in the correct order.")
18 …e means that you found the correct colour in the correct position, while a dot framed in a white s…
20 goal: qsTr("Tux has hidden several items. Find them in the correct order.")
24correct answer. Then, click on the OK button. A black dot means that you found the correct item in…
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/delphi/test/serializer/
H A DTestSerializer.dpr98 var tested, correct : IOneOfEach;
127 correct := Fixtures.CreateOneOfEach;
128 ASSERT( tested.Im_true = correct.Im_true);
129 ASSERT( tested.Im_false = correct.Im_false);
130 ASSERT( tested.A_bite = correct.A_bite);
131 ASSERT( tested.Integer16 = correct.Integer16);
132 ASSERT( tested.Integer32 = correct.Integer32);
137 ASSERT( tested.What_who = correct.What_who);
140 ASSERT( CompareMem( @tested.Base64[0], @correct.Base64[0], Length(correct.Base64)));
157 var tested, correct : ICompactProtoTestStruct;
[all …]

12345678910>>...2050