Home
last modified time | relevance | path

Searched refs:base2 (Results 1 – 25 of 29) 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/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/node/deps/openssl/openssl/crypto/bn/
Drsaz_exp.h50 const BN_ULONG *base2,
Drsaz_exp_x2.c123 const BN_ULONG *base2,
179 to_words52(base2_red, exp_digits, base2, factor_size);
/third_party/openssl/crypto/bn/
Drsaz_exp.h50 const BN_ULONG *base2,
Drsaz_exp_x2.c123 const BN_ULONG *base2,
179 to_words52(base2_red, exp_digits, base2, factor_size);
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/
Dpoint_448.h295 const curve448_point_t base2,
Dcurve448.c640 const curve448_point_t base2, in ossl_curve448_base_double_scalarmul_non_secret() argument
654 prepare_wnaf_table(precmp_var, base2, table_bits_var); in ossl_curve448_base_double_scalarmul_non_secret()
/third_party/openssl/crypto/ec/curve448/
Dpoint_448.h295 const curve448_point_t base2,
Dcurve448.c640 const curve448_point_t base2, in ossl_curve448_base_double_scalarmul_non_secret() argument
654 prepare_wnaf_table(precmp_var, base2, table_bits_var); in ossl_curve448_base_double_scalarmul_non_secret()
/third_party/nghttp2/m4/
Dax_cxx_compile_stdcxx.m4679 struct base2
681 base2() {
687 struct derived : base1, base2
/third_party/cups-filters/m4/
Dax_cxx_compile_stdcxx.m4701 struct base2
703 base2() {
709 struct derived : base1, base2
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_cxx_compile_stdcxx.m4701 struct base2
703 base2() {
709 struct derived : base1, base2
/third_party/node/deps/cares/m4/
Dax_cxx_compile_stdcxx.m4710 struct base2
712 base2() {
718 struct derived : base1, base2
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_build_util.cpp340 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local
352 reg->reg.data.id = base + base2; in mkClobber()
/third_party/ltp/tools/sparse/sparse-src/
Devaluate.c655 struct symbol *base2 = t2->ctype.base_type; in type_difference() local
690 t2 = base2; in type_difference()
727 base2 = examine_pointer_target(t2); in type_difference()
778 if (base1 != base2) in type_difference()
791 t2 = base2; in type_difference()
/third_party/googletest/googlemock/test/
Dgmock-matchers-comparisons_test.cc1124 Base base, base2; in TEST() local
1128 EXPECT_FALSE(m1.Matches(base2)); in TEST()
1134 EXPECT_FALSE(m1.Matches(base2)); in TEST()

12