HomeSort by relevance Sort by last modified time
    Searched refs:half (Results 26 - 49 of 49) sorted by null

12

  /external/freetype/src/base/
fttrigon.c 267 /* Get the vector into the right half plane */
436 FT_Int32 half = (FT_Int32)1L << ( shift - 1 ); local
439 vec->x = ( v.x + half + FT_SIGN_LONG( v.x ) ) >> shift;
440 vec->y = ( v.y + half + FT_SIGN_LONG( v.y ) ) >> shift;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/vis5/
Visualization5RS.java 108 int half = outlen / 2; local
110 mPointData[i*8] = i - half; // start point X (Y set later)
113 mPointData[i*8+4] = i - half; // end point X (Y set later)
  /system/core/sh/
expand.c 1289 int half; local
1294 half = len >> 1;
1296 for (n = half ; --n >= 0 ; ) {
1300 q->next = NULL; /* terminate first half of list */
1301 q = msort(list, half); /* sort first half of list */
1302 p = msort(p, len - half); /* sort second half */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/kube/
Kube.java 34 int half = 0x08000; local
39 GLColor orange = new GLColor(one, half, 0);
  /external/libvpx/vp8/common/arm/neon/
shortidct4x4llm_neon.asm 30 ;it won't go out of range (13+16+1=30bits<32bits). This instruction gives the high half
sixtappredict4x4_neon.asm 69 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
133 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
281 vswp d7, d8 ;discard 2nd half data after src_ptr[3] is done
  /external/openssl/crypto/bn/asm/
co-586.pl 201 local($b,$tot,$end,$half);
  /external/openssl/crypto/bn/asm/x86/
comba.pl 189 local($b,$tot,$end,$half);
  /external/v8/src/
handles.cc 506 while (int half = (right - left) / 2) {
507 if ((Smi::cast(line_ends_array->get(left + half)))->value() > code_pos) {
508 right -= half;
510 left += half;
  /libcore/luni/src/main/java/java/util/concurrent/
ScheduledThreadPoolExecutor.java 865 int half = size >>> 1; local
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AllApps3D.java 534 int half = (int) Math.floor((mRowsPerPage + 1) / 2);
535 int end = mTouchYBorders.length - (half + 1);
537 for (int i = -half; i <= end; i++) {
538 mTouchYBorders[i + half] = centerY + (i * cellHeight) - viewPos[1];
    [all...]
  /system/core/libpixelflinger/codeflinger/
ARMAssembler.cpp 429 #pragma mark Byte/half word extract and extend (ARMv6+ only)...
  /external/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 22 ;# in normalization (fwd is twice unitary, inv is half unitary)
variance_altivec.asm 52 ;# can be used. Only have a half word signed
variance_subpixel_altivec.asm 127 ;# can be used. Only have a half word signed
  /cts/tests/tests/webkit/src/android/webkit/cts/
WebViewTest.java     [all...]
  /frameworks/base/core/java/android/text/
Layout.java 350 int half = (right - left - max) >> 1; local
352 x = right - half;
354 x = left + half;
    [all...]
  /external/icu4c/i18n/
decNumber.c 4726 Int half; \/* half to add to lower unit *\/ local
6952 Unit half=(Unit)powers[DECDPUN]>>1; local
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 506 divided by half resulting in a reduction of the execution time by
  /external/dropbear/libtommath/
bn.tex     [all...]
  /external/grub/docs/
texinfo.tex 181 data-base data-bases eshell fall-ing half-way long-est man-u-script
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /prebuilt/sdk/tools/lib/
dx.jar 
  /external/dropbear/libtomcrypt/
crypt.tex     [all...]

Completed in 852 milliseconds

12