Home
last modified time | relevance | path

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

12

/external/valgrind/none/tests/mips64/
Dcvm_atomic_thread.stdout.exp-LE12 laa and saa: base1: 6913974, base2: 21777111
13 laad and saad: base1: 6913974, base2: 23901514779351
14 law and saa: base1: 3456986, base2: 2153186724
15 lawd and saad: base1: 3456986, base2: 11950752204196
16 lai and saa: base1: 6913974, base2: 21777111
17 laid and saad: base1: 6913974, base2: 23901514779351
18 las and saa: base1: 4294967295, base2: 4288053323
19 lasd and saad: base1: -1, base2: -6913973
20 lad and saa: base1: 4288053322, base2: 4273190185
21 ladd and saad: base1: -6913974, base2: -23901514779351
[all …]
Dcvm_atomic_thread.c261 #define TRIOP_AND_SAA(instruction, base1, base2, n) \ argument
267 : /*in*/ "r"(base1), "r"(base2), "r"(n) \
272 #define TRIOP_AND_SAAD(instruction, base1, base2, n) \ argument
278 : /*in*/ "r"(base1), "r"(base2), "r"(n) \
283 #define BINOP_AND_SAA(instruction, base1, base2) \ argument
289 : /*in*/ "r"(base1), "r"(base2) \
294 #define BINOP_AND_SAAD(instruction, base1, base2) \ argument
300 : /*in*/ "r"(base1), "r"(base2) \
/external/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 …]
/external/smali/dexlib2/src/test/java/org/jf/dexlib2/analysis/
DCommonSuperclassTest.java190 String base2 = "Liface/base2;"; in testGetCommonSuperclass_interfaces() local
222 superclassTest(base2, base2, sub1); in testGetCommonSuperclass_interfaces()
223 superclassTest(base2, base2, classsub1); in testGetCommonSuperclass_interfaces()
224 superclassTest(base2, base2, sub2); in testGetCommonSuperclass_interfaces()
225 superclassTest(base2, base2, classsub2); in testGetCommonSuperclass_interfaces()
226 superclassTest(base2, base2, classsub1234); in testGetCommonSuperclass_interfaces()
254 superclassTest(unknown, sub4, base2); in testGetCommonSuperclass_interfaces()
255 superclassTest(unknown, classsub4, base2); in testGetCommonSuperclass_interfaces()
/external/libcxxabi/test/
Dcatch_ptr_02.pass.cpp81 struct base2 {int x;}; struct
82 struct derived : base1, base2 {};
91 catch (base2 *p) { in test5()
107 catch (base2 *p) { in test6()
123 catch (base2 *p) { in test7()
/external/clang/test/Modules/Inputs/
Ddependency-gen-base.modulemap4 use "test-base2"
6 extern module "test-base2" "Inputs/dependency-gen-base2.modulemap"
Ddependency-gen-base2.modulemap1 module "test-base2" {
/external/v8/tools/gyp/test/determinism/
Dgyptest-solibs.py21 base2 = open(test.built_file_path('build.ninja')).read() variable
30 if base2 != contents2:
31 print base2
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
DComparableTimSort.java379 int base2 = runBase[i + 1]; in mergeAt() local
382 if (DEBUG) assert base1 + len1 == base2; in mergeAt() local
399 int k = gallopRight((Comparable<Object>)a[base2], a, base1, len1, 0); in mergeAt()
409 len2 = gallopLeft((Comparable<Object>)a[base1 + len1 - 1], a, base2, len2, len2 - 1); in mergeAt()
415 mergeLo(base1, len1, base2, len2); in mergeAt()
417 mergeHi(base1, len1, base2, len2); in mergeAt()
562 private void mergeLo (int base1, int len1, int base2, int len2) {
563 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2;
571 int cursor2 = base2; // Indexes int a
666 private void mergeHi (int base1, int len1, int base2, int len2) {
[all …]
DTimSort.java411 int base2 = runBase[i + 1]; in mergeAt() local
414 if (DEBUG) assert base1 + len1 == base2; in mergeAt() local
431 int k = gallopRight(a[base2], a, base1, len1, 0, c); in mergeAt()
441 len2 = gallopLeft(a[base1 + len1 - 1], a, base2, len2, len2 - 1, c); in mergeAt()
447 mergeLo(base1, len1, base2, len2); in mergeAt()
449 mergeHi(base1, len1, base2, len2); in mergeAt()
594 private void mergeLo (int base1, int len1, int base2, int len2) {
595 if (DEBUG) assert len1 > 0 && len2 > 0 && base1 + len1 == base2;
603 int cursor2 = base2; // Indexes int a
698 private void mergeHi (int base1, int len1, int base2, int len2) {
[all …]
/external/clang/test/FixIt/
Dfixit-cxx11-attributes.cpp38 struct base2 {}; struct
48 …public [[d]] base2 {}; // expected-error {{an attribute list cannot appear here}} expected-warning…
/external/v8/test/cctest/heap/
Dtest-lab.cc175 Address base2 = limit1; in TEST() local
176 Address limit2 = base2 + kLabSize; in TEST()
205 AllocationResult lab_backing_store2(HeapObject::FromAddress(base2)); in TEST()
230 Address base2 = base1 + kLabSize; in TEST() local
231 Address base3 = base2 + kLabSize; in TEST()
239 AllocationResult lab_backing_store2(HeapObject::FromAddress(base2)); in TEST()
/external/llvm/test/Transforms/StraightLineStrengthReduce/NVPTX/
Dreassociate-geps-and-slsr.ll50 ; PTX: add.s64 [[base2:%rd[0-9]+]], [[base1]], [[i4]];
52 ; PTX: ld.f32 {{%f[0-9]+}}, {{\[}}[[base2]]+20];
58 ; PTX: add.s64 [[base3:%rd[0-9]+]], [[base2]], [[i4]];
/external/v8/test/mjsunit/
Darray-bounds-check-removal.js208 var base2 = ((base1 + 8) >> 2);
209 var base3 = ((base2 + 6) >> 1);
215 result += a[base2];
/external/testng/src/test/java/test/failures/
DBase1.java7 public void base2() { in base2() method in Base1
/external/libxml2/result/scripts/
Dbase21 / > ./test/scripts/base2.xml
/external/clang/test/Modules/
Ddependency-gen.modulemap14 use "test-base2"
22 // IMPLICIT-DAG: {{ |\.[/\\]}}Inputs{{[/\\]}}dependency-gen-base2.modulemap
/external/libxml2/
Druntest.c3044 const char *base2; in schemasTest() local
3099 base2 = baseFilename(instance); in schemasTest()
3100 len = strlen(base2); in schemasTest()
3101 if ((len > 6) && (base2[len - 6] == '_')) { in schemasTest()
3102 count = base2[len - 5]; in schemasTest()
3221 const char *base2; in rngTest() local
3264 base2 = baseFilename(instance); in rngTest()
3265 len = strlen(base2); in rngTest()
3266 if ((len > 6) && (base2[len - 6] == '_')) { in rngTest()
3267 count = base2[len - 5]; in rngTest()
[all …]
Dregressions.py36 def compFiles(res, expected, base1, base2): argument
51 j = string.find(exp[i],base2)
/external/clang/tools/c-index-test/
Dc-index-test.c34 char* base2 = (char*)strrchr(path, '\\'); in basename() local
35 if (base1 && base2) in basename()
36 return((base1 > base2) ? base1 + 1 : base2 + 1); in basename()
39 else if (base2) in basename()
40 return(base2 + 1); in basename()
47 char* base2 = (char*)strrchr(path, '\\'); in dirname() local
48 if (base1 && base2) in dirname()
49 if (base1 > base2) in dirname()
52 *base2 = 0; in dirname()
55 else if (base2) in dirname()
[all …]
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/
Dp5-0x.cpp34 Base&& base2 = prvalue<Base>(); in test_rvalue_refs()
/external/llvm/test/CodeGen/ARM/
Dshifter_operand.ll30 define i32 @test3(i32 %base, i32 %base2, i32 %offset) {
38 %tmp4 = add i32 %base2, %tmp1
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir_build_util.cpp335 int base2 = (baseSize2[mask] >> 8) & 0xf; in mkClobber() local
347 reg->reg.data.id = base + base2; in mkClobber()
/external/llvm/test/CodeGen/SystemZ/
Dframe-15.ll343 %base2 = ptrtoint float *%elem2 to i64
345 %addr2 = add i64 %base2, %index
/external/clang/test/CXX/expr/expr.const/
Dp2-0x.cpp515 …constexpr bool base2 = &e.c[1] < &e.e.f; // expected-error {{constant expression}} expected-note {… variable

12