Searched defs:ys (Results 1 - 18 of 18) sorted by relevance

/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/kernel-headers/original/uapi/linux/
H A Dtiocl.h15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
/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/jmonkeyengine/engine/src/bullet-native/
H A DjmeBulletUtil.cpp227 // compute xs/ys/zs first to save 6 multiplications, since xs/ys/zs
230 float ys = y * s; local
233 float xy = x * ys;
236 float yy = y * ys;
238 float yw = w * ys;
/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/libhevc/decoder/
H A Dihevcd_parse_residual.c473 WORD32 xs, ys; local
480 /* Get xs and ys from scan position */
483 ys = sub_blk_pos >> (log2_trafo_size - 2);
492 nbr_csbf |= (au2_csbf[ys + 1] >> xs) & 1;
500 nbr_csbf |= (au2_csbf[ys] >> (xs + 1)) & 1;
535 au2_csbf[ys] |= u4_mask;
537 au2_csbf[ys] &= ~u4_mask;
645 ps_tu_sblk_coeff_data->u2_subblk_pos = (ys << 8) | xs;
H A Dihevcd_iquant_itrans_recon_ctb.c162 WORD32 xs, ys; local
286 ys = coeff_raster_idx >> 2;
295 + (subblk_pos_y + ys)
306 + (subblk_pos_y + ys)
321 *pu4_zero_rows &= ~(0x1 << (subblk_pos_y + ys));
322 *(pi2_sblk_ptr + xs + ys * trans_size) = iquant_out;
/external/pdfium/core/src/fxcodec/lcms2/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/clang/test/SemaCXX/
H A Dcxx98-compat.cpp70 auto ys = { 1, 2, 3 }; // expected-warning {{initialization of initializer_list object is incompatible with C++98}} \ local
/external/libvpx/libvpx/vp9/common/
H A Dvp9_reconinter.c73 int xs, int ys) {
76 kernel[subpel_x], xs, kernel[subpel_y], ys, w, h);
207 int xs, ys, subpel_x, subpel_y; local
213 ys = sf->y_step_q4;
218 xs = ys = 16;
226 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys);
305 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
343 ys = sf->y_step_q4;
355 xs = ys = 16;
376 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BIT
66 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
[all...]
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c249 float ys = y + s; local
251 int j = FASTFLOOR(ys);
332 float ys = y + s; local
335 int j = FASTFLOOR(ys);
489 float ys = y + s; local
493 int j = FASTFLOOR(ys);
/external/skia/tests/
H A DPathOpsAngleTest.cpp46 float ys[3] = { prev(pt.fY), pt.fY, next(pt.fY) }; local
49 SkPoint test = { xs[xIdx], ys[yIdx] };
/external/mesa3d/src/mesa/math/
H A Dm_matrix.c797 GLfloat xx, yy, zz, xy, yz, zx, xs, ys, zs, one_c, s, c; local
931 ys = y * s;
938 M(0,2) = (one_c * zx) + ys;
946 M(2,0) = (one_c * zx) - ys;
/external/mksh/src/
H A Dsyn.c1125 struct yyrecursive_state *ys; local
1136 ys = alloc(sizeof(struct yyrecursive_state), ATEMP);
1139 ys->old_nesting_type = subshell_nesting_type;
1143 ys->old_reject = reject;
1144 ys->old_symbol = symbol;
1146 ys->old_herep = herep;
1147 ys->old_salias = sALIAS;
1149 ys->next = e->yyrecursive_statep;
1150 e->yyrecursive_statep = ys;
1165 struct yyrecursive_state *ys; local
[all...]
/external/skia/src/utils/
H A DSkMatrix44.cpp325 double ys = y * s; local
337 SkDoubleToMScalar(zxC - ys), // trans x
343 SkDoubleToMScalar(zxC + ys), // persp x
/external/opencv/cv/src/
H A Dcvfundam.cpp1341 const float* ys = xs + s_plane_stride; local
1353 zs = ys + s_plane_stride;
1369 float x = *xs * w, y = *ys * w, z = *zs * w;
1370 xs += s_stride; ys += s_stride; zs += s_stride;
1378 float x = *xs * w, y = *ys * w;
1379 xs += s_stride; ys += s_stride;
1387 const double* ys = xs + s_plane_stride; local
1399 zs = ys + s_plane_stride;
1415 double x = *xs * w, y = *ys * w, z = *zs * w;
1416 xs += s_stride; ys
[all...]
/external/libvncserver/x11vnc/
H A Duserinput.c1304 int dy_sum = 0, ys = 0, sign; local
1333 ys--;
1335 ys++;
1337 ys = 0;
1341 ys = 0;
1345 ys = 0;
1349 if (ys != ev_tot && ys != -ev_tot) {
1352 if (ys < 0) {
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 479 milliseconds