Searched refs:idx0 (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/v8/test/webkit/
H A Ddate-set-to-nan.js300 for (var idx0 in testValues)
301 if (idx0 != 0) {
303 var setResult = date["set" + functionNameRoot](testValues[idx0]);
306 + testValues[idx0] + ") was "
328 for (var idx0 in testValues)
330 if (idx0 != 0 || idx1 != 0) {
332 var setResult = date["set" + functionNameRoot](testValues[idx0],
337 + testValues[idx0] + ", "
358 for (var idx0 in testValues)
361 if (idx0 !
[all...]
/external/eigen/test/
H A Dvisitor.cpp101 Index idx0 = internal::random<Index>(0,size-1); local
105 v1(idx0) = v1(idx1);
106 v2(idx0) = v2(idx2);
109 VERIFY(eigen_minidx == (std::min)(idx0,idx1));
110 VERIFY(eigen_maxidx == (std::min)(idx0,idx2));
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_sync.cc132 u32 idx0 = *meta; local
136 u32 idx = idx0;
159 if (*meta != idx0) {
160 idx0 = *meta;
170 mys->next = idx0;
171 if (atomic_compare_exchange_strong((atomic_uint32_t*)meta, &idx0,
/external/chromium_org/third_party/freetype/src/autofit/
H A Dafwarp.c81 FT_Int idx_min, idx_max, idx0; local
89 idx0 = xx1 - warper->t1;
124 FT_Pos y = y0 + ( idx_min - idx0 );
141 AF_WarpScore distort = base_distort + ( idx - idx0 );
151 warper->best_delta = delta + ( idx - idx0 );
/external/chromium_org/third_party/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp150 int idx0(-1), idx1(-1);
163 idx0 = vCount-2+offset;
227 *idxs++ = idx0;
244 if (useMiterPoint && (idx0 >= 0) && (idx1 >= 0)) {
245 firstPt[idx0] = miterPt[0];
/external/freetype/src/autofit/
H A Dafwarp.c81 FT_Int idx_min, idx_max, idx0; local
89 idx0 = xx1 - warper->t1;
124 FT_Pos y = y0 + ( idx_min - idx0 );
141 AF_WarpScore distort = base_distort + ( idx - idx0 );
151 warper->best_delta = delta + ( idx - idx0 );
/external/skia/experimental/StrokePathRenderer/
H A DGrStrokePathRenderer.cpp150 int idx0(-1), idx1(-1);
163 idx0 = vCount-2+offset;
227 *idxs++ = idx0;
244 if (useMiterPoint && (idx0 >= 0) && (idx1 >= 0)) {
245 firstPt[idx0] = miterPt[0];
/external/opencv/cv/include/
H A Dcvcompat.h479 #define cvQueryHistValue_1D( hist, idx0 ) \
480 ((float)cvGetReal1D( (hist)->bins, (idx0)))
481 #define cvQueryHistValue_2D( hist, idx0, idx1 ) \
482 ((float)cvGetReal2D( (hist)->bins, (idx0), (idx1)))
483 #define cvQueryHistValue_3D( hist, idx0, idx1, idx2 ) \
484 ((float)cvGetReal3D( (hist)->bins, (idx0), (idx1), (idx2)))
490 #define cvGetHistValue_1D( hist, idx0 ) \
491 ((float*)cvPtr1D( (hist)->bins, (idx0), 0))
492 #define cvGetHistValue_2D( hist, idx0, idx1 ) \
493 ((float*)cvPtr2D( (hist)->bins, (idx0), (idx
[all...]
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_bitvector.h146 uptr i0 = idx0(idx);
161 uptr i0 = idx0(idx);
175 uptr i0 = idx0(idx);
327 uptr idx0(uptr idx) const { function in class:__sanitizer::TwoLevelBitVector
/external/opencv/cxcore/include/
H A Dcxcore.h336 /* ptr = &arr(idx0,idx1,...). All indexes are zero-based,
338 CVAPI(uchar*) cvPtr1D( const CvArr* arr, int idx0, int* type CV_DEFAULT(NULL));
339 CVAPI(uchar*) cvPtr2D( const CvArr* arr, int idx0, int idx1, int* type CV_DEFAULT(NULL) );
340 CVAPI(uchar*) cvPtr3D( const CvArr* arr, int idx0, int idx1, int idx2,
351 /* value = arr(idx0,idx1,...) */
352 CVAPI(CvScalar) cvGet1D( const CvArr* arr, int idx0 );
353 CVAPI(CvScalar) cvGet2D( const CvArr* arr, int idx0, int idx1 );
354 CVAPI(CvScalar) cvGet3D( const CvArr* arr, int idx0, int idx1, int idx2 );
358 CVAPI(double) cvGetReal1D( const CvArr* arr, int idx0 );
359 CVAPI(double) cvGetReal2D( const CvArr* arr, int idx0, in
[all...]
/external/aac/libAACenc/src/
H A Daacenc_tns.cpp626 int i, idx0, idx1, idx2, idx3, idx4, lag; local
639 idx0 = lpcStartLine[LOFILT];
641 idx1 = idx0 + i / 4;
642 idx2 = idx0 + i / 2;
643 idx3 = idx0 + i * 3 / 4;
650 idx0 = lpcStartLine[LOFILT];
658 INT sc1 = FDKaacEnc_ScaleUpSpectrum(pSpectrum, spectrum, idx0, idx1);
665 for (nsc1=1; (1<<nsc1)<(idx1-idx0); nsc1++);
671 rxx1_0 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx1, 0, nsc1);
686 FIXP_DBL x1 = FDKaacEnc_CalcAutoCorrValue(pSpectrum, idx0, idx
[all...]
/external/opencv/ml/src/
H A Dml_inner_functions.cpp1664 int idx0 = idx[tflag ^ 1];
1667 if( sample_idx && sample_idx->data.ptr[idx0*sample_idx_step] == 0 )
1670 assert( sparse_rows[idx0] != 0 );
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp1684 unsigned idx0,
1687 llvm::ConstantInt::get(llvm::Type::getInt32Ty(VMContext), idx0),
1682 getConstantGEP(llvm::LLVMContext &VMContext, llvm::Constant *C, unsigned idx0, unsigned idx1) argument

Completed in 324 milliseconds