Home
last modified time | relevance | path

Searched refs:tt (Results 1 – 25 of 1004) sorted by relevance

12345678910>>...41

/external/clang/test/CodeGenCXX/
Dtemp-order.cpp46 TempTracker tt; in f0() local
48 A a(tt, 2); in f0()
49 if ((A(tt, 3), val)) in f0()
50 A b(tt, 5); in f0()
51 A c(tt, 7); in f0()
53 return tt.Product; in f0()
58 TempTracker tt; in f1() local
60 A a(tt, 2); in f1()
61 if ((A(tt, 3), val)) in f1()
62 A b(tt, 5); in f1()
[all …]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dmem-promote-integers.ll9 %tt = xor <1 x i8> %x, %bb
10 store <1 x i8> %tt, <1 x i8>* %b
14 ret <1 x i8> %tt
20 %tt = xor <1 x i16> %x, %bb
21 store <1 x i16> %tt, <1 x i16>* %b
25 ret <1 x i16> %tt
31 %tt = xor <1 x i32> %x, %bb
32 store <1 x i32> %tt, <1 x i32>* %b
36 ret <1 x i32> %tt
42 %tt = xor <1 x i64> %x, %bb
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dmem-promote-integers.ll9 %tt = xor <1 x i8> %x, %bb
10 store <1 x i8> %tt, <1 x i8>* %b
14 ret <1 x i8> %tt
20 %tt = xor <1 x i16> %x, %bb
21 store <1 x i16> %tt, <1 x i16>* %b
25 ret <1 x i16> %tt
31 %tt = xor <1 x i32> %x, %bb
32 store <1 x i32> %tt, <1 x i32>* %b
36 ret <1 x i32> %tt
42 %tt = xor <1 x i64> %x, %bb
[all …]
/external/llvm/test/CodeGen/X86/
Dmem-promote-integers.ll9 %tt = xor <1 x i8> %x, %bb
10 store <1 x i8> %tt, <1 x i8>* %b
14 ret <1 x i8> %tt
20 %tt = xor <1 x i16> %x, %bb
21 store <1 x i16> %tt, <1 x i16>* %b
25 ret <1 x i16> %tt
31 %tt = xor <1 x i32> %x, %bb
32 store <1 x i32> %tt, <1 x i32>* %b
36 ret <1 x i32> %tt
42 %tt = xor <1 x i64> %x, %bb
[all …]
/external/boringssl/src/ssl/test/runner/
Dhkdf_test.go90 for i, tt := range hkdfTests {
91 prk := hkdfExtract(tt.hash.New, tt.salt, tt.ikm)
92 if !bytes.Equal(prk, tt.prk) {
93 t.Errorf("%d. got hkdfExtract(%x, %x) = %x; wanted %x", i+1, tt.salt, tt.ikm, prk, tt.prk)
96 okm := hkdfExpand(tt.hash.New, tt.prk, tt.info, len(tt.okm))
97 if !bytes.Equal(okm, tt.okm) {
98 …rf("%d. got hkdfExpand(%x, %x, %d) = %x; wanted %x", i+1, tt.prk, tt.info, len(tt.okm), okm, tt.ok…
/external/libcups/filter/
Dspec-ppd.shtml55 <p>The <tt>?<i>MainKeyword</i></tt> keyword defines PostScript code that determines the currently s…
57 <p>The PostScript code typically sends its response back using the <tt>=</tt> operator.</p>
84 <p>The <tt>OID<i>MainKeyword</i></tt> keyword is used to define SNMP OIDs that map to installable o…
114 …act as a wildcard. Otherwise they must match one of the <tt>Resolution</tt> or <tt>MediaType</tt> …
149 …cument colors to the device colorspace. The <tt>ColorModel</tt>, <tt>MediaType</tt>, and <tt>Resol…
151 <p>The <tt>Description</tt> specifies human-readable text that is associated with the color profile…
168tt>ColorModel</tt>, <tt>MediaType</tt>, and <tt>Resolution</tt> main keywords can be reassigned to…
191 …ata as requested by the driver. The <tt>APCustomColorMatchingProfile</tt> and <tt>APDefaultColorMa…
217 …hen doing custom color matching. Currently only <tt>sRGB</tt>, <tt>AdobeRGB</tt>, and <tt>GenericR…
221tt>APCustomColorMatchingProfile</tt> keywords, you are responsible for providing the necessary use…
[all …]
Dpostscript-driver.shtml105 <td><tt>DefaultColorSpace</tt></td>
107 <tt>Gray</tt>, <tt>RGB</tt>, <tt>CMY</tt>, or
108 <tt>CMYK</tt>. If not specified, then <tt>RGB</tt> is
112 <td><tt>LandscapeOrientation</tt></td>
114 orientation: <tt>Plus90</tt>, <tt>Minus90</tt>, or
115 <tt>Any</tt>. If not specified, <tt>Plus90</tt> is
119 <td><tt>LanguageLevel</tt></td>
125 <td><tt>Product</tt></td>
127 the PostScript <tt>product</tt> operator, which
130 <tt>Product</tt> attributes may be specified to support
[all …]
/external/ImageMagick/PerlMagick/t/reference/composite/
DCopyRed.miff15tttttttttttt~tt\ttptt�tttttttttttttttttttttttttttttttttttttttttttttttt
DCopyBlue.miff15tt=ttltt�tttttttttttttttttt�ttjttLttDttVttkttttztt-tt#tt)tt+tt+tt(tt-tt(tt-tt/tt0tt5tt.tt
DCopyGreen.miff15tt{tttttttttttt�ttZtt[ttWttSttftt�tttt;tt;tt;tt6tt;tt6tt:tt8tt:tt:tt:tt?tt:tt1tt/tt+tt*tt$tt
/external/python/cpython2/Lib/
Dnetrc.py43 toplevel = tt = lexer.get_token()
44 if not tt:
46 elif tt[0] == '#':
49 pos = len(tt) + 1
53 elif tt == 'machine':
55 elif tt == 'default':
57 elif tt == 'macdef': # Just skip to end of macdefs
70 "bad toplevel token %r" % tt, file, lexer.lineno)
77 tt = lexer.get_token()
78 if (tt.startswith('#') or
[all …]
/external/python/cpython3/Lib/
Dnetrc.py39 toplevel = tt = lexer.get_token()
40 if not tt:
42 elif tt[0] == '#':
43 if lexer.lineno == saved_lineno and len(tt) == 1:
46 elif tt == 'machine':
48 elif tt == 'default':
50 elif tt == 'macdef': # Just skip to end of macdefs
63 "bad toplevel token %r" % tt, file, lexer.lineno)
70 tt = lexer.get_token()
71 if (tt.startswith('#') or
[all …]
/external/eigen/doc/
DTutorialReductionsVisitorsBroadcasting.dox24 … the sum of the diagonal coefficients and can equivalently be computed <tt>a.diagonal().sum()</tt>.
66tt>array > 0</tt> is an %Array of the same size as \c array , with \b true at those positions wher…
189 We can interpret the instruction <tt>mat.colwise() += v</tt> in two equivalent ways. It adds the ve…
197 The operators <tt>-=</tt>, <tt>+</tt> and <tt>-</tt> can also be used column-wise and row-wise. On …
198 can also use the operators <tt>*=</tt>, <tt>/=</tt>, <tt>*</tt> and <tt>/</tt> to perform coefficie…
201 \c v(1), and so on, then use <tt>mat = mat * v.asDiagonal()</tt>.
225 the nearest neighbour of a vector <tt>v</tt> within the columns of matrix <tt>m</tt>. The Euclidean…
244 …- <tt>m.colwise() - v</tt> is a broadcasting operation, subtracting <tt>v</tt> from each column in…
245 is a new matrix whose size is the same as matrix <tt>m</tt>: \f[
253 …- <tt>(m.colwise() - v).colwise().squaredNorm()</tt> is a partial reduction, computing the squared…
[all …]
DTemplateKeyword.dox28 We could just as well have written <tt>template &lt;class T&gt;</tt>; the keywords \c typename and …
50 <tt>mat.topLeftCorner(3,3)</tt> as the parameter \c src, then this is copied into a temporary varia…
76 …ived2 in the example). That means that the compiler cannot know that <tt>dst.triangularView</tt> is
78 parameter. Another possibility would be that <tt>dst.triangularView</tt> is a member variable with …
79 symbol refering to the <tt>operator&lt;()</tt> function. In fact, the compiler should choose the se…
80 possibility, according to the standard. If <tt>dst.triangularView</tt> is a member template (as in …
81 the programmer should specify this explicitly with the \c template keyword and write <tt>dst.templa…
82 triangularView</tt>.
86 …example, \c dst is a dependent name because it is of type <tt>MatrixBase&lt;Derived1&gt;</tt> whic…
88 - If the code contains either one of the constructs <tt>xxx.yyy</tt> or <tt>xxx-&gt;yyy</tt> and \c…
[all …]
/external/boringssl/src/crypto/asn1/
Dtasn_new.c73 static void asn1_template_clear(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt);
94 const ASN1_TEMPLATE *tt = NULL; in asn1_item_ex_combine_new() local
189 for (i = 0, tt = it->templates; i < it->tcount; tt++, i++) { in asn1_item_ex_combine_new()
190 pseqval = asn1_get_field_ptr(pval, tt); in asn1_item_ex_combine_new()
191 if (!ASN1_template_new(pseqval, tt)) in asn1_item_ex_combine_new()
260 int ASN1_template_new(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_new() argument
262 const ASN1_ITEM *it = ASN1_ITEM_ptr(tt->item); in ASN1_template_new()
264 if (tt->flags & ASN1_TFLG_OPTIONAL) { in ASN1_template_new()
265 asn1_template_clear(pval, tt); in ASN1_template_new()
270 if (tt->flags & ASN1_TFLG_ADB_MASK) { in ASN1_template_new()
[all …]
Dtasn_fre.c78 const ASN1_TEMPLATE *tt = NULL, *seqtt; in asn1_item_combine_free() local
115 tt = it->templates + i; in asn1_item_combine_free()
116 pchval = asn1_get_field_ptr(pval, tt); in asn1_item_combine_free()
117 ASN1_template_free(pchval, tt); in asn1_item_combine_free()
154 tt = it->templates + it->tcount - 1; in asn1_item_combine_free()
155 for (i = 0; i < it->tcount; tt--, i++) { in asn1_item_combine_free()
157 seqtt = asn1_do_adb(pval, tt, 0); in asn1_item_combine_free()
173 void ASN1_template_free(ASN1_VALUE **pval, const ASN1_TEMPLATE *tt) in ASN1_template_free() argument
176 if (tt->flags & ASN1_TFLG_SK_MASK) { in ASN1_template_free()
181 asn1_item_combine_free(&vtmp, ASN1_ITEM_ptr(tt->item), 0); in ASN1_template_free()
[all …]
/external/golang-protobuf/proto/
Ddiscard_test.go132 for _, tt := range tests {
134 in := tt.in
136 in = proto.Clone(tt.in)
145 if !proto.Equal(in, tt.want) {
146 …("test %s/Legacy, expected unknown fields to be discarded\ngot %v\nwant %v", tt.desc, in, tt.want)
150 for _, tt := range tests {
151 proto.DiscardUnknown(tt.in)
152 if !proto.Equal(tt.in, tt.want) {
153 …rorf("test %s, expected unknown fields to be discarded\ngot %v\nwant %v", tt.desc, tt.in, tt.want)
Dany_test.go211 for _, tt := range goldenMessages {
212 if got, want := expandedMarshaler.Text(tt.m), tt.t; got != want {
213 t.Errorf("message %v: got:\n%s\nwant:\n%s", tt.m, got, want)
215 if got, want := expandedCompactMarshaler.Text(tt.m), tt.c; got != want {
216 t.Errorf("message %v: got:\n`%s`\nwant:\n`%s`", tt.m, got, want)
222 for _, tt := range goldenMessages {
223 want := tt.m
224 got := proto.Clone(tt.m)
226 if err := proto.UnmarshalText(tt.t, got); err != nil {
227 t.Errorf("failed to unmarshal\n%s\nerror: %v", tt.t, err)
[all …]
/external/icu/icu4c/source/test/cintltst/
Ducnvseltst.c195 text_reset(TestText *tt) { in text_reset() argument
196 tt->limit = tt->text; in text_reset()
197 tt->number = 0; in text_reset()
201 text_nextString(TestText *tt, int32_t *pLength) { in text_nextString() argument
202 char *s = tt->limit; in text_nextString()
203 if (s == tt->textLimit) { in text_nextString()
206 } else if (s == tt->text) { in text_nextString()
208 if ((tt->textLimit - tt->text) >= 3 && in text_nextString()
216 ++tt->number; in text_nextString()
220 tt->limit = uprv_strchr(s, 0); in text_nextString()
[all …]
/external/boringssl/src/crypto/fipsmodule/des/
Dinternal.h194 uint32_t tt; \
195 PERM_OP(r, l, tt, 4, 0x0f0f0f0fL); \
196 PERM_OP(l, r, tt, 16, 0x0000ffffL); \
197 PERM_OP(r, l, tt, 2, 0x33333333L); \
198 PERM_OP(l, r, tt, 8, 0x00ff00ffL); \
199 PERM_OP(r, l, tt, 1, 0x55555555L); \
204 uint32_t tt; \
205 PERM_OP(l, r, tt, 1, 0x55555555L); \
206 PERM_OP(r, l, tt, 8, 0x00ff00ffL); \
207 PERM_OP(l, r, tt, 2, 0x33333333L); \
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/util/
DRuleBasedTimeZone.java173 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local
174 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime()
197 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local
198 if (tt == null) { in observesDaylightTime()
202 TimeZoneRule toRule = tt.getTo(); in observesDaylightTime()
218 time = tt.getTime(); in observesDaylightTime()
332 long tt = tzt.getTime(); in getNextTransition() local
333 if (tt > base || (inclusive && tt == base)) { in getNextTransition()
338 tt = tzt.getTime(); in getNextTransition()
339 if (inclusive && tt == base) { in getNextTransition()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DRuleBasedTimeZone.java188 TimeZoneTransition tt = getNextTransition(now, false); in useDaylightTime() local
189 if (tt != null && tt.getTo().getDSTSavings() != 0) { in useDaylightTime()
213 TimeZoneTransition tt = getNextTransition(time, false); in observesDaylightTime() local
214 if (tt == null) { in observesDaylightTime()
218 TimeZoneRule toRule = tt.getTo(); in observesDaylightTime()
234 time = tt.getTime(); in observesDaylightTime()
354 long tt = tzt.getTime(); in getNextTransition() local
355 if (tt > base || (inclusive && tt == base)) { in getNextTransition()
360 tt = tzt.getTime(); in getNextTransition()
361 if (inclusive && tt == base) { in getNextTransition()
[all …]
/external/antlr/runtime/ObjC/Framework/
DHashMap.m495 * Constructs an empty <tt>HashMap</tt> with the default initial capacity
570 * Constructs an empty <tt>HashMap</tt> with the specified initial
613 * Constructs an empty <tt>HashMap</tt> with the specified initial
645 * Constructs a new <tt>HashMap</tt> with the same mappings as the
646 * specified <tt>Map</tt>. The <tt>HashMap</tt> is created with
648 * hold the mappings in the specified <tt>Map</tt>.
1085 * Returns <tt>true</tt> if this map contains no key-value mappings.
1087 * @return <tt>true</tt> if this map contains no key-value mappings
1147 * Returns <tt>true</tt> if this map contains a mapping for the
1151 * @return <tt>true</tt> if this map contains a mapping for the specified
[all …]
DLinkedHashMap.m220 * Constructs an empty insertion-ordered <tt>LinkedHashMap</tt> instance
248 * Constructs an empty <tt>LinkedHashMap</tt> instance with the
253 * @param accessOrder the ordering mode - <tt>true</tt> for
254 * access-order, <tt>false</tt> for insertion-order
281 * Constructs an empty insertion-ordered <tt>LinkedHashMap</tt> instance
299 * Constructs an insertion-ordered <tt>LinkedHashMap</tt> instance with
300 * the same mappings as the specified map. The <tt>LinkedHashMap</tt>
319 * Constructs an empty insertion-ordered <tt>LinkedHashMap</tt> instance
352 * Returns <tt>true</tt> if this map maps one or more keys to the
356 * @return <tt>true</tt> if this map maps one or more keys to the
[all …]
/external/icu/icu4c/source/data/locales/
Dhu.txt830 morning2{"délelőtt"}
867 morning2{"délelőtt"}
889 "Krisztus előtt",
893 "időszámításunk előtt",
1445 "R.O.C. előtt",
1449 "R.O.C. előtt",
1453 "R.O.C. előtt",
1564 "-2"{"tegnapelőtt"}
1575 one{"{0} nappal ezelőtt"}
1576 other{"{0} nappal ezelőtt"}
[all …]

12345678910>>...41