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

1 23 4

  /frameworks/base/opengl/java/android/opengl/
Matrix.java 623 float ys = y * s; local
627 rm[rmOffset + 8] = zx*nc + ys;
631 rm[rmOffset + 2] = zx*nc - ys;
  /frameworks/native/opengl/libagl/
matrix.cpp 370 const GLfloat ys = y * s; local
372 r[ 0] = x*x*nc + c; r[ 4] = xy*nc - zs; r[ 8] = zx*nc + ys;
374 r[ 2] = zx*nc - ys; r[ 6] = yz*nc + xs; r[10] = z*z*nc + c;
  /device/google/contexthub/firmware/os/drivers/st_mag40/
st_mag40.c 718 float xs, ys, zs; local
734 ys = (float)raw_y * kScale_mag;
738 x = ST_MAG40_REMAP_X_DATA(xs, ys, zs, ST_MAG40_ROT_MATRIX);
739 y = ST_MAG40_REMAP_Y_DATA(xs, ys, zs, ST_MAG40_ROT_MATRIX);
740 z = ST_MAG40_REMAP_Z_DATA(xs, ys, zs, ST_MAG40_ROT_MATRIX);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
dtoa.c 1238 ULLong borrow, carry, y, ys; local
1240 ULong borrow, carry, y, ys; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
dtoa.c 1221 ULLong borrow, carry, y, ys; local
1223 ULong borrow, carry, y, ys; local
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/util/
FastMath.java 988 final double ys[] = new double[2]; local
1131 final double ys[] = new double[2]; local
1187 final double ys[] = new double[2]; local
1767 final double ys[] = new double[2]; local
1810 final double ys[] = new double[2]; local
1865 double ys[] = new double[2]; local
1921 double ys[] = new double[2]; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 454 int w, int h, int ref, int xs, int ys) {
462 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd);
468 xs, ys);
479 int ref, int xs, int ys) {
488 h, ref, kernel, xs, ys);
501 int xs, ys, x0, y0, x0_16, y0_16, frame_width, frame_height, buf_stride, local
546 ys = sf->y_step_q4;
558 xs = ys = 16;
578 int y1 = ((y0_16 + (h - 1) * ys) >> SUBPEL_BITS) + 1;
611 w, h, ref, xs, ys);
619 subpel_y, sf, w, h, ref, kernel, xs, ys, xd->bd); local
    [all...]
  /external/opencv/cv/src/
cvfundam.cpp 1341 const float* ys = xs + s_plane_stride; local
1387 const double* ys = xs + s_plane_stride; local
    [all...]
  /external/python/cpython2/Python/
dtoa.c 1238 ULLong borrow, carry, y, ys; local
1240 ULong borrow, carry, y, ys; local
1265 ys = *sx++ * (ULLong)q + carry
    [all...]
  /external/python/cpython3/Python/
dtoa.c 1163 ULLong borrow, carry, y, ys; local
1185 ys = *sx++ * (ULLong)q + carry;
1186 carry = ys >> 32;
1187 y = *bx - (ys & FFFFFFFF) - borrow;
1206 ys = *sx++ + carry;
1207 carry = ys >> 32;
1208 y = *bx - (ys & FFFFFFFF) - borrow;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java 684 int[] ys = cellBounds.getSecond(); local
692 ys = new int[CELL_COUNT + 1];
698 ys[i] = i * cellHeight;
703 actualRowCount = ys.length - 1;
708 mTop = new int[ys.length];
712 for (int i = 0; i < ys.length; i++) {
713 mTop[i] = ys[i] + layoutBoundsY;
890 int[] ys = (int[]) verticalLocations; local
    [all...]
  /system/core/libpixelflinger/
scanline.cpp 1910 const uint32_t ys = c->iterators.y; local
2001 const uint32_t ys = c->iterators.y; local
    [all...]
  /toolchain/binutils/binutils-2.27/binutils/
nm.c 587 asection *xs, *ys;
595 ys = bfd_get_section (y);
599 if (! bfd_is_und_section (ys))
602 else if (bfd_is_und_section (ys))
637 asection *xs, *ys;
648 ys = bfd_get_section (y);
652 if (bfd_is_und_section (ys))
658 if (xs->vma != ys->vma)
659 return xs->vma < ys->vma ? -1 : 1;
582 asection *xs, *ys; local
632 asection *xs, *ys; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_sample_soa.c 894 LLVMValueRef xs[4], ys[4], zs[4]; local
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
regcomp.c 2558 StrNode* ys = NSTR(y); local
    [all...]
  /frameworks/base/core/java/android/widget/
GridLayout.java 949 int[] ys = mVerticalAxis.locations; local
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 

Completed in 663 milliseconds

1 23 4