/third_party/typescript/tests/baselines/reference/ |
H A D | comparisonOperatorWithIdenticalObjects.js | 58 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 263 var base1; global() variable [all...] |
H A D | bestCommonTypeOfTuple2.js | 3 interface base1 { i } 9 class C1 implements base1 { i = "foo"; c } 15 var t4: [base1, C1]; 21 var e41 = t4[2]; // base1 86 var e41 = t4[2]; // base1
|
/third_party/skia/bench/ |
H A D | HairlinePathBench.cpp | 98 int base1 = 2 * rand.nextULessThan(hSize); variable 101 path->moveTo(SkIntToScalar(points[base1] + xTrans), 102 SkIntToScalar(points[base1+1] + yTrans)); 130 int base1 = 2 * rand.nextULessThan(hSize); variable 133 path->moveTo(SkIntToScalar(points[base1] + xTrans), 134 SkIntToScalar(points[base1+1] + yTrans)); 163 int base1 = 2 * rand.nextULessThan(hSize); variable 167 path->moveTo(SkIntToScalar(points[base1] + xTrans), 168 SkIntToScalar(points[base1+1] + yTrans)); 198 int base1 variable [all...] |
/third_party/FreeBSD/sys/sys/ |
H A D | kobj.h | 138 base1) \ 141 { &base1, NULL }; \ 153 base1, base2) \ 156 { &base1, \ 169 base1, base2, base3) \ 172 { &base1, \
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | vp8dsp.c | 383 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()
|
H A D | vp9dsp.c | 454 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/ |
H A D | rsaz_exp.h | 44 const BN_ULONG *base1,
|
/third_party/openssl/crypto/bn/ |
H A D | rsaz_exp.h | 44 const BN_ULONG *base1,
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
H A D | PluralSamples.java | 197 for (FixedDecimal base1 : original) { in fractions() 198 result.add((int)base1.integerValue); in fractions()
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_build_util.cpp | 338 int base1 = (baseSize2[mask] >> 0) & 0xf; in mkClobber() local 346 reg->reg.data.id = base + base1; in mkClobber()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderexecutor/ |
H A D | vktShaderIntegerFunctionTests.cpp | 668 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/modules/gles31/functional/ |
H A D | es31fShaderIntegerFunctionTests.cpp | 570 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/ |
H A D | vktShaderIntegerFunctionTests.cpp | 668 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/ltp/tools/sparse/sparse-src/ |
H A D | evaluate.c | 654 struct symbol *base1 = t1->ctype.base_type; in type_difference() local 682 t1 = base1; in type_difference() 726 base1 = examine_pointer_target(t1); in type_difference() 778 if (base1 != base2) in type_difference() 790 t1 = base1; in type_difference()
|