Home
last modified time | relevance | path

Searched refs:maxd (Results 1 – 3 of 3) sorted by relevance

/external/opencv/cv/src/
Dcvstereogc.cpp490 int mind = state->minDisparity, nd = state->numberOfDisparities, maxd = mind + nd; in icvComputeK() local
501 for( d = maxd-1, i = 0; d >= mind; d-- ) in icvComputeK()
/external/chromium_org/third_party/icu/source/i18n/
DdecNumber.c6679 Int maxd=set->emax-set->digits+1-dn->exponent; local
6680 if (maxd<=0) return dn; /* nothing possible */
6681 if (d>maxd) d=maxd;
/external/icu/icu4c/source/i18n/
DdecNumber.c6681 Int maxd=set->emax-set->digits+1-dn->exponent; local
6682 if (maxd<=0) return dn; /* nothing possible */
6683 if (d>maxd) d=maxd;