Home
last modified time | relevance | path

Searched refs:base1 (Results 1 – 25 of 29) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DcomparisonOperatorWithIdenticalObjects.js58 var base1: 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.types139 var base1: Base;
140 >base1 : Base
152 var r1a2 = base1 < base2;
154 >base1 < base2 : boolean
155 >base1 : Base
194 var r1b2 = base2 < base1;
196 >base2 < base1 : boolean
198 >base1 : Base
237 var r2a2 = base1 > base2;
239 >base1 > base2 : boolean
[all …]
DbestCommonTypeOfTuple2.symbols5 interface base1 { i }
6 >base1 : Symbol(base1, Decl(bestCommonTypeOfTuple2.ts, 0, 18))
7 >i : Symbol(base1.i, Decl(bestCommonTypeOfTuple2.ts, 1, 17))
29 class C1 implements base1 { i = "foo"; c }
31 >base1 : Symbol(base1, Decl(bestCommonTypeOfTuple2.ts, 0, 18))
56 var t4: [base1, C1];
58 >base1 : Symbol(base1, Decl(bestCommonTypeOfTuple2.ts, 0, 18))
78 var e41 = t4[2]; // base1
DcomparisonOperatorWithIdenticalObjects.symbols160 var base1: Base;
161 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3))
174 var r1a2 = base1 < base2;
176 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3))
209 var r1b2 = base2 < base1;
212 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3))
245 var r2a2 = base1 > base2;
247 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3))
280 var r2b2 = base2 > base1;
283 >base1 : Symbol(base1, Decl(comparisonOperatorWithIdenticalObjects.ts, 56, 3))
[all …]
DbestCommonTypeOfTuple2.types3 interface base1 { i }
23 class C1 implements base1 { i = "foo"; c }
45 var t4: [base1, C1];
46 >t4 : [base1, C1]
69 var e41 = t4[2]; // base1
72 >t4 : [base1, C1]
DbestCommonTypeOfTuple2.errors.txt4 …stCommonType/bestCommonTypeOfTuple2.ts(20,14): error TS2493: Tuple type '[base1, C1]' of length '2…
10 interface base1 { i }
16 class C1 implements base1 { i = "foo"; c }
22 var t4: [base1, C1];
34 var e41 = t4[2]; // base1
36 !!! error TS2493: Tuple type '[base1, C1]' of length '2' has no element at index '2'.
DbestCommonTypeOfTuple2.js3 interface base1 { i }
9 class C1 implements base1 { i = "foo"; c }
15 var t4: [base1, C1];
/third_party/typescript/tests/cases/conformance/expressions/binaryOperators/comparisonOperator/
DcomparisonOperatorWithIdenticalObjects.ts57 var base1: 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.cpp98 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
101 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath()
102 SkIntToScalar(points[base1+1] + yTrans)); in makePath()
130 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
133 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath()
134 SkIntToScalar(points[base1+1] + yTrans)); in makePath()
163 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
167 path->moveTo(SkIntToScalar(points[base1] + xTrans), in makePath()
168 SkIntToScalar(points[base1+1] + yTrans)); in makePath()
198 int base1 = 2 * rand.nextULessThan(hSize); in makePath() local
[all …]
/third_party/FreeBSD/sys/sys/
Dkobj.h138 base1) \ argument
141 { &base1, NULL }; \
153 base1, base2) \ argument
156 { &base1, \
169 base1, base2, base3) \ argument
172 { &base1, \
/third_party/typescript/tests/cases/conformance/types/typeRelationships/bestCommonType/
DbestCommonTypeOfTuple2.ts2 interface base1 { i } interface
8 class C1 implements base1 { i = "foo"; c }
14 var t4: [base1, C1];
/third_party/ffmpeg/tests/checkasm/
Dvp8dsp.c383 LOCAL_ALIGNED_16(uint8_t, base1, [32 + 16 * 16]); in check_loopfilter_16y()
395 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter_16y()
480 LOCAL_ALIGNED_16(uint8_t, base1, [32 + 16 * 16]); in check_loopfilter_simple()
492 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter_simple()
Dvp9dsp.c454 LOCAL_ALIGNED_32(uint8_t, base1, [32 + 16 * 16 * 2]); in check_loopfilter()
469 uint8_t *buf1 = base1 + midoff_aligned; in check_loopfilter()
491 buf1 = base1 + midoff_aligned; in check_loopfilter()
/third_party/node/deps/openssl/openssl/crypto/bn/
Drsaz_exp.h44 const BN_ULONG *base1,
Drsaz_exp_x2.c117 const BN_ULONG *base1,
178 to_words52(base1_red, exp_digits, base1, factor_size);
/third_party/openssl/crypto/bn/
Drsaz_exp.h44 const BN_ULONG *base1,
Drsaz_exp_x2.c117 const BN_ULONG *base1,
178 to_words52(base1_red, exp_digits, base1, factor_size);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DPluralSamples.java197 for (FixedDecimal base1 : original) { in fractions()
198 result.add((int)base1.integerValue); in fractions()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderIntegerFunctionTests.cpp570 const deUint32 base1 = rnd.getUint32(); in getInputValues() local
574 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
661 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local
665 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp668 const deUint32 base1 = rnd.getUint32(); in getInputValues() local
672 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
773 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local
777 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/
DvktShaderIntegerFunctionTests.cpp668 const deUint32 base1 = rnd.getUint32(); in getInputValues() local
672 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
773 const deInt32 base1 = (deInt32)rnd.getUint32(); in getInputValues() local
777 in1[valueNdx*scalarSize + compNdx] = base1 >> adj1; in getInputValues()
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_build_util.cpp338 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local
346 reg->reg.data.id = base + base1; in mkClobber()
/third_party/nghttp2/m4/
Dax_cxx_compile_stdcxx.m4674 struct base1
687 struct derived : base1, base2
/third_party/skia/third_party/externals/harfbuzz/m4/
Dax_cxx_compile_stdcxx.m4696 struct base1
709 struct derived : base1, base2
/third_party/cups-filters/m4/
Dax_cxx_compile_stdcxx.m4696 struct base1
709 struct derived : base1, base2

12