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

1 2 3 4 5 6 7 8 9

  /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...]
  /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);
  /external/skia/src/core/
SkLinearBitmapPipeline_matrix.h 20 void processPoints(Sk4s* xs, Sk4s* ys) const {
22 *ys = *ys + fYOffset;
42 void processPoints(Sk4s* xs, Sk4s* ys) const {
44 *ys = *ys * fYScale + fYOffset;
69 void processPoints(Sk4s* xs, Sk4s* ys) const {
70 Sk4s newXs = fXScale * *xs + fXSkew * *ys + fXOffset;
71 Sk4s newYs = fYSkew * *xs + fYScale * *ys + fYOffset;
74 *ys = newYs
    [all...]
  /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...]
  /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
  /development/ndk/platforms/android-21/include/linux/
tiocl.h 34 unsigned short ys; member in struct:tiocl_selection
  /development/ndk/platforms/android-9/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /external/kernel-headers/original/uapi/linux/
tiocl.h 15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tiocl.h 15 unsigned short ys; /* Y start */ member in struct:tiocl_selection
  /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
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/linux/
tiocl.h 26 unsigned short ys; member in struct:tiocl_selection

Completed in 1382 milliseconds

1 2 3 4 5 6 7 8 9