Searched refs:ys (Results 1 - 25 of 78) sorted by relevance

1234

/external/okhttp/okio/okio/src/test/java/okio/
H A DSegmentSharingTest.java30 private static final String ys = TestUtil.repeat('y', Segment.SIZE / 2 + 2); field in class:SegmentSharingTest
39 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot();
40 assertEquivalent(byteString, concatenateBuffers(xs, ys + zs).snapshot());
41 assertEquivalent(byteString, concatenateBuffers(xs + ys + zs).snapshot());
42 assertEquivalent(byteString, ByteString.encodeUtf8(xs + ys + zs));
46 ByteString byteString = concatenateBuffers(xs, ys, zs).snapshot();
50 assertEquals('y', byteString.getByte(xs.length() + ys.length() - 1));
51 assertEquals('z', byteString.getByte(xs.length() + ys.length()));
52 assertEquals('z', byteString.getByte(xs.length() + ys.length() + zs.length() - 1));
59 byteString.getByte(xs.length() + ys
[all...]
/external/opencv3/3rdparty/openexr/IlmImf/
H A DImfTileDescription.h77 unsigned int ys = 32,
82 ySize (ys),
H A DImfPizCompressor.cpp165 int ys; member in struct:Imf::PizCompressor::ChannelData
357 cd.ys = c.channel().ySampling;
376 if (modp (y, cd.ys) != 0)
399 if (modp (y, cd.ys) != 0)
533 cd.ys = c.channel().ySampling;
618 if (modp (y, cd.ys) != 0)
641 if (modp (y, cd.ys) != 0)
H A DImfRgbaFile.cpp667 size_t ys = yStride * sizeof (Rgba); local
671 fb.insert ("R", Slice (HALF, (char *) &base[0].r, xs, ys));
672 fb.insert ("G", Slice (HALF, (char *) &base[0].g, xs, ys));
673 fb.insert ("B", Slice (HALF, (char *) &base[0].b, xs, ys));
674 fb.insert ("A", Slice (HALF, (char *) &base[0].a, xs, ys));
1236 size_t ys = yStride * sizeof (Rgba); local
1243 xs, ys,
1250 xs, ys,
1257 xs, ys,
1264 xs, ys,
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtiocl.h15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
/external/skia/src/core/
H A DSkLinearBitmapPipeline.cpp29 virtual void VECTORCALL pointListFew(int n, Sk4f xs, Sk4f ys) = 0;
30 virtual void VECTORCALL pointList4(Sk4f xs, Sk4f ys) = 0;
59 // These pixels coordinates are arranged in the following order in xs and ys:
61 virtual void VECTORCALL bilerpList(Sk4f xs, Sk4f ys) = 0;
116 // * processPoints(xs, ys) - must mutate the xs and ys for the stage.
135 void VECTORCALL pointListFew(int n, Sk4f xs, Sk4f ys) override {
136 fStrategy.processPoints(&xs, &ys);
137 fNext->pointListFew(n, xs, ys);
140 void VECTORCALL pointList4(Sk4f xs, Sk4f ys) overrid
212 processPoints(Sk4f* xs, Sk4f* ys) argument
234 processPoints(Sk4f* xs, Sk4f* ys) argument
261 processPoints(Sk4f* xs, Sk4f* ys) argument
370 processPoints(Sk4f* xs, Sk4f* ys) argument
399 processPoints(Sk4f* xs, Sk4f* ys) argument
484 getFewPixels(int n, Sk4f xs, Sk4f ys, Sk4f* px0, Sk4f* px1, Sk4f* px2) argument
500 get4Pixels(Sk4f xs, Sk4f ys, Sk4f* px0, Sk4f* px1, Sk4f* px2, Sk4f* px3) argument
546 bilerp4(Sk4f xs, Sk4f ys, Sk4f px00, Sk4f px10, Sk4f px01, Sk4f px11) argument
[all...]
/external/apache-harmony/crypto/src/test/api/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
H A DDHPublicKeySpecTest.java42 BigInteger[] ys = { new BigInteger("-1000000000000"), BigInteger.ZERO,
49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]);
52 dhpks.getY(), ys[i]);
/external/blktrace/btt/
H A Dbtt_plot.py109 def avg(xs, ys):
123 return xs, ys
126 ays = [ys[0]]
128 _ys = [ys[0]]
131 for idx in range(1, len(ys)):
138 _ys = [ys[idx]]
141 _ys.append(ys[idx])
161 ys = []
169 ys.append(y)
171 db[file] = {'x':xs, 'y':ys}
[all...]
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/
H A DFastMath.java988 final double ys[] = new double[2];
992 ys[0] = ys[1] = 0.0;
995 splitMult(xs, ys, as);
996 ys[0] = as[0];
997 ys[1] = as[1];
1002 splitAdd(ys, facts, as);
1003 ys[0] = as[0];
1004 ys[1] = as[1];
1008 result[0] = ys[
[all...]
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.h30 int xs, int ys) {
33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
44 int xs, int ys, int bd);
23 inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys) argument
H A Dvp9_reconinter.c30 int xs, int ys, int bd) {
33 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h, bd);
186 int xs, ys, subpel_x, subpel_y; local
205 ys = sf->y_step_q4;
210 xs = ys = 16;
220 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys,
224 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
228 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
23 high_inter_predictor(const uint8_t *src, int src_stride, uint8_t *dst, int dst_stride, const int subpel_x, const int subpel_y, const struct scale_factors *sf, int w, int h, int ref, const InterpKernel *kernel, int xs, int ys, int bd) argument
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_fs_cse.cpp78 operands_match(fs_reg *xs, fs_reg *ys) argument
80 return xs[0].equals(ys[0]) && xs[1].equals(ys[1]) && xs[2].equals(ys[2]);
/external/mksh/src/
H A Dsyn.c1157 struct yyrecursive_state *ys; local
1168 ys = alloc(sizeof(struct yyrecursive_state), ATEMP);
1171 ys->old_nesting_type = subshell_nesting_type;
1175 ys->old_reject = reject;
1176 ys->old_symbol = symbol;
1178 ys->old_herep = herep;
1179 ys->old_salias = sALIAS;
1181 ys->next = e->yyrecursive_statep;
1182 e->yyrecursive_statep = ys;
1197 struct yyrecursive_state *ys; local
[all...]
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dmatrixop.c89 float xx, yy, zz, xy, yz, xz, xs, ys, zs; local
102 ys = ay * s;
107 rot[2*4 + 0] = xz * one_c + ys;
115 rot[0*4 + 2] = xz * one_c - ys;
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DHebrewCalendar.java770 long ys = startOfYear(year); // 1st day of year
771 int dayOfYear = (int)(d - ys);
776 ys = startOfYear(year);
777 dayOfYear = (int)(d - ys);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DHebrewCalendar.java796 long ys = startOfYear(year); // 1st day of year
797 int dayOfYear = (int)(d - ys);
802 ys = startOfYear(year);
803 dayOfYear = (int)(d - ys);
/external/libyuv/files/include/libyuv/
H A Dformat_conversion.h51 #define BayerRGBToI420(b, bs, f, y, ys, u, us, v, vs, w, h) \
52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
92 #define I420ToBayerRGB(y, ys, u, us, v, vs, b, bs, f, w, h) \
93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
/external/libhevc/decoder/
H A Dihevcd_parse_residual.c474 WORD32 xs, ys; local
481 /* Get xs and ys from scan position */
484 ys = sub_blk_pos >> (log2_trafo_size - 2);
493 nbr_csbf |= (au2_csbf[ys + 1] >> xs) & 1;
501 nbr_csbf |= (au2_csbf[ys] >> (xs + 1)) & 1;
536 au2_csbf[ys] |= u4_mask;
538 au2_csbf[ys] &= ~u4_mask;
646 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs;
/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmswtpnt.c149 cmsFloat64Number xs, ys; local
156 ys = WhitePoint -> y;
160 us = (2*xs) / (-xs + 6*ys + 1.5);
161 vs = (3*ys) / (-xs + 6*ys + 1.5);
/external/opencv3/modules/imgproc/src/
H A Dsamplers.cpp285 double ys = A22*y + A23; local
290 (unsigned)(cvFloor(ys)-1) < (unsigned)(src_size.height - 3) &&
297 int iys = cvFloor( ys );
299 float a = (float)(xs - ixs), b = (float)(ys - iys), a1 = 1.f - a, b1 = 1.f - b;
302 ys += A21;
333 int ixs = cvFloor( xs ), iys = cvFloor( ys );
334 float a = (float)(xs - ixs), b = (float)(ys - iys), a1 = 1.f - a, b1 = 1.f - b;
337 xs += A11; ys += A21;
/external/icu/icu4c/source/i18n/
H A Dhebrwcal.cpp568 int32_t ys = startOfYear(year, status); // 1st day of year local
569 int32_t dayOfYear = (d - ys);
574 ys = startOfYear(year, status);
575 dayOfYear = (d - ys);
/external/opencv/cv/src/
H A Dcvsamplers.cpp619 double ys = A22*y + A23; \
624 (unsigned)(cvFloor(ys)-1) < (unsigned)(src_size.height - 3) && \
631 int iys = cvFloor( ys ); \
633 double a = xs - ixs, b = ys - iys, a1 = 1.f - a; \
637 ys += A21; \
646 int ixs = cvFloor( xs ), iys = cvFloor( ys ); \
647 double a = xs - ixs, b = ys - iys, a1 = 1.f - a; \
650 xs += A11; ys += A21; \
695 double ys = A22*y + A23; \
700 (unsigned)(cvFloor(ys)
[all...]
/external/fonttools/Lib/fontTools/misc/
H A DarrayTools.py18 ys = [y for x, y in array]
19 return min(xs), min(ys), max(xs), max(ys)
/external/fonttools/Tools/fontTools/misc/
H A DarrayTools.py18 ys = [y for x, y in array]
19 return min(xs), min(ys), max(xs), max(ys)
/external/libvncserver/webclients/novnc/include/
H A Dinput.js227 var ys = this._lastTouchPos.y - pos.y;
228 var d = Math.sqrt((xs * xs) + (ys * ys));

Completed in 1959 milliseconds

1234