Home
last modified time | relevance | path

Searched refs:quot (Results 1 – 25 of 122) sorted by relevance

12345

/external/rust/crates/vmm_vhost/docs/
Dvhost_architecture.drawio16 …ll id="2" value="<pre style="font-family: "jetbrains mono", monospace; f…
19 … value="<pre style="font-size: 16.5pt; font-weight: 700; font-family: "jetbrains …
30quot;font-family: "jetbrains mono", monospace; font-size: 16.5pt;"><p…
33 … value="<pre style="font-size: 16.5pt; font-weight: 700; font-family: "jetbrains …
42quot;font-family: "jetbrains mono", monospace; font-size: 16.5pt;"><p…
45quot;font-family: "jetbrains mono", monospace; font-size: 16.5pt;"><p…
48quot;font-size: 16.5pt; font-weight: 700; font-family: "jetbrains mono", monospa…
57 … value="<pre style="font-size: 16.5pt; font-weight: 700; font-family: "jetbrains …
60 …l id="17" value="<pre style="font-family: "jetbrains mono", monospace; f…
63 …l id="18" value="<pre style="font-family: "jetbrains mono", monospace; f…
[all …]
/external/llvm-project/llvm/test/CodeGen/NVPTX/
Ddivrem-combine.ll6 ; quot = n / d
11 ; quot = n / d
18 ; CHECK: div.s32 [[quot:%r[0-9]+]], [[num:%r[0-9]+]], [[den:%r[0-9]+]];
19 %quot = sdiv i32 %n, %d
23 ; O2: mul.lo.s32 [[mul:%r[0-9]+]], [[quot]], [[den]];
27 ; O2: st{{.*}}[[quot]]
28 store i32 %quot, i32* %quot_ret
36 ; CHECK: div.u32 [[quot:%r[0-9]+]], [[num:%r[0-9]+]], [[den:%r[0-9]+]];
37 %quot = udiv i32 %n, %d
44 ; O2: mul.lo.{{u|s}}32 [[mul:%r[0-9]+]], [[quot]], [[den]];
[all …]
/external/llvm-project/llvm/test/CodeGen/AVR/
Ddiv.ll29 %quot = udiv i16 %a, %b
30 ret i16 %quot
39 %quot = sdiv i16 %a, %b
40 ret i16 %quot
50 %quot = udiv i32 %a, %b
51 ret i32 %quot
61 %quot = sdiv i32 %a, %b
62 ret i32 %quot
70 %quot = udiv i64 %a, %b
71 ret i64 %quot
[all …]
/external/libxml2/result/c14n/without-comments/
Dexample-46 …<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;err…
/external/libxml2/result/c14n/with-comments/
Dexample-46 …<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;err…
/external/libxml2/result/c14n/1-1-without-comments/
Dexample-46 …<compute expr="value>&quot;0&quot; &amp;&amp; value&lt;&quot;10&quot; ?&quot;valid&quot;:&quot;err…
/external/e2fsprogs/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
/external/libexif/po/
DRules-quot3 DISTFILES.common.extra1 = quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin…
7 en@quot.po-create:
8 $(MAKE) en@quot.po-update
12 en@quot.po-update: en@quot.po-update-en
39 en@quot.insert-header: insert-header.sin
40 sed -e '/^#/d' -e 's/HEADER/en@quot.header/g' $(srcdir)/insert-header.sin > en@quot.insert-header
45 mostlyclean: mostlyclean-quot
46 mostlyclean-quot:
/external/elfutils/po/
D.gitignore6 /Rules-quot
11 /en@quot.header
12 /en@quot.insert-header
13 /en@quot.po
15 /quot.sed
/external/mesa3d/src/compiler/glsl/
Dint64.glsl36 uvec2 quot = uvec2(0U, 0U);
54 quot.y |= 1U << i;
63 quot.y |= 1U;
72 quot.x |= 1U << i;
81 quot.x |= 1U;
84 return uvec4(quot, unpackUint2x32(n64));
100 uvec2 quot = udivmod64(n, d).xy;
102 return negate ? unpackInt2x32(-int64_t(packUint2x32(quot))) : ivec2(quot);
/external/llvm-project/flang/unittests/Evaluate/
Dinteger.cpp200 auto quot{a.DivideUnsigned(b)}; in exhaustiveTesting() local
201 MATCH(y == 0, quot.divisionByZero)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting()
203 MATCH(maxUnsignedValue, quot.quotient.ToUInt64()) in exhaustiveTesting()
205 MATCH(0, quot.remainder.ToUInt64()) in exhaustiveTesting()
208 MATCH(x / y, quot.quotient.ToUInt64()) in exhaustiveTesting()
210 MATCH(x % y, quot.remainder.ToUInt64()) in exhaustiveTesting()
213 quot = a.DivideSigned(b); in exhaustiveTesting()
216 MATCH(y == 0, quot.divisionByZero)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting()
217 MATCH(badCase, quot.overflow)("%s, x=0x%llx, y=0x%llx", desc, x, y); in exhaustiveTesting()
220 MATCH(maxPositiveSignedValue, quot.quotient.ToInt64()) in exhaustiveTesting()
[all …]
/external/libxml2/result/
Dent6.sax12 SAX.entityDecl(quot, 1, (null), (null), ")
13 SAX.getEntity(quot)
Dent6.sax212 SAX.entityDecl(quot, 1, (null), (null), ")
13 SAX.getEntity(quot)
Dent6hex.sax12 SAX.entityDecl(quot, 1, (null), (null), &#x22;)
13 SAX.getEntity(quot)
Dent6hex.sax212 SAX.entityDecl(quot, 1, (null), (null), &#x22;)
13 SAX.getEntity(quot)
/external/curl/lib/
Dcurl_path.c118 char quot; in Curl_get_pathname() local
139 quot = *cp++; in Curl_get_pathname()
143 if(cp[i] == quot) { /* Found quote */ in Curl_get_pathname()
/external/libxml2/result/noent/
Dent6.sax212 SAX.entityDecl(quot, 1, (null), (null), ")
13 SAX.getEntity(quot)
Dent6hex.sax212 SAX.entityDecl(quot, 1, (null), (null), &#x22;)
13 SAX.getEntity(quot)
/external/perfetto/docs/images/
Ddataflow.svg1 …="ec4qhmsv5c9j22" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
3 …="ec4qhmsv5c9j26" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
5 …="ec4qhmsv5c9j27" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
7 …="ec4qhmsv5c9j41" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
9 …="ec4qhmsv5c9j44" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
11 …="ec4qhmsv5c9j45" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
13 …="ec4qhmsv5c9j46" dx="0" dy="0" font-family="RobotoMono-Regular, &quot;Roboto Mono&quot;" font-siz…
/external/llvm-project/clang/test/Tooling/
Dclang-diff-html.test32 CHECK-NEXT: Bar' class='i'>&quot;Bar&quot;</span>
/external/llvm-project/libclc/generic/lib/math/
Dclc_remquo.cl79 int quot = (q & 0x7f) * qsgn;
82 quot = c ? qsgn : quot;
88 quot = c ? 0 : quot;
91 *quo = quot;
/external/llvm-project/llvm/test/CodeGen/X86/
Dlibcall-sret.ll36 %quot = udiv i128 %l, %r
37 store i128 %quot, i128* @var
/external/brotli/c/common/
Ddictionary.bin25 }quot);
48 …edoganarsantoetapadebesplayaredessietecortecoreadudasdeseoviejodeseaaguas&quot;domaincommonstatuse…
63 …ingelementpartnerfinallyperfectmeaningsystemskeepingculture&quot;,journalprojectsurfaces&quot;expi…
65 …ogArticlebuttonslargestuniformjourneysidebarChicagoholidayGeneralpassage,&quot;animatefeelingarriv…
67quot;Messageneed tovalue="complexlookingstationbelievesmaller-mobilerecordswant tokind ofFirefoxyo…
83 …ntfaviconcreatorHungaryAirportsee theso thatMichaelSystemsPrograms, and width=e&quot;tradingleft">
109 …ofmobile-Europe,is homerisk ofdesiredClintoncost ofage of become none ofp&quot;Middle ead')[0Criti…
116 … ofsearch_nature,legallyperiod,land ofor withinducedprovingmissilelocallyAgainstthe wayk&quot;px;">
119 AtlantanucleusCounty,purely count">easily build aonclicka givenpointerh&quot;events else {
120 …ebone andcavalryHe diedseattle00,000 {windowhave toif(windand itssolely m&quot;renewedDetroitamong…
[all …]
/external/python/cpython2/Objects/
Dcomplexobject.c561 Py_complex quot; in complex_div() local
567 quot = c_quot(a, b); in complex_div()
568 PyFPE_END_PROTECT(quot) in complex_div()
573 return PyComplex_FromCComplex(quot); in complex_div()
579 Py_complex quot; in complex_classic_div() local
590 quot = c_quot(a, b); in complex_classic_div()
591 PyFPE_END_PROTECT(quot) in complex_classic_div()
596 return PyComplex_FromCComplex(quot); in complex_classic_div()
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.cc64 auto* quot = b->CreateUDiv(linear, GetConstantWithIndexType(divisor)); in Delinearize() local
67 quot, GetConstantWithIndexType(size_of_current_dimension)); in Delinearize()
69 (*multidim)[dimension] = quot; in Delinearize()
90 auto* quot = b->CreateUDiv(linear, divisor, "quot"); in Delinearize() local
93 b->CreateURem(quot, dynamic_dims[dimension], "dim_value"); in Delinearize()
96 (*multidim)[dimension] = quot; in Delinearize()

12345