Searched refs:ix (Results 126 - 150 of 175) sorted by relevance

1234567

/external/valgrind/main/mpi/
H A Dlibmpiwrap.c1257 int i, ix = -1; local
1268 ix = i;
1273 if (ix < 0) {
1278 ix = i;
1285 if (ix < 0) {
1288 ix = sReqs_used;
1292 assert(ix >= 0 && ix < sReqs_used);
1295 sReqs[ix].inUse = True;
1296 sReqs[ix]
[all...]
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp539 const float* ix = Ix + local
541 const float* iy = Iy + (ix - Ix);
546 bx += t0 * ix[x];
559 const float* ix = Ix + local
561 const float* iy = Iy + (ix - Ix);
566 bx += (double) (t * ix[x]);
568 Gxx += ix[x] * ix[x];
569 Gxy += ix[x] * iy[x];
H A DmycvHaarDetectObjects.cpp1228 int ix = cvRound(_ix*ystep); // it really should be ystep local
1240 // offset = iy*(sum->step/sizeof(p0[0])) + ix;
1247 result = mycvRunHaarClassifierCascade( cascade, cvPoint(ix,iy), 0 );
1251 mask_row[ix] = 1;
1254 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height);
1261 else if( mask_row[ix] )
1263 int result = mycvRunHaarClassifierCascade( cascade, cvPoint(ix,iy),
1269 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height);
1274 mask_row[ix] = 0;
H A Dcvundistort.cpp71 int ix = cvFloor(_x), iy = cvFloor(_y); local
74 (unsigned)ix < (unsigned)(size.width - 1) )
76 const uchar* ptr = src + iy*srcstep + ix*cn;
77 _x -= ix; _y -= iy;
H A Dcvhaar.cpp1196 int ix = cvRound(_ix*ystep); // it really should be ystep local
1208 offset = iy*(sum->step/sizeof(p0[0])) + ix;
1215 result = cvRunHaarClassifierCascade( cascade, cvPoint(ix,iy), 0 );
1219 mask_row[ix] = 1;
1222 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height);
1229 else if( mask_row[ix] )
1231 int result = cvRunHaarClassifierCascade( cascade, cvPoint(ix,iy),
1237 CvRect rect = cvRect(ix,iy,win_size.width,win_size.height);
1242 mask_row[ix] = 0;
H A Dcvimgwarp.cpp1631 int ix = cvFloor(_x), iy = cvFloor(_y); \
1633 if( (unsigned)ix < (unsigned)ssize.width && \
1636 const arrtype* s = src + iy*srcstep + ix*cn; \
1637 _x -= ix; _y -= iy; \
1679 int ix = cvRound(mapx[j]*(1 << ICV_WARP_SHIFT)); \
1681 int ifx = ix & ICV_WARP_MASK; \
1683 ix >>= ICV_WARP_SHIFT; \
1686 if( (unsigned)(ix-1) < (unsigned)ssize.width && \
1691 const arrtype* s = src + (iy-1)*srcstep + ix*cn + k; \
/external/skia/src/core/
H A DSkScan_AntiPath.cpp526 int ix = x >> SHIFT; local
527 SkASSERT(ix >= fMask.fBounds.fLeft && ix < fMask.fBounds.fRight);
H A DSkDraw.cpp1043 int ix = SkScalarRound(fMatrix->getTranslateX()); local
1047 mask.fBounds.set(ix, iy, ix + bitmap.width(), iy + bitmap.height());
1168 int32_t ix = SkScalarRound(matrix.getTranslateX()); local
1170 ir.set(ix, iy, ix + bitmap.width(), iy + bitmap.height());
1185 int ix = SkScalarRound(matrix.getTranslateX()); local
1187 if (clipHandlesSprite(*fRC, ix, iy, bitmap)) {
1190 ix, iy, storage, sizeof(storage));
1195 ir.set(ix, i
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/textures/
H A DNoiseGenerator.java729 int ix = (int) Math.floor(x);
733 float ox = x - ix;
757 int b00 = hash[hash[ix & 0xFF] + (iy & 0xFF)];
758 int b01 = hash[hash[ix & 0xFF] + (iy + 1 & 0xFF)];
759 int b10 = hash[hash[ix + 1 & 0xFF] + (iy & 0xFF)];
760 int b11 = hash[hash[ix + 1 & 0xFF] + (iy + 1 & 0xFF)];
/external/mesa3d/src/mesa/main/
H A Dimports.h172 const GLuint ix = *((GLuint *) &y);
173 const GLuint exp = (ix >> 23) & 0xFF;
/external/valgrind/main/VEX/priv/
H A Dhost_s390_defs.h52 s390_gprno_from_arg_index(unsigned ix) argument
54 return ix + 2;
H A Dir_defs.c966 ppIRExpr(e->Iex.GetI.ix);
1185 ppIRExpr(s->Ist.PutI.ix);
1402 IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias ) { argument
1406 e->Iex.GetI.ix = ix;
1646 IRStmt* IRStmt_PutI ( IRRegArray* descr, IRExpr* ix, argument
1651 s->Ist.PutI.ix = ix;
1811 deepCopyIRExpr(e->Iex.GetI.ix),
1899 deepCopyIRExpr(s->Ist.PutI.ix),
[all...]
/external/webp/src/enc/
H A Dhistogram.c233 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); local
234 VP8LHistogramAddSinglePixOrCopy(histograms[ix], v);
/external/valgrind/main/VEX/
H A Dtest_main.c383 assert(isIRAtom(st->Ist.PutI.ix));
1161 IRRegArray* descr, IRAtom* ix, Int bias, IRAtom* atom )
1174 tl_assert(isOriginalAtom(mce,ix));
1175 complainIfUndefined(mce,ix);
1186 stmt( mce->bb, IRStmt_PutI( new_descr, ix, bias, vatom ));
1214 IRExpr* shadow_GETI ( MCEnv* mce, IRRegArray* descr, IRAtom* ix, Int bias ) argument
1220 tl_assert(isOriginalAtom(mce,ix));
1221 complainIfUndefined(mce,ix);
1231 return IRExpr_GetI( new_descr, ix, bias );
2126 e->Iex.GetI.ix,
1160 do_shadow_PUTI( MCEnv* mce, IRRegArray* descr, IRAtom* ix, Int bias, IRAtom* atom ) argument
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_ir.h1382 (the 'ix' field) and a constant offset (the 'bias' field).
1385 is computed as (ix + bias) % num-of-elems-in-the-array.
1402 ppIRExpr output: GETI<descr>[<ix>,<bias]
1407 IRExpr* ix; /* Variable part of index into array */ member in struct:_IRExpr::__anon13419::__anon13422
1540 extern IRExpr* IRExpr_GetI ( IRRegArray* descr, IRExpr* ix, Int bias );
1986 ppIRStmt output: PUTI<descr>[<ix>,<bias>] = <data>,
1991 IRExpr* ix; /* Variable part of index into array */ member in struct:_IRStmt::__anon13439::__anon13444
2131 extern IRStmt* IRStmt_PutI ( IRRegArray* descr, IRExpr* ix, Int bias,
/external/libxml2/
H A Dparser.c10659 int ix; local
10666 for (ix = 0; ix < len;) { /* string is 0-terminated */
10667 c = utf[ix];
10670 ix++;
10672 ix++;
10674 return(-ix);
10676 if (ix + 2 > len) return(ix);
10677 if ((utf[ix
[all...]
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2660 Int ix, ix2, reg; local
2683 ix = ML_(CfiExpr_Binop)( dst,
2688 PUSH(ix);
2729 ix = ML_(CfiExpr_Binop)( dst,
2734 PUSH(ix);
2743 ix = ML_(CfiExpr_DwReg)( dst, reg );
2744 PUSH(ix);
2752 POP( ix );
2754 PUSH( ML_(CfiExpr_Binop)( dst, op, ix2, ix ) );
2802 POP( ix );
[all...]
H A Dpriv_storage.h341 extern void ML_(ppCfiExpr)( XArray* src, Int ix );
H A Dtytypes.c820 UWord size, eszB, ix; local
849 ix = offset / eszB;
851 copy_UWord_into_XA( xa, ix );
854 offset -= ix * eszB;
/external/valgrind/main/memcheck/
H A Dmc_translate.c1264 IRAtom* ix, Int bias, IRAtom* atom )
1283 tl_assert(isOriginalAtom(mce,ix));
1284 complainIfUndefined(mce,ix);
1295 stmt( 'V', mce, IRStmt_PutI( new_descr, ix, bias, vatom ));
1326 IRRegArray* descr, IRAtom* ix, Int bias )
1332 tl_assert(isOriginalAtom(mce,ix));
1333 complainIfUndefined(mce,ix);
1343 return IRExpr_GetI( new_descr, ix, bias );
3710 e->Iex.GetI.ix, e->Iex.GetI.bias );
4792 return isBogusAtom(e->Iex.GetI.ix);
1262 do_shadow_PUTI( MCEnv* mce, IRRegArray* descr, IRAtom* ix, Int bias, IRAtom* atom ) argument
1325 shadow_GETI( MCEnv* mce, IRRegArray* descr, IRAtom* ix, Int bias ) argument
[all...]
/external/chromium/chrome/browser/
H A Dbrowser_browsertest.cc246 for (int ix = 0; ix != 33; ++ix)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp735 const int ix) {
742 if (!CS.isByValArgument(ix))
945 int ix = FTy->getNumParams(); local
949 E = CS.arg_end(); I != E; ++I, ++ix) {
951 if (CI && isSafeToEliminateVarargsCast(CS, CI, TD, ix)) {
732 isSafeToEliminateVarargsCast(const CallSite CS, const CastInst * const CI, const TargetData * const TD, const int ix) argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.test.performance_3.6.0.v20091014.jarMETA-INF/MANIFEST.MF plugin.properties about.html scripts/cs.sh scripts/derby. ...
/external/libyuv/files/source/
H A Dscale.cc2999 int ix = x >> 16; local
3001 int boxwidth = (x >> 16) - ix;
3002 *dst_ptr++ = SumBox(boxwidth, boxheight, src_stride, src_ptr + ix) /
3025 int ix = x >> 16; local
3027 int boxwidth = (x >> 16) - ix;
3028 *dst_ptr++ = SumPixels(boxwidth, src_ptr + ix) * scaleptr[boxwidth] >> 16;
/external/valgrind/main/helgrind/
H A Dlibhb_core.c769 static void write_twobit_array ( UChar* arr, UWord ix, UWord b2 ) { argument
771 tl_assert(ix >= 0);
772 bix = ix >> 2;
773 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
780 static UWord read_twobit_array ( UChar* arr, UWord ix ) {
782 tl_assert(ix >= 0);
783 bix = ix >> 2;
784 shft = 2 * (ix & 3); /* 0, 2, 4 or 6 */
1452 UWord ix = read_twobit_array( lineZ->ix2s, i ); local
1453 /* correct, but expensive: tl_assert(ix >
3694 Word ix = VG_(addToXA)( thrid_to_thr_map, &thr ); local
[all...]

Completed in 2133 milliseconds

1234567