HomeSort by relevance Sort by last modified time
    Searched refs:w3 (Results 1 - 25 of 2687) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/AArch64/
elf-reloc-tstb.s 5 tbnz w3, #15, somewhere
elf-reloc-ldrlit.s 5 ldr w3, some_label
basic-a64-diagnostics.s 97 add w2, w3, #0x1, lsl #1
102 // CHECK-ERROR-NEXT: add w2, w3, #0x1, lsl #1
197 add w1, w2, w3, lsl #-1
198 add w1, w2, w3, lsl #32
199 add w1, w2, w3, lsr #-1
200 add w1, w2, w3, lsr #32
201 add w1, w2, w3, asr #-1
202 add w1, w2, w3, asr #32
210 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #-1
213 // CHECK-ERROR-NEXT: add w1, w2, w3, lsl #3
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
owner_before_weak_ptr.pass.cpp 26 const std::weak_ptr<int> w3(p3);
29 assert(w1.owner_before(w3) || w3.owner_before(w1));
30 assert(w3.owner_before(w1) == w3.owner_before(w2));
owner_before_shared_ptr.pass.cpp 26 const std::weak_ptr<int> w3(p3);
29 assert(w1.owner_before(p3) || w3.owner_before(p1));
30 assert(w3.owner_before(p1) == w3.owner_before(p2));
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.ownerless/
owner_less.pass.cpp 44 const std::weak_ptr<int> w3(p3);
57 assert(cs(p1, w3) || cs(p3, w1));
66 assert(cs(w1, w3) || cs(w3, w1));
67 assert(cs(w3, w1) == cs(w3, w2));
71 assert(cs(w1, p3) || cs(w3, p1));
72 assert(cs(w3, p1) == cs(w3, p2));
  /external/llvm/test/CodeGen/AArch64/
logical_shifted_reg.s 12 and w3, w1, w2
14 str w3, [x0, #:lo12:var1_32]
15 bic w3, w1, w2
17 str w3, [x0, #:lo12:var1_32]
18 orr w3, w1, w2
20 str w3, [x0, #:lo12:var1_32]
21 orn w3, w1, w2
23 str w3, [x0, #:lo12:var1_32]
24 eor w3, w1, w2
26 str w3, [x0, #:lo12:var1_32
    [all...]
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
113 /* w3 = (a0 + 2(a1 + 2a2))(b0 + 2(b1 + 2b2)) */
140 if ((res = mp_mul(&tmp1, &tmp2, &w3)) != MP_OKAY) {
179 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
187 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
202 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY)
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
77 /* w3 = (a0 + 2(a1 + 2a2))**2 */
91 if ((res = mp_sqr(&tmp1, &w3)) != MP_OKAY) {
123 if ((res = mp_sub(&w3, &w0, &w3)) != MP_OKAY) {
131 if ((res = mp_div_2(&w3, &w3)) != MP_OKAY) {
146 if ((res = mp_sub(&w3, &w2, &w3)) != MP_OKAY)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.obs/
owner_before_weak_ptr.pass.cpp 26 const std::weak_ptr<int> w3(p3);
29 assert(p1.owner_before(w3) || p3.owner_before(w1));
  /external/openfst/src/test/
weight-tester.h 44 Weight w3 = weight_generator_(); local
49 VLOG(1) << "w3 = " << w3;
51 TestSemiring(w1, w2, w3);
55 TestEquality(w1, w2, w3);
66 void TestSemiring(Weight w1, Weight w2, Weight w3) {
72 CHECK(ApproxEqual(Plus(w1, Plus(w2, w3)), Plus(Plus(w1, w2), w3))); local
73 CHECK(ApproxEqual(Times(w1, Times(w2, w3)), Times(Times(w1, w2), w3))); local
    [all...]
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
domconfigparameternames01.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domconfigparameternames01";
79 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-domConfig
80 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMConfiguration-parameterNames
81 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-canonical-form
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-cdata-sections
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-check-character-normalization
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-comments
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-datatype-normalization
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-entitie
    [all...]
documentnormalizedocument07.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/documentnormalizedocument07";
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Document3-normalizeDocument
85 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-split-cdata-sections
86 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-severity
87 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-message
88 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-type
89 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedException
90 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-relatedData
91 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ERROR-DOMError-locatio
    [all...]
nodegetbaseuri05.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodegetbaseuri05";
78 Using getBaseURI check if the baseURI attribute of this DocumentElement is http://www.w3.org/DOM/L3Test.
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Node3-baseURI
83 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=419
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element
102 assertEquals("nodegetbaseuri05","http://www.w3.org/DOM/L3Test",baseURI);
domconfigerrorhandler2.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domconfigerrorhandler2";
74 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#parameter-error-handler
75 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMConfiguration-getParameter
76 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#DOMConfiguration-setParameter
92 doc = domImpl.createDocument("http://www.w3.org/1999/xhtml","html",nullDocType);
domimplementationregistry24.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domimplementationregistry24";
75 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding
76 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-getDOMImpls
78 * @see http://lists.w3.org/Archives/Public/www-dom/2004JanMar/0111.html
domimplementationregistry25.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/domimplementationregistry25";
76 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/java-binding
77 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/ecma-script-binding
78 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#ID-getDOMImpls
79 * @see http://lists.w3.org/Archives/Public/www-dom/2004JanMar/0111.html
nodegetbaseuri09.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodegetbaseuri09";
82 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Node3-baseURI
83 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=419
84 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/infoset-mapping#Infoset2Element
103 assertEquals("nodegetbaseuri09","http://www.w3.org/DOM/EmployeeID",baseURI);
nodelookupprefix16.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level3/core/nodelookupprefix16";
83 * @see http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core#Node3-lookupNamespacePrefix
99 elem = doc.createElementNS("http://www.w3.org/1999/xhtml","dom3:p");
100 attr = doc.createAttributeNS("http://www.w3.org/XML/1998/namespace","xml:lang");
102 prefix = attr.lookupPrefix("http://www.w3.org/XML/1998/namespace");
  /external/webkit/LayoutTests/fast/dom/Node/script-tests/
isEqualNode.js 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd');
  /external/webkit/LayoutTests/dom/html/level1/core/
hc_nodeinsertbeforeinvalidnodetype.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforeinvalidnodetype";
89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='HIERARCHY_REQUEST_ERR'])
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-952280727
91 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='HIERARCHY_REQUEST_ERR'])
92 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-952280727
93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247
94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249
95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
hc_nodereplacechildinvalidnodetype.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildinvalidnodetype";
89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='HIERARCHY_REQUEST_ERR'])
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-785887307
91 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='HIERARCHY_REQUEST_ERR'])
92 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-785887307
93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247
94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249
95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
  /external/webkit/LayoutTests/dom/xhtml/level1/core/
hc_nodeinsertbeforeinvalidnodetype.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodeinsertbeforeinvalidnodetype";
89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='HIERARCHY_REQUEST_ERR'])
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-952280727
91 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-952280727')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='HIERARCHY_REQUEST_ERR'])
92 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-952280727
93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247
94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249
95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
hc_nodereplacechildinvalidnodetype.js 10 [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
20 return "http://www.w3.org/2001/DOM-Test-Suite/level1/core/hc_nodereplacechildinvalidnodetype";
89 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-258A00AF')/constant[@name='HIERARCHY_REQUEST_ERR'])
90 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-785887307
91 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#xpointer(id('ID-785887307')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='HIERARCHY_REQUEST_ERR'])
92 * @see http://www.w3.org/TR/1998/REC-DOM-Level-1-19981001/level-one-core#ID-785887307
93 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=247
94 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=249
95 * @see http://www.w3.org/Bugs/Public/show_bug.cgi?id=406
  /external/webkit/LayoutTests/fast/dom/EntityReference/script-tests/
readonly-exceptions.js 3 var xmlDoc = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null);
4 var xmlDoc2 = document.implementation.createDocument("http://www.w3.org/1999/xhtml", "html", null);
12 // http://lists.w3.org/Archives/Public/www-dom/2008JanMar/0009.html

Completed in 606 milliseconds

1 2 3 4 5 6 7 8 91011>>