/external/okhttp/okio/okio/src/test/java/okio/ |
H A D | SegmentSharingTest.java | 30 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/kernel-headers/original/uapi/linux/ |
H A D | tiocl.h | 15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
|
/external/skia/src/core/ |
H A D | SkLinearBitmapPipeline.cpp | 29 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 D | DHPublicKeySpecTest.java | 42 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 D | btt_plot.py | 109 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/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
H A D | GroupBorder.java | 33 int[] ys = {0, 0, titleHeight, titleHeight}; 34 gg.fillPolygon(xs, ys, 4);
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/util/ |
H A D | FastMath.java | 988 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 D | vp9_reconinter.h | 30 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 D | vp9_reconinter.c | 30 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 D | brw_fs_cse.cpp | 78 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 D | syn.c | 1157 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 D | matrixop.c | 89 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 D | HebrewCalendar.java | 770 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 D | HebrewCalendar.java | 796 long ys = startOfYear(year); // 1st day of year 797 int dayOfYear = (int)(d - ys); 802 ys = startOfYear(year); 803 dayOfYear = (int)(d - ys);
|
/external/libhevc/decoder/ |
H A D | ihevcd_parse_residual.c | 474 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 D | cmswtpnt.c | 149 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/icu/icu4c/source/i18n/ |
H A D | hebrwcal.cpp | 568 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 D | cvsamplers.cpp | 619 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 D | arrayTools.py | 18 ys = [y for x, y in array] 19 return min(xs), min(ys), max(xs), max(ys)
|
/external/fonttools/Tools/fontTools/misc/ |
H A D | arrayTools.py | 18 ys = [y for x, y in array] 19 return min(xs), min(ys), max(xs), max(ys)
|
/external/libvncserver/webclients/novnc/include/ |
H A D | input.js | 227 var ys = this._lastTouchPos.y - pos.y; 228 var d = Math.sqrt((xs * xs) + (ys * ys));
|
/external/mesa3d/src/mesa/program/ |
H A D | prog_noise.c | 249 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/jmonkeyengine/engine/src/bullet-native/ |
H A D | jmeBulletUtil.cpp | 227 // 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/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/ |
H A D | Converter.java | 147 // compute xs/ys/zs first to save 6 multiplications, since xs/ys/zs 150 float ys = oldQuaternion.getY() * s; 153 float xy = oldQuaternion.getX() * ys; 156 float yy = oldQuaternion.getY() * ys; 158 float yw = oldQuaternion.getW() * ys;
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
H A D | Quaternion.java | 402 // compute xs/ys/zs first to save 6 multiplications, since xs/ys/zs
405 float ys = y * s;
408 float xy = x * ys;
411 float yy = y * ys;
413 float yw = w * ys;
447 // compute xs/ys/zs first to save 6 multiplications, since xs/ys/zs
450 float ys = y * s;
453 float xy = x * ys;
[all...] |