Searched refs:maxv (Results 1 - 14 of 14) sorted by relevance

/external/libcxx/test/std/localization/locale.categories/category.numeric/locale.num.get/facet.num.get.members/
H A Dtest_min_max.pass.cpp22 T maxv = numeric_limits<T>::max(); local
26 assert(maxiss << maxv);
37 assert(new_maxv == maxv);
/external/opencv/cxcore/src/
H A Dcxminmaxloc.cpp303 double minv = 0, maxv = 0; local
328 pmin = &minv, pmax = &maxv;
427 minv = maxv = minvf = maxvf = 0;
440 maxv = maxvf;
447 *_maxVal = maxv;
/external/opencv/cv/src/
H A Dcvstereogc.cpp462 int v = sptr[x], v1, minv = v, maxv = v; local
465 minv = MIN(minv, v1); maxv = MAX(maxv, v1);
467 minv = MIN(minv, v1); maxv = MAX(maxv, v1);
469 minv = MIN(minv, v1); maxv = MAX(maxv, v1);
473 minv = MIN(minv, v1); maxv = MAX(maxv, v1);
478 dptr[2] = (uchar)maxv;
[all...]
H A Dcvhistogram.cpp342 int maxv = INT_MIN; local
359 if( value > maxv )
361 maxv = value;
371 m.i = CV_TOGGLE_FLT(maxv); maxVal = m.f;
/external/fio/
H A Dstat.h239 extern unsigned int calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, fio_fp64_t *plist, unsigned int **output, unsigned int *maxv, unsigned int *minv);
H A Dstat.c123 unsigned int *maxv, unsigned int *minv)
132 *maxv = 0;
166 if (ovals[j] > *maxv)
167 *maxv = ovals[j];
187 unsigned int len, j = 0, minv, maxv; local
192 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv);
200 if (minv > 2000 && maxv > 99999) {
608 unsigned int len, minv, maxv; local
638 ts->percentile_list, &ovals, &maxv,
680 unsigned int len, minv, maxv; local
121 calc_clat_percentiles(unsigned int *io_u_plat, unsigned long nr, fio_fp64_t *plist, unsigned int **output, unsigned int *maxv, unsigned int *minv) argument
[all...]
H A Dgclient.c1125 unsigned int *ovals, len, minv, maxv, scale_down; local
1131 len = calc_clat_percentiles(io_u_plat, nr, plist, &ovals, &maxv, &minv);
1139 if (minv > 2000 && maxv > 99999) {
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_encodemv.c221 unsigned int maxv = VPXMAX(abs(mv->row), abs(mv->col)) >> 3; local
222 cpi->max_mv_magnitude = VPXMAX(maxv, cpi->max_mv_magnitude);
/external/icu/icu4c/source/tools/tzcode/
H A Dtz2icu.cpp241 int64_t maxv=numeric_limits<int64_t>::max()) {
248 if (val < minv || val > maxv) {
251 << minv << ", " << maxv << "]"; local
259 int64_t maxv=numeric_limits<int64_t>::max()) {
266 if (val < minv || val > maxv) {
269 << minv << ", " << maxv << "]"; local
240 readcoded(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), int64_t maxv=numeric_limits<int64_t>::max()) argument
258 readcoded64(ifstream& file, int64_t minv=numeric_limits<int64_t>::min(), int64_t maxv=numeric_limits<int64_t>::max()) argument
/external/opencv3/modules/core/test/ocl/
H A Dtest_arithm.cpp1161 double minv, maxv, uminv, umaxv; local
1165 OCL_OFF(cv::minMaxIdx(src2_roi, &minv, &maxv) );
1169 EXPECT_DOUBLE_EQ(maxv, umaxv);
1173 OCL_OFF(cv::minMaxIdx(src2_roi, &minv, &maxv, p1, p2, noArray()));
1177 EXPECT_DOUBLE_EQ(maxv, umaxv);
1197 double minv, maxv, uminv, umaxv; local
1199 OCL_OFF(cv::minMaxIdx(src2_roi, &minv, &maxv, p1, p2, mask_roi));
1203 EXPECT_DOUBLE_EQ(maxv, umaxv);
/external/libjpeg-turbo/
H A Djquant2.c277 register INT32 maxv = 0; local
281 if (boxp->volume > maxv) {
283 maxv = boxp->volume;
/external/opencv3/3rdparty/libjpeg/
H A Djquant2.c300 register INT32 maxv = 0; local
304 if (boxp->volume > maxv) {
306 maxv = boxp->volume;
/external/opencv3/modules/ts/src/
H A Dts_perf.cpp505 double maxv, maxa; local
506 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa);
512 FAIL() << " Relative difference (" << maxv << " of " << maxa << " allowed) between argument \""
562 double maxv, maxa; local
563 int violations = countViolations(expected, actual, diff, eps, &maxv, &maxa);
569 FAIL() << " Relative difference (" << maxv << " of " << maxa << " allowed) between argument \"" << node.name()
/external/opencv3/modules/imgproc/src/
H A Dhistogram.cpp2830 int maxv = INT_MIN;
2847 if( value > maxv )
2849 maxv = value;
2859 m.i = CV_TOGGLE_FLT(maxv); maxVal = m.f;

Completed in 1495 milliseconds