HomeSort by relevance Sort by last modified time
    Searched defs:xc (Results 26 - 38 of 38) sorted by null

12

  /system/core/libpixelflinger/
scanline.cpp 654 int xc = x1 - xs; local
667 r = ADJUST_COLOR_ITERATOR(r, c->shade.drdx, xc);
668 g = ADJUST_COLOR_ITERATOR(g, c->shade.dgdx, xc);
669 b = ADJUST_COLOR_ITERATOR(b, c->shade.dbdx, xc);
670 a = ADJUST_COLOR_ITERATOR(a, c->shade.dadx, xc);
707 while (xc--) {
1918 const uint32_t xc = x1 - xs; local
2009 const uint32_t xc = x1 - xs; local
    [all...]
  /external/libweave/third_party/chromium/base/third_party/dmg_fp/
dtoa.cc 807 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; variable
842 xc = xc0;
845 z = *x++ * (ULLong)y + *xc + carry;
847 *xc++ = z & FFFFFFFF;
850 *xc = (ULong)carry;
858 xc = xc0;
861 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
863 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
865 Storeinc(xc, z2, z);
868 *xc = carry
1077 ULong *xa, *xae, *xb, *xbe, *xc; variable
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 917 ULong *x, *xa, *xae, *xb, *xbe, *xc, *xc0; local
950 xc = xc0;
953 z = (*x & 0xffff) * y + (*xc & 0xffff) + carry;
955 z2 = (*x++ >> 16) * y + (*xc >> 16) + carry;
957 Storeinc(xc, z2, z);
960 *xc = carry;
964 xc = xc0;
966 z2 = *xc;
968 z = (*x & 0xffff) * y + (*xc >> 16) + carry;
970 Storeinc(xc, z, z2)
1177 ULong *xa, *xae, *xb, *xbe, *xc; local
    [all...]
  /toolchain/binutils/binutils-2.25/bfd/
elflink.c 3896 asection *xc = bfd_get_section_by_name (abfd, "COMMON"); local
    [all...]
  /external/robolectric/v1/lib/main/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.3/
findbugs-2.0.3.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/3.0.0/
findbugs-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 757 milliseconds

12