HomeSort by relevance Sort by last modified time
    Searched refs:xx (Results 376 - 400 of 480) sorted by null

<<11121314151617181920

  /external/skia/src/opts/
SkBitmapProcState_matrix_neon.h 101 uint16_t* xx = (uint16_t*)xy; local
103 *xx++ = TILEX_PROCF(SkFractionalIntToFixed(fx), maxX);
  /external/skia/tests/
MathTest.cpp 245 double xx = x + 0.5; // need intermediate double to avoid temp loss local
246 int ix = (int)floor(xx);
  /external/tremolo/Tremolo/
mdctLARM.s 999 ADD r9, r1, r7, LSR r3 @ r9 = xx = x + (b>>shift)
1000 CMP r5, r9 @ if (w > xx)
1003 LDRGT r12,[r9] @ r12 = xx[0]
1004 LDRGT r14,[r9,#4] @ r14 = xx[1]
1005 STRGT r10,[r9] @ xx[0]= w[0]
1006 STRGT r11,[r9,#4] @ xx[1]= w[1]
1007 STRGT r12,[r5,#8] @ w[0] = xx[0]
1008 STRGT r14,[r5,#12] @ w[1] = xx[1]
  /ndk/build/core/
definitions-utils.mk 233 $(call test-expect,xxxx,$(call -justification-margin,xx,xxxxxx))\
235 $(call test-expect,xx,$(call -justification-margin,xxxx,xxxxxx))\
  /external/chromium_org/third_party/freetype/src/cff/
cffparse.c 531 /* `xx' and `yy' are of approximately the same magnitude. To avoid */
532 /* loss of precision, we use the magnitude of element `xx' to scale */
536 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling );
545 " strange scaling value for xx element (%d),\n"
549 matrix->xx = 0x10000L;
569 (double)matrix->xx / *upm / 65536,
  /external/freetype/src/cff/
cffparse.c 527 /* `xx' and `yy' are of approximately the same magnitude. To avoid */
528 /* loss of precision, we use the magnitude of element `xx' to scale */
532 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling );
541 " strange scaling value for xx element (%d),\n"
545 matrix->xx = 0x10000L;
565 (double)matrix->xx / *upm / 65536,
  /external/pdfium/core/include/fxcrt/
fx_coordinates.h 199 FX_FLOAT xx = (FX_FLOAT)FXT_PSV::x; local
203 FXT_PSV::x = xx * cosValue - yy * sinValue;
204 FXT_PSV::y = xx * sinValue + yy * cosValue;
  /external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/cff/
cffparse.c 531 /* `xx' and `yy' are of approximately the same magnitude. To avoid */
532 /* loss of precision, we use the magnitude of element `xx' to scale */
536 matrix->xx = cff_parse_fixed_dynamic( data++, &scaling );
545 " strange scaling value for xx element (%d),\n"
549 matrix->xx = 0x10000L;
569 (double)matrix->xx / *upm / 65536,
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-mips32-linux.c 389 Bool rr, ww, xx; local
398 xx = toBool(prot & VKI_PROT_EXEC);
400 VG_TRACK( new_mem_mmap, a, len, rr, ww, xx, di_handle );
    [all...]
  /packages/apps/Nfc/nci/jni/
NfcTag.cpp 344 UINT8 xx = 0; local
349 while (xx < activationData.params.t3t.num_system_codes)
351 if (activationData.params.t3t.p_system_codes[xx++] == T3T_SYSTEM_CODE_FELICA_LITE)
    [all...]
  /external/opencv/cv/src/
cvlkpyramid.cpp 864 double xx, xy, yy; local
880 xx = x * x;
886 G[14] += xx * ixix;
888 G[16] += xx * ixiy;
902 G[28] += xx * iyiy;
    [all...]
cvundistort.cpp 470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2]; local
473 x = xx*ww;
  /external/bluetooth/bluedroid/stack/btm/
btm_ble.c 319 UINT8 xx; local
324 xx = btm_handle_to_acl_index (conn_handle);
325 if (xx >= MAX_L2CAP_LINKS)
328 p = &btm_cb.acl_db[xx];
    [all...]
  /external/chromium-trace/trace-viewer/third_party/gl-matrix/dist/
gl-matrix.js     [all...]
  /external/flac/libFLAC/
stream_decoder.c 1677 FLAC__uint64 xx; local
2149 FLAC__uint64 xx; local
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c 4083 UINT8 xx; local
    [all...]
  /external/chromium_org/third_party/icu/source/data/coll/
colfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/chromium_org/third_party/icu/source/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/chromium_org/third_party/icu/source/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/chromium_org/third_party/icu/source/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/clang/test/Analysis/
malloc.c 822 struct xx *p = malloc(12);
835 struct xx *p = malloc(12);
    [all...]
  /external/icu/icu4c/source/data/lang/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu/icu4c/source/data/region/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/icu/icu4c/source/data/zone/
resfiles.mk 28 # Aliases without a corresponding xx.xml file (see icu-config.xml & build.xml)
  /external/pdfium/core/include/fpdfapi/
fpdf_parser.h 772 CPDF_Point(FX_FLOAT xx, FX_FLOAT yy)
774 x = xx;

Completed in 1685 milliseconds

<<11121314151617181920