HomeSort by relevance Sort by last modified time
    Searched refs:idx0 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/v8/test/webkit/
date-set-to-nan.js 300 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 != 0 || idx1 != 0 || idx2 != 0)
    [all...]
  /external/chromium_org/third_party/freetype/src/autofit/
afwarp.c 81 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/freetype/src/autofit/
afwarp.c 81 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/opencv/cv/include/
cvcompat.h 479 #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), (idx1), 0)
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 336 /* 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, int idx1 )
    [all...]
  /external/aac/libAACenc/src/
aacenc_tns.cpp 626 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, idx1, lag, nsc1)
    [all...]
  /external/openssh/
key.c 424 u_int idx0, idx1, idx2, idx3, idx4; local
426 idx0 = (((((u_int)(dgst_raw[2 * i])) >> 6) & 3) +
431 retval[j++] = vowels[idx0];
445 idx0 = seed % 6;
448 retval[j++] = vowels[idx0];
    [all...]
  /external/opencv/ml/src/
ml_inner_functions.cpp     [all...]
  /dalvik/libdex/
DexSwapVerify.cpp 733 u4 idx0 = dexParameterIteratorNextIndex(&iterator0); local
741 if (idx0 == kDexNoIndex) {
745 if (idx0 < idx1) {
747 } else if (idx0 > idx1) {
    [all...]
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]

Completed in 510 milliseconds