HomeSort by relevance Sort by last modified time
    Searched defs:xx (Results 151 - 175 of 223) sorted by null

1 2 3 4 5 67 8 9

  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
  /external/clang/test/Sema/
designated-initializers.c 145 struct XX { int a, *b; };
146 struct XY { int before; struct XX xx, *xp; float* after; } xy[] = { member in struct:XY
147 0, 0, &xy[0].xx.a, &xy[0].xx, &global_float,
148 [1].xx = 0, &xy[1].xx.a, &xy[1].xx, &global_float,
153 &xy[2].xx.a, &xy[2].xx, &global_floa
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
BarGraph.java 158 double xx= d * i; local
159 int x= (int) ((xx / max) * w2);
167 String s3= nf.format(-xx) + "%"; //$NON-NLS-1$
171 String s4= nf.format(xx) + "%"; //$NON-NLS-1$
  /external/eigen/unsupported/test/
NonLinearOptimization.cpp 805 double x=m_x[i], xx=x*x, xxx=xx*x; local
806 fvec[i] = (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) / (1.+b[4]*x+b[5]*xx+b[6]*xxx) - m_y[i];
817 double x=m_x[i], xx=x*x, xxx=xx*x; local
818 double fact = 1./(1.+b[4]*x+b[5]*xx+b[6]*xxx);
821 fjac(i,2) = xx*fact;
823 fact = - (b[0]+b[1]*x+b[2]*xx+b[3]*xxx) * fact * fact;
825 fjac(i,5) = xx*fact
1384 double x = _x[i], xx=x*x; local
1395 double x = _x[i], xx=x*x; local
1550 double x=_x[i], xx=x*x, xxx=xx*x; local
1561 double x=_x[i], xx=x*x, xxx=xx*x; local
    [all...]
  /external/freetype/src/truetype/
ttobjs.h 193 FT_Fixed xx, xy; /* transformation matrix coefficients */ member in struct:TT_Transform_
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/noise/
ShaderUtils.java 112 float xx = (x - a) / (b - a); local
113 return xx * xx * (3 - 2 * xx);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 1292 register UINT32 xx; local
1309 register UINT32 xx; local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 1270 register UINT32 xx; local
1287 register UINT32 xx; local
    [all...]
  /external/libnfc-nci/src/nfa/ee/
nfa_ee_act.c 128 int len = 0, xx; local
132 for (xx = start_entry; xx < p_cb->aid_entries; xx++)
134 len += p_cb->aid_len[xx];
155 int xx, yy, aid_len_offset, offset; local
165 for (xx = 0; xx < p_ecb->aid_entries; xx++)
174 *p_entry = xx;
203 int xx; local
276 int xx; local
593 int xx; local
745 int xx; local
772 int xx, num_removed = 0; local
826 UINT8 xx; local
1071 UINT32 xx; local
1115 UINT8 xx; local
1398 UINT8 xx; local
1486 int xx; local
1520 int xx, yy; local
1574 int xx; local
1745 UINT32 xx; local
1833 int xx; local
1917 int xx; local
    [all...]
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 573 UINT8 num, xx; local
577 for (xx = 0; xx < num; xx++)
1150 UINT8 more, num_entries, xx, yy, *pn, tl; local
    [all...]
  /external/opencv/cv/src/
cvundistort.cpp 470 double xx = RR[0][0]*x + RR[0][1]*y + RR[0][2]; local
473 x = xx*ww;
  /external/qemu/hw/
goldfish_fb.c 341 int xx = xx1; local
343 unsigned spix = src[xx];
344 dst[xx] = (uint16_t)((spix << 8) | (spix >> 8));
345 xx++;
357 int xx = xx1*3;
358 if (src_line[xx+0] != dst_line[xx+0] ||
359 src_line[xx+1] != dst_line[xx+1] ||
360 src_line[xx+2] != dst_line[xx+2])
411 int xx = xx1; local
    [all...]
  /external/skia/src/opts/
SkBitmapProcState_matrix_clamp_neon.h 153 uint16_t* xx = (uint16_t*)xy; local
155 *xx++ = TILEX_PROCF(fx, maxX); fx += dx;
  /external/stlport/test/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /external/valgrind/main/none/tests/amd64/
pcmpstr64.c 75 UChar xx = 0; local
77 if (x >= '0' && x <= '9') { xx = x - '0'; }
78 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
79 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
82 assert(xx < 16);
83 xx = (xx << 4) | xx;
84 assert(xx < 256);
85 dst->uChar[i] = xx;
    [all...]
pcmpstr64w.c 78 UChar xx = 0; local
80 if (x >= '0' && x <= '9') { xx = x - '0'; }
81 else if (x >= 'A' && x <= 'F') { xx = x - 'A' + 10; }
82 else if (x >= 'a' && x <= 'f') { xx = x - 'a' + 10; }
85 assert(xx < 16);
86 xx = (xx << 4) | xx;
87 assert(xx < 256);
88 dst->uChar[i] = xx;
    [all...]
  /external/yaffs2/yaffs2/direct/
dtest.c 15 char xx[600]; variable
169 char xx[200]; local
177 sprintf(xx,"%s %8d",fn,iterations);
178 yaffs_write(h,xx,strlen(xx));
189 char xx[200]; local
199 sprintf(xx,"%s %8d",fn,iterations);
200 l = strlen(xx);
205 if(strcmp(xx,yy)){
382 while ((result = yaffs_write(h,xx,600)) == 600
1819 char xx[2500]; local
    [all...]
yaffsfs.c 228 // eg. "/data/xx/ff" --> puts name="ff" and returns the directory "/data/xx"
797 yaffs_Object *xx = newdir; local
799 while( renameAllowed && xx)
801 if(xx == obj)
805 xx = xx->parent;
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
ml_math_func.c 743 unsigned long xx; local
779 // Initial condition starts at 1: xx=(1L<<30);
780 // First iteration is simple: Instead of initializing xx=1, assign to result of first iteration:
781 // xx= (3/2-x0/2);
782 //% NR formula: xx=xx*(3/2-x0*xx*xx/2); = xx*(1.5 - (x0/2)*xx*xx)
825 long xx, cc; local
884 long two, xx; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /ndk/tests/device/test-stlport/unit/
string_test.cpp 377 string xx; local
379 CPPUNIT_ASSERT( xx.data() != 0 ); // ISO-IEC-14882:1998(E), 21.3.6, paragraph 3
392 xx = "123456";
393 xx += low;
394 if ( strcmp( xx.data(), "1234562004-01-01" ) != 0 ) {
400 xx = "1234";
401 xx += ";";
403 if ( strcmp( xx.data(), "1234;" ) != 0 ) {
413 string xx; local
420 xx = "123456"
    [all...]
  /external/bluetooth/bluedroid/bta/av/
bta_av_aact.c 382 int xx; local
442 for (xx = 0; xx < BTA_AV_NUM_STRS; xx++)
444 if ((bta_av_cb.p_scb[xx]) && (xx != index))
446 if (bta_av_cb.p_scb[xx]->state == BTA_AV_INCOMING_SST)
448 bta_av_cb.p_scb[xx]->state = BTA_AV_INIT_SST;
449 bta_av_cb.p_scb[xx]->coll_mask = 0;
654 int xx; local
948 int xx; local
    [all...]
  /external/bluetooth/bluedroid/bta/hh/
bta_hh_le.c 205 UINT8 xx; local
209 for (xx = 0; xx < BTA_HH_MAX_DEVICE; xx ++)
210 bta_hh_cb.le_cb_index[xx] = BTA_HH_IDX_INVALID;
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 139 UINT16 xx; local
142 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
168 UINT8 xx; local
170 for (xx = 0; xx < MAX_L2CAP_LINKS; xx++, p++)
179 return(xx);
197 UINT8 xx; local
458 UINT16 xx; local
834 UINT8 xx; local
901 UINT8 xx; local
1229 int xx; local
1724 UINT8 xx; local
2159 UINT8 xx; local
2198 UINT8 xx; local
    [all...]

Completed in 2219 milliseconds

1 2 3 4 5 67 8 9