Home
last modified time | relevance | path

Searched refs:result4 (Results 1 – 25 of 28) sorted by relevance

12

/third_party/boost/libs/algorithm/minmax/test/
Dminmax_test.cpp75 tuple<Value const&, Value const&> result4 = boost::minmax(one, zero, lc ); in test() local
76 BOOST_CHECK_EQUAL( get<0>(result4), zero ); in test()
77 BOOST_CHECK_EQUAL( get<1>(result4), one ); in test()
/third_party/openssl/external/perl/Text-Template-1.46/t/
D02-hash.t42 $result4 = 'We will put value of $v (which is "good") here -> good';
44 print +($text eq $result4 ? '' : 'not '), "ok $n\n";
/third_party/python/Lib/distutils/tests/
Dtest_text_file.py39 result4 = ["line 3 \\",
85 test_input(4, "default processing", in_file, result4)
/third_party/typescript/tests/baselines/reference/
DarrayFrom.js22 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
50 var result4 = Array.from(inputB, function (_a) { variable
DconditionalOperatorWithoutIdenticalBCT.js20 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
75 var result4 = true ? function (m) { return m.propertyX1; } : function (n) { return n.propertyX2; };
DconditionalOperatorWithIdenticalBCT.js24 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
103 var result4 = true ? function (m) { return m.propertyX; } : function (n) { return n.propertyA; };
DconditionalOperatorWithoutIdenticalBCT.symbols61 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
62 >result4 : Symbol(result4, Decl(conditionalOperatorWithoutIdenticalBCT.ts, 18, 3))
DindexingTypesWithNever.js25 const result4 = genericFn2({ e: "etest", f: "ftest" });
126 var result4 = genericFn2({ e: "etest", f: "ftest" }); variable
DconditionalOperatorWithIdenticalBCT.symbols65 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA;
66 >result4 : Symbol(result4, Decl(conditionalOperatorWithIdenticalBCT.ts, 22, 3))
DconditionalOperatorWithoutIdenticalBCT.types64 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2;
65 >result4 : (t: X) => number
DconditionalOperatorWithIdenticalBCT.types90 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA;
91 >result4 : (t: A) => any
DarrayFrom.errors.txt31 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b }));
DindexingTypesWithNever.types49 const result4 = genericFn2({ e: "etest", f: "ftest" });
50 >result4 : never
DarrayFrom.symbols72 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b }));
73 >result4 : Symbol(result4, Decl(arrayFrom.ts, 20, 5))
DindexingTypesWithNever.symbols54 const result4 = genericFn2({ e: "etest", f: "ftest" });
55 >result4 : Symbol(result4, Decl(indexingTypesWithNever.ts, 23, 5))
/third_party/mindspore/tests/st/ops/cpu/
Dtest_cumsum_op.py255 result4 = np.cumsum(result3, axis=j)
256 expect = np.flip(result4, axis=j)
266 result4 = np.cumsum(result3, axis=axis0)
267 expect = np.flip(result4, axis=axis0)
/third_party/typescript/tests/cases/conformance/expressions/conditonalOperator/
DconditionalOperatorWithoutIdenticalBCT.ts19 var result4: (t: X) => number = true ? (m) => m.propertyX1 : (n) => n.propertyX2; variable
DconditionalOperatorWithIdenticalBCT.ts23 var result4: (t: A) => any = true ? (m) => m.propertyX : (n) => n.propertyA; variable
/third_party/icu/icu4c/source/test/intltest/
Dcitrtest.cpp289 UnicodeString result, result4, result5; in TestConstructionAndEqualityUChariter() local
331 test7b->getText(result4); in TestConstructionAndEqualityUChariter()
334 if(result != UnicodeString(testText) || result4 != result || result5 != result) in TestConstructionAndEqualityUChariter()
338 test4->getText(result4); in TestConstructionAndEqualityUChariter()
340 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
344 if(result == result5 || result4 != result5) in TestConstructionAndEqualityUChariter()
348 if(result != result5 || result == result4) in TestConstructionAndEqualityUChariter()
/third_party/typescript/tests/cases/compiler/
DarrayFrom.ts23 const result4: A[] = Array.from(inputB, ({ b }): A => ({ a: b })); constant
DindexingTypesWithNever.ts26 const result4 = genericFn2({ e: "etest", f: "ftest" });
/third_party/boost/boost/geometry/strategies/cartesian/
Dside_of_intersection.hpp301 T const result4 = d * (dx_c * d * (ay - cy) + dx_c * dy_a * da in side_value() local
307 boost::ignore_unused(result1, result2, result3, result4, result5); in side_value()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/cl/
Dstrassen.cl114 FLT4 result4 = result_M1 + result_M5 - result_M3 - result_M7; // C22
118 WRITE_IMAGE(output, (int2)(gidy + offset_y, gidx + offset_x), result4);
/third_party/boost/libs/proto/test/
Dexternal_transforms.cpp146 …int result4 = calc_grammar()(_1 / _2, fusion::make_vector(6, 0), (checked, mydata = test_external_… in test_external_transforms() local
/third_party/boost/boost/polygon/
Dsegment_concept.hpp686 result4 = euclidean_distance(segment2, high(segment1)); in euclidean_distance() local
689 if (result4 < result3) in euclidean_distance()
690 result3 = result4; in euclidean_distance()

12