Searched refs:leading (Results 1 - 25 of 64) sorted by relevance

123

/external/clang/test/CodeGen/
H A Dmips-count-builtins.c6 int leading, trailing, pop; variable
9 leading = __builtin_clzs(P);
18 leading = __builtin_clz(P);
27 leading = __builtin_clzll(P);
H A Dcount-builtins.c3 int leading, trailing, pop; variable
6 leading = __builtin_clzs(P);
15 leading = __builtin_clz(P);
26 leading = __builtin_clzll(P);
/external/valgrind/memcheck/tests/amd64/
H A Dsh-mem-vec256-plo-yes.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading ac
[all...]
H A Dsh-mem-vec128-plo-yes.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading ac
[all...]
H A Dsh-mem-vec256-plo-no.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
78 ------ PL Aligned case with 1 leading acc+def bytes ------
94 ------ PL Aligned case with 2 leading acc+def bytes ------
110 ------ PL Aligned case with 3 leading acc+def bytes ------
126 ------ PL Aligned case with 4 leading acc+def bytes ------
142 ------ PL Aligned case with 5 leading acc+def bytes ------
158 ------ PL Aligned case with 6 leading acc+def bytes ------
174 ------ PL Aligned case with 7 leading acc+def bytes ------
190 ------ PL Aligned case with 8 leading acc+def bytes ------
206 ------ PL Aligned case with 9 leading ac
[all...]
H A Dsh-mem-vec128-plo-no.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
78 ------ PL Aligned case with 1 leading acc+def bytes ------
94 ------ PL Aligned case with 2 leading acc+def bytes ------
110 ------ PL Aligned case with 3 leading acc+def bytes ------
126 ------ PL Aligned case with 4 leading acc+def bytes ------
142 ------ PL Aligned case with 5 leading acc+def bytes ------
158 ------ PL Aligned case with 6 leading acc+def bytes ------
174 ------ PL Aligned case with 7 leading acc+def bytes ------
190 ------ PL Aligned case with 8 leading acc+def bytes ------
206 ------ PL Aligned case with 9 leading ac
[all...]
/external/harfbuzz_ng/util/
H A Dview-cairo.cc49 double leading = font_height + view_options.line_space; local
53 (vertical ? w : h) = (int) lines->len * leading - view_options.line_space;
93 cairo_translate (cr, +vert * leading, -horiz * leading);
98 cairo_translate (cr, -vert * leading, +horiz * leading);
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
H A Dtransform.py129 The number of leading needle bytes.
131 leading = 0
136 leading += 1
139 return leading
146 Does not preserve leading zeros if you don't specify a chunk size or
/external/valgrind/memcheck/tests/x86/
H A Dsh-mem-vec128-plo-yes.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
71 ------ PL Aligned case with 1 leading acc+def bytes ------
80 ------ PL Aligned case with 2 leading acc+def bytes ------
89 ------ PL Aligned case with 3 leading acc+def bytes ------
98 ------ PL Aligned case with 4 leading acc+def bytes ------
107 ------ PL Aligned case with 5 leading acc+def bytes ------
116 ------ PL Aligned case with 6 leading acc+def bytes ------
125 ------ PL Aligned case with 7 leading acc+def bytes ------
134 ------ PL Aligned case with 8 leading acc+def bytes ------
143 ------ PL Aligned case with 9 leading ac
[all...]
H A Dsh-mem-vec128-plo-no.stderr.exp62 ------ PL Aligned case with 0 leading acc+def bytes ------
78 ------ PL Aligned case with 1 leading acc+def bytes ------
94 ------ PL Aligned case with 2 leading acc+def bytes ------
110 ------ PL Aligned case with 3 leading acc+def bytes ------
126 ------ PL Aligned case with 4 leading acc+def bytes ------
142 ------ PL Aligned case with 5 leading acc+def bytes ------
158 ------ PL Aligned case with 6 leading acc+def bytes ------
174 ------ PL Aligned case with 7 leading acc+def bytes ------
190 ------ PL Aligned case with 8 leading acc+def bytes ------
206 ------ PL Aligned case with 9 leading ac
[all...]
/external/deqp/framework/delibs/debase/
H A DdeString.h37 deBool deStringBeginsWith (const char* str, const char* leading);
/external/icu/icu4c/source/samples/layout/
H A DFontMap.cpp260 le_int32 ascent, descent, leading; local
272 leading = fFontInstances[i]->getLeading();
282 if (leading > fLeading) {
283 fLeading = leading;
H A Dparagraph.cpp89 le_int32 leading = 0; local
138 if (pLeading > leading) {
139 leading = pLeading;
157 fLineHeight = ascent + descent + leading;
H A Dpflow.c113 le_int32 leading = 0; local
194 if (pLeading > leading) {
195 leading = pLeading;
213 flow->fLineHeight = ascent + descent + leading;
/external/apache-commons-math/src/main/java/org/apache/commons/math/dfp/
H A DDfpField.java523 boolean leading = true;
533 leading = false;
538 leading = false;
546 if (buf[i] >= '0' && buf[i] <= '9' && !leading) {
H A DDfpMath.java48 boolean leading = true;
58 leading = false;
63 leading = false;
71 if (buf[i] >= '0' && buf[i] <= '9' && !leading) {
/external/chromium-trace/catapult/third_party/vinn/third_party/parse5/
H A DCHANGELOG.md44 * Fix: crash on Linux due to upper-case leading character in module name used in `require()`.
/external/compiler-rt/lib/builtins/
H A Dfp_extend_impl.inc34 // 2. quiet NaNs, if supported, are indicated by the leading bit of the
91 // renormalize the significand and clear the leading bit, then insert
/external/icu/icu4c/source/layoutex/
H A DParagraphLayout.cpp833 le_int32 leading = font->getLeading(); local
834 le_int32 dl = descent + leading;
844 if (leading > fLeading) {
845 fLeading = leading;
1244 le_int32 leading = fRuns[i]->getLeading(); local
1245 le_int32 dl = descent + leading;
1255 if (leading > fLeading) {
1256 fLeading = leading;
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DSplitterTest.java99 String leading = ",a,b,c";
100 Iterable<String> letters = COMMA_SPLITTER.split(leading);
200 String leading = ",a,b,c";
201 Iterable<String> letters = Splitter.on(',').split(leading);
/external/guava/guava-tests/test/com/google/common/base/
H A DSplitterTest.java102 String leading = ",a,b,c";
103 Iterable<String> letters = COMMA_SPLITTER.split(leading);
203 String leading = ",a,b,c";
204 Iterable<String> letters = Splitter.on(',').split(leading);
335 String leading = ",a,b,c";
336 Iterable<String> letters = Splitter.onPattern(",").split(leading);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser.cc257 string leading, trailing; local
258 input_->NextWithComments(&trailing, NULL, &leading);
260 // Save the leading comments for next time, and recall the leading comments
262 leading.swap(upcoming_doc_comments_);
265 location->AttachComments(&leading, &trailing);
367 string* leading, string* trailing) const {
371 if (!leading->empty()) {
372 location_->mutable_leading_comments()->swap(*leading);
1629 // A leading "
366 AttachComments( string* leading, string* trailing) const argument
[all...]
/external/skia/src/ports/
H A DSkFontHost_FreeType.cpp1321 SkScalar ascent, descent, leading, xmin, xmax, ymin, ymax; local
1332 leading = SkIntToScalar(os2->sTypoLineGap) / upem;
1336 leading = SkIntToScalar(face->height + (face->descender - face->ascender)) / upem;
1367 leading = (SkIntToScalar(face->size->metrics.height) / (yppem * 64.0f))
1371 ymin = descent + leading;
1394 if (leading < 0.0f) {
1395 leading = 0.0f;
1406 metrics->fLeading = leading * scale;
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/pfr/
H A Dpfrtypes.h236 FT_Int leading; /* optional, 0 if not present */ member in struct:PFR_PhyFontRec_
/external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/hiero/unicodefont/
H A DUnicodeFont.java68 private int ascent, descent, leading, spaceWidth; field in class:UnicodeFont
142 leading = metrics.getLeading();
558 /** Returns the distance from one line of text to the next. This is the sum of the descent, ascent, leading, padding top,
561 return descent + ascent + leading + paddingTop + paddingBottom + paddingAdvanceY;
576 return leading;

Completed in 1272 milliseconds

123