Home
last modified time | relevance | path

Searched refs:b_max (Results 1 – 4 of 4) sorted by relevance

/external/opencv3/modules/imgproc/src/
Dshapedescr.cpp723 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max ) in icvMemCopy() argument
727 int bb = *b_max; in icvMemCopy()
730 *b_max = 2 * (*b_max); in icvMemCopy()
731 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double )); in icvMemCopy()
741 *b_max = 2 * (*b_max); in icvMemCopy()
742 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double )); in icvMemCopy()
/external/opencv/cv/src/
Dcvshapedescr.cpp517 icvMemCopy( double **buf1, double **buf2, double **buf3, int *b_max ) in icvMemCopy() argument
524 bb = *b_max; in icvMemCopy()
527 *b_max = 2 * (*b_max); in icvMemCopy()
528 *buf2 = (double *)cvAlloc( (*b_max) * sizeof( double )); in icvMemCopy()
541 *b_max = 2 * (*b_max); in icvMemCopy()
542 *buf1 = (double *) cvAlloc( (*b_max) * sizeof( double )); in icvMemCopy()
/external/valgrind/VEX/useful/
Dtest_main.c1344 IRAtom *a_min, *b_min, *a_max, *b_max; in expensiveAdd32() local
1376 b_max = assignNew(mce,ty, binop(opOR, bb, qbb)); in expensiveAdd32()
1385 assignNew(mce,ty, binop(opADD, a_max, b_max)) in expensiveAdd32()
/external/valgrind/memcheck/
Dmc_translate.c1888 IRAtom *a_min, *b_min, *a_max, *b_max; in expensiveAddSub() local
1933 b_max = assignNew('V', mce,ty, binop(opOR, bb, qbb)); in expensiveAddSub()
1944 assignNew('V', mce,ty, binop(opADD, a_max, b_max)) in expensiveAddSub()
1957 assignNew('V', mce,ty, binop(opSUB, a_min, b_max)), in expensiveAddSub()