HomeSort by relevance Sort by last modified time
    Searched defs:ys (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /frameworks/compile/mclinker/include/mcld/ADT/
ilist_sort.h 50 iplist ys; local
51 ys.splice(ys.begin(), xs, mid_iter, xs.end());
53 // Sort the xs and ys recursively.
55 sort(ys, size - mid, is_less_than);
60 iterator ys_it = ys.begin();
61 iterator ys_end = ys.end();
65 xs.splice(xs_it, ys, ys_it++);
71 xs.splice(xs_end, ys, ys_it, ys_end);
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/
DHPublicKeySpecTest.java 42 BigInteger[] ys = {new BigInteger("-1000000000000"), BigInteger.ZERO, local
49 DHPublicKeySpec dhpks = new DHPublicKeySpec(ys[i], ps[i], gs[i]);
52 dhpks.getY(), ys[i]);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
SmoothingUtilsTests.java 31 final float[] ys = new float[] {1, 4, 15, 40, 85}; // y = x^3 + x^2 + x + 1 local
34 SmoothingUtils.get3DParameters(xs, ys, retval);
  /bionic/libc/kernel/uapi/linux/
tiocl.h 31 unsigned short ys; member in struct:tiocl_selection
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
dmisc.c 120 ULLong borrow, carry, y, ys; local
122 ULong borrow, carry, y, ys; local
149 ys = *sx++ * (ULLong)q + carry;
150 carry = ys >> 32;
151 y = *bx - (ys & 0xffffffffUL) - borrow;
157 ys = (si & 0xffff) * q + carry;
158 zs = (si >> 16) * q + (ys >> 16);
160 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
166 ys = *sx++ * q + carry;
167 carry = ys >> 16
    [all...]
  /device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/
dmisc.c 119 ULLong borrow, carry, y, ys; local
121 ULong borrow, carry, y, ys; local
148 ys = *sx++ * (ULLong)q + carry;
149 carry = ys >> 32;
151 y = *bx - (ys & 0xffffffffUL) - borrow;
158 ys = (si & 0xffff) * q + carry;
159 zs = (si >> 16) * q + (ys >> 16);
161 y = (*bx & 0xffff) - (ys & 0xffff) - borrow;
167 ys = *sx++ * q + carry;
168 carry = ys >> 16;
    [all...]
  /external/kernel-headers/original/uapi/linux/
tiocl.h 16 unsigned short ys; /* Y start */ member in struct:tiocl_selection
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_vec4_cse.cpp 101 const src_reg *ys = b->src; local
104 return xs[0].equals(ys[0]) &&
105 ((xs[1].equals(ys[1]) && xs[2].equals(ys[2])) ||
106 (xs[2].equals(ys[1]) && xs[1].equals(ys[2])));
108 return xs[0].equals(ys[0]) && xs[1].equals(ys[1]) && xs[2].equals(ys[2]);
110 return (xs[0].equals(ys[0]) && xs[1].equals(ys[1])) |
    [all...]
brw_fs_cse.cpp 121 fs_reg *ys = b->src; local
124 return xs[0].equals(ys[0]) &&
125 ((xs[1].equals(ys[1]) && xs[2].equals(ys[2])) ||
126 (xs[2].equals(ys[1]) && xs[1].equals(ys[2])));
131 bool ys0_negate = ys[0].negate;
132 bool ys1_negate = ys[1].file == IMM ? ys[1].f < 0.0f
133 : ys[1].negate
    [all...]
  /external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
GroupBorder.java 33 int[] ys = {0, 0, titleHeight, titleHeight}; local
34 gg.fillPolygon(xs, ys, 4);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/geometry/
Quad.java 72 List<Float> ys = Arrays.asList(p0.y, p1.y, p2.y, p3.y); local
74 float y0 = Collections.min(ys);
76 float y1 = Collections.max(ys);
86 List<Float> ys = Arrays.asList(p0.y, p1.y, p2.y, p3.y); local
87 return Collections.max(ys) - Collections.min(ys);
  /frameworks/opt/net/voip/src/jni/rtp/
EchoSuppressor.cpp 127 // Compute Ys.
128 uint16_t ys[mWindowSize]; local
137 ys[i] = sum >> mShift;
144 ySum += ys[i];
145 y2Sum += ys[i] * ys[i];
157 xySum += mXs[i + j] * ys[j];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tiocl.h 15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
  /bionic/libm/upstream-freebsd/lib/msun/src/
s_fma.c 180 double xs, ys, zs, adj; local
201 ys = frexp(y, &ey);
252 xy = dd_mul(vxs, ys);
s_fmal.c 168 long double xs, ys, zs, adj; local
189 ys = frexpl(y, &ey);
240 xy = dd_mul(vxs, ys);
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
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;
  /cts/tests/openglperf2/jni/graphics/
Matrix.cpp 301 float ys = y * s; local
305 d[8] = zx * nc + ys;
309 d[2] = zx * nc - ys;
  /external/icu/icu4c/source/i18n/
hebrwcal.cpp 571 int32_t ys = startOfYear(year, status); // 1st day of year local
572 int32_t dayOfYear = (d - ys);
577 ys = startOfYear(year, status);
578 dayOfYear = (d - ys);
  /external/libvpx/libvpx/vp9/common/
vp9_reconinter.c 154 int xs, ys, subpel_x, subpel_y; local
179 ys = sf->y_step_q4;
184 xs = ys = 16;
195 subpel_x, subpel_y, sf, w, h, ref, kernel, xs, ys, local
199 subpel_y, sf, w, h, ref, kernel, xs, ys);
203 subpel_y, sf, w, h, ref, kernel, xs, ys);
  /external/okhttp/okio/okio/src/test/java/okio/
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.length() + zs.length())
    [all...]
  /external/pdfium/third_party/lcms/src/
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);
  /frameworks/base/libs/hwui/
Matrix.cpp 361 const float ys = y * s; local
366 data[8] = zx * nc + ys;
370 data[2] = zx * nc - ys;
  /frameworks/base/rs/java/android/renderscript/
Matrix3f.java 131 float ys = y * s; local
135 mMat[6] = zx*nc + ys;
139 mMat[2] = zx*nc - ys;
  /frameworks/rs/
rsMatrix4x4.cpp 225 const float ys = y * s; local
229 m[ 8] = zx*nc + ys;
233 m[ 2] = zx*nc - ys;
  /frameworks/rs/support/java/src/android/support/v8/renderscript/
Matrix3f.java 134 float ys = y * s; local
138 mMat[6] = zx*nc + ys;
142 mMat[2] = zx*nc - ys;

Completed in 562 milliseconds

1 2 3 4