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

  /external/opencv/cv/src/
cvmotempl.cpp 54 int *mhi = (int *) mhiIm; local
75 mhiStep /= sizeof(mhi[0]);
84 for( y = 0; y < size.height; y++, silIm += silStep, mhi += mhiStep )
87 int val = mhi[x];
92 mhi[x] = val;
95 for( y = 0; y < size.height; y++, silIm += silStep, mhi += mhiStep )
98 int val = mhi[x];
103 mhi[x] = val;
117 CvMat mhistub, *mhi = (CvMat*)mhimg; local
125 CV_CALL( mhi = cvGetMat( mhi, &mhistub ))
171 CvMat mhistub, *mhi = (CvMat*)mhiimg; local
294 CvMat mhistub, *mhi = (CvMat*)mhiimg; local
424 CvMat mhistub, *mhi = (CvMat*)mhiimg; local
    [all...]
  /external/valgrind/main/none/tests/s390x/
mul.c 7 immsweep(mhi, 0);
8 immsweep(mhi, -1);
9 immsweep(mhi, -32768);
10 immsweep(mhi, 32767);
mul.stdout.exp     [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoa.c 162 Bigint *b, *b1, *delta, *mlo, *mhi, *mhi1, *S; local
387 S = mhi = 0;
454 S = mhi = 0;
510 mhi = mlo = 0;
536 mhi = i2b(1);
537 if (mhi == NULL)
549 mhi = pow5mult(mhi, m5);
550 if (mhi == NULL)
552 b1 = mult(mhi, b)
    [all...]
dtoa.c 126 Bigint *b, *b1, *delta, *mlo, *mhi, *S; local
382 S = mhi = 0;
446 S = mhi = 0;
500 mhi = mlo = 0;
513 mhi = i2b(1);
514 if (mhi == NULL)
526 mhi = pow5mult(mhi, m5);
527 if (mhi == NULL)
529 b1 = mult(mhi, b)
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 2407 Bigint *b, *b1, *delta, *mhi, *S; local
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 755 BigInt b, delta, mlo, mhi, S; local
916 mhi.clear();
976 mhi.clear();
1008 mhi.clear();
1014 i2b(mhi, 1);
1025 pow5mult(mhi, m5);
1026 mult(b, mhi);
1076 multadd(mhi, 10, 0);
1091 lshift(mhi, m2);
1097 mlo = mhi;
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 3572 Bigint *b, *b1, *delta, *mlo = NULL, *mhi, *S; variable
4187 Bfree(mhi); variable
    [all...]
  /external/opencv/cv/include/
cv.h 529 CVAPI(void) cvUpdateMotionHistory( const CvArr* silhouette, CvArr* mhi,
534 CVAPI(void) cvCalcMotionGradient( const CvArr* mhi, CvArr* mask, CvArr* orientation,
542 const CvArr* mhi, double timestamp,
547 CVAPI(CvSeq*) cvSegmentMotion( const CvArr* mhi, CvArr* seg_mask,
    [all...]
  /external/llvm/test/MC/SystemZ/
insn-bad.s     [all...]
insn-good.s     [all...]
  /device/moto/shamu/
init.shamu.rc 129 insmod /system/lib/modules/mhi.ko

Completed in 475 milliseconds