Searched refs:leading (Results 1 - 25 of 73) 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/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/curl/docs/cmdline-opts/
H A Dabstract-unix-socket.d9 the <path> argument should not have this leading character.
H A Drequest-target.d8 without leading slash or other data that doesn't follow the regular URL
/external/icu/android_icu4j/src/main/tests/android/icu/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java199 int leading = precision - 1;
200 for (; leading >= 0 && bcd[leading] == 0; leading--) ;
201 precision = leading + 1;
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_ByteArrayBCD.java196 int leading = precision - 1;
197 for (; leading >= 0 && bcd[leading] == 0; leading--) ;
198 precision = leading + 1;
/external/deqp/framework/delibs/debase/
H A DdeString.h37 deBool deStringBeginsWith (const char* str, const char* leading);
/external/icu/icu4c/source/i18n/
H A Dnumber_types.h111 char16_t leading = charAt(index); local
112 if (U16_IS_LEAD(leading) && length() > index + 1) {
114 return U16_GET_SUPPLEMENTARY(leading, trailing);
116 return leading;
H A Dnumber_decimalquantity.cpp527 // "leading" = most significant digit to the right of rounding
850 int32_t leading = precision - 1; local
851 for (; leading >= 0 && fBCD.bcdBytes.ptr[leading] == 0; leading--);
852 precision = leading + 1;
874 int32_t leading = precision - 1; local
875 for (; leading >= 0 && getDigitPos(leading) == 0; leading
[all...]
/external/icu/icu4c/source/samples/layout/
H A DFontMap.cpp264 le_int32 ascent, descent, leading; local
276 leading = fFontInstances[i]->getLeading();
286 if (leading > fLeading) {
287 fLeading = leading;
H A Dparagraph.cpp95 le_int32 leading = 0; local
144 if (pLeading > leading) {
145 leading = pLeading;
163 fLineHeight = ascent + descent + leading;
H A Dpflow.c116 le_int32 leading = 0; local
197 if (pLeading > leading) {
198 leading = pLeading;
216 flow->fLineHeight = ascent + descent + leading;
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java258 int leading = precision - 1;
259 for (; leading >= 0 && bcdBytes[leading] == 0; leading--) ;
260 precision = leading + 1;
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
H A DDecimalQuantity_DualStorageBCD.java256 int leading = precision - 1;
257 for (; leading >= 0 && bcdBytes[leading] == 0; leading--) ;
258 precision = leading + 1;
/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) {
/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.cpp835 le_int32 leading = font->getLeading(); local
836 le_int32 dl = descent + leading;
846 if (leading > fLeading) {
847 fLeading = leading;
1246 le_int32 leading = fRuns[i]->getLeading(); local
1247 le_int32 dl = descent + leading;
1257 if (leading > fLeading) {
1258 fLeading = leading;
/external/python/cpython2/PC/VC6/
H A Drt.bat8 @rem All leading instances of these switches are shifted off, and

Completed in 827 milliseconds

123