Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 25 of 43) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithIdenticalObjects.js59 var base2: Base; variable
63 var r1a2 = base1 < base2;
71 var r1b2 = base2 < base1;
80 var r2a2 = base1 > base2;
88 var r2b2 = base2 > base1;
97 var r3a2 = base1 <= base2;
105 var r3b2 = base2 <= base1;
114 var r4a2 = base1 >= base2;
122 var r4b2 = base2 >= base1;
131 var r5a2 = base1 == base2;
[all …]
DcomparisonOperatorWithIdenticalObjects.types142 var base2: Base;
143 >base2 : Base
152 var r1a2 = base1 < base2;
154 >base1 < base2 : boolean
156 >base2 : Base
194 var r1b2 = base2 < base1;
196 >base2 < base1 : boolean
197 >base2 : Base
237 var r2a2 = base1 > base2;
239 >base1 > base2 : boolean
[all …]
DcomparisonOperatorWithIdenticalObjects.symbols164 var base2: Base;
165 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3))
174 var r1a2 = base1 < base2;
177 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3))
209 var r1b2 = base2 < base1;
211 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3))
245 var r2a2 = base1 > base2;
248 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3))
280 var r2b2 = base2 > base1;
282 >base2 : Symbol(base2, Decl(comparisonOperatorWithIdenticalObjects.ts, 57, 3))
[all …]
DarrayBestCommonTypes.js5 class base2 implements iface { } class
45 var base2Obj = new base2();
58 class base2 implements iface { x: string; z: string; }
98 var base2Obj = new base2();
133 var base2 = /** @class */ (function () { function
134 function base2() { function
136 return base2;
176 var base2Obj = new base2();
192 var base2 = /** @class */ (function () { function
193 function base2() { function
[all …]
DarrayBestCommonTypes.types9 class base2 implements iface { }
10 >base2 : base2
355 var base2Obj = new base2();
356 >base2Obj : base2
357 >new base2() : base2
358 >base2 : typeof base2
364 >base2Obj : base2
370 >base2Obj : base2
379 >base2Obj : base2
386 >base2Obj : base2
[all …]
DarrayBestCommonTypes.symbols12 class base2 implements iface { }
13 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 2, 35))
198 var base2Obj = new base2();
200 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 2, 35))
242 class base2 implements iface { x: string; z: string; }
243 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 55, 57))
245 >x : Symbol(base2.x, Decl(arrayBestCommonTypes.ts, 56, 34))
246 >z : Symbol(base2.z, Decl(arrayBestCommonTypes.ts, 56, 45))
431 var base2Obj = new base2();
433 >base2 : Symbol(base2, Decl(arrayBestCommonTypes.ts, 55, 57))
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithIdenticalObjects.ts58 var base2: Base; variable
62 var r1a2 = base1 < base2;
70 var r1b2 = base2 < base1;
79 var r2a2 = base1 > base2;
87 var r2b2 = base2 > base1;
96 var r3a2 = base1 <= base2;
104 var r3b2 = base2 <= base1;
113 var r4a2 = base1 >= base2;
121 var r4b2 = base2 >= base1;
130 var r5a2 = base1 == base2;
[all …]
/third_party/skia/bench/
DHairlinePathBench.cpp99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath()
104 SkIntToScalar(points[base2+1] + yTrans)); in makePath()
131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath()
136 SkIntToScalar(points[base2+1] + yTrans), in makePath()
164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath()
170 SkIntToScalar(points[base2+1] + yTrans), in makePath()
199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
[all …]
/third_party/flutter/skia/bench/
DHairlinePathBench.cpp99 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
103 path->lineTo(SkIntToScalar(points[base2] + xTrans), in makePath()
104 SkIntToScalar(points[base2+1] + yTrans)); in makePath()
131 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
135 path->quadTo(SkIntToScalar(points[base2] + xTrans), in makePath()
136 SkIntToScalar(points[base2+1] + yTrans), in makePath()
164 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
169 path->conicTo(SkIntToScalar(points[base2] + xTrans), in makePath()
170 SkIntToScalar(points[base2+1] + yTrans), in makePath()
199 int base2 = 2 * rand.nextULessThan(hSize); in makePath() local
[all …]
/third_party/boost/libs/smart_ptr/test/
Dcpp11_pointer_cast_test.cpp53 class base2 class
57 virtual ~base2(){} in ~base2()
62 : public base, public base2
101 boost::static_pointer_cast<base2>( in check_static_pointer_cast()
104 static_cast<base2*>(static_cast<derived*>(boost::get_pointer(ptr))); in check_static_pointer_cast()
153 base2 *expect = static_cast<base2*>(static_cast<derived*>(boost::get_pointer(smart))); in check_static_moving_pointer_cast()
158 boost::static_pointer_cast<base2>( in check_static_moving_pointer_cast()
Dpointer_cast_test.cpp41 class base2 class
45 virtual ~base2(){} in ~base2()
50 : public base, public base2
89 boost::static_pointer_cast<base2>( in check_static_pointer_cast()
92 static_cast<base2*>(static_cast<derived*>(boost::get_pointer(ptr))); in check_static_pointer_cast()
/third_party/boost/libs/conversion/test/
Dpolymorphic_cast_test.cpp91 Base2 * base2; in test_polymorphic_cast() local
95 base2 = boost::polymorphic_cast<Base2*>( base ); // crosscast in test_polymorphic_cast()
97 BOOST_TEST( base2 != 0 ); in test_polymorphic_cast()
99 if( base2 != 0 ) in test_polymorphic_cast()
101 BOOST_TEST_EQ( base2->kind2(), "Base2" ); in test_polymorphic_cast()
134 Base2 * base2; in test_polymorphic_pointer_cast() local
138 base2 = boost::polymorphic_pointer_cast<Base2>( base ); // crosscast in test_polymorphic_pointer_cast()
140 BOOST_TEST( base2 != 0 ); in test_polymorphic_pointer_cast()
142 if( base2 != 0 ) in test_polymorphic_pointer_cast()
144 BOOST_TEST_EQ( base2->kind2(), "Base2" ); in test_polymorphic_pointer_cast()
Dcast_test.cpp63 Base2 * base2 = polymorphic_cast<Base2*>( base ); // crosscast in main() local
64 BOOST_TEST( base2->kind2() == '2' ); in main()
/third_party/boost/libs/type_index/test/
Dtype_index_runtime_cast_test.cpp45 struct base2 { struct
47 IMPLEMENT_CLASS(base2)
50 struct multiple_derived : base1, base2 {
51 BOOST_TYPE_INDEX_IMPLEMENT_RUNTIME_CAST((base1)(base2))
145 base2* b2 = runtime_pointer_cast<base2>(b1); in multiple_base()
146 BOOST_TEST_NE(b2, (base2*)NULL); in multiple_base()
/third_party/typescript/tests/cases/compiler/
DarrayBestCommonTypes.ts4 class base2 implements iface { } class
44 var base2Obj = new base2();
57 class base2 implements iface { x: string; z: string; } class
97 var base2Obj = new base2();
/third_party/FreeBSD/sys/sys/
Dkobj.h155 base1, base2) \ argument
159 &base2, NULL }; \
171 base1, base2, base3) \ argument
175 &base2, \
/third_party/boost/libs/ptr_container/test/
Dtest_data.hpp328 BaseContainer base2( base ); in container_assignment_test() local
329 BOOST_CHECK_EQUAL( base2.size(), base.size() ); in container_assignment_test()
330 base2 = base; in container_assignment_test()
331 BOOST_CHECK_EQUAL( base2.size(), base.size() ); in container_assignment_test()
Dptr_unordered_map.cpp285 BaseContainer base2( base_container ); in map_container_assignment_test() local
286 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test()
287 base2 = base_container; in map_container_assignment_test()
288 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test()
Dptr_map.cpp308 BaseContainer base2( base_container ); in map_container_assignment_test() local
309 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test()
310 base2 = base_container; in map_container_assignment_test()
311 BOOST_CHECK_EQUAL( base2.size(), base_container.size() ); in map_container_assignment_test()
Dptr_array.cpp114 ptr_array<Base,2> base2( base ); in test_array() local
115 base2 = base; in test_array()
/third_party/boost/boost/random/
Dxor_combine.hpp117 const base2_type& base2() const { return _rng2; } in base2() function in boost::random::xor_combine_engine
199 …NT_MACRO_SUBSTITUTION () const { return (std::min)((this->base1().min)(), (this->base2().min)()); } in BOOST_PREVENT_MACRO_SUBSTITUTION()
200 …NT_MACRO_SUBSTITUTION () const { return (std::max)((this->base1().min)(), (this->base2().max)()); } in BOOST_PREVENT_MACRO_SUBSTITUTION()
/third_party/boost/boost/regex/v4/
Dmatch_results.hpp614 difference_type base2 = 0; in maybe_assign() local
632 base2 = 0; in maybe_assign()
652 base2 = ::boost::BOOST_REGEX_DETAIL_NS::distance(l_base, p2->first); in maybe_assign()
654 BOOST_ASSERT(base2 >= 0); in maybe_assign()
655 if(base1 < base2) return; in maybe_assign()
656 if(base2 < base1) break; in maybe_assign()
669 if(base2 < base1) in maybe_assign()
/third_party/libxml2/result/scripts/
Dbase21 / > ./test/scripts/base2.xml
/third_party/boost/libs/type_traits/test/
Dis_convertible_test.cpp23 struct base2 { }; struct
24 struct middle2 : public virtual base2 { };
/third_party/mindspore/tests/ut/cpp/pipeline/static_analysis/
Ddata_test.cc51 AbstractBasePtr base2 = std::make_shared<AbstractScalar>(static_cast<int64_t>(2)); in TEST_F() local
52 AbstractBasePtrList base_list = {base1, base2}; in TEST_F()

12