/external/eigen/test/eigen2/ |
D | eigen2_visitor.cpp | 27 Scalar minc = Scalar(1000), maxc = Scalar(-1000); in matrixVisitor() local 38 if(m(i,j) > maxc) in matrixVisitor() 40 maxc = m(i,j); in matrixVisitor() 54 VERIFY_IS_APPROX(maxc, eigen_maxc); in matrixVisitor() 56 VERIFY_IS_APPROX(maxc, m.maxCoeff()); in matrixVisitor() 73 Scalar minc = Scalar(1000), maxc = Scalar(-1000); in vectorVisitor() local 82 if(v(i) > maxc) in vectorVisitor() 84 maxc = v(i); in vectorVisitor() 95 VERIFY_IS_APPROX(maxc, eigen_maxc); in vectorVisitor() 97 VERIFY_IS_APPROX(maxc, v.maxCoeff()); in vectorVisitor()
|
/external/eigen/test/ |
D | visitor.cpp | 28 Scalar minc = Scalar(1000), maxc = Scalar(-1000); in matrixVisitor() local 39 if(m(i,j) > maxc) in matrixVisitor() 41 maxc = m(i,j); in matrixVisitor() 55 VERIFY_IS_APPROX(maxc, eigen_maxc); in matrixVisitor() 57 VERIFY_IS_APPROX(maxc, m.maxCoeff()); in matrixVisitor() 75 Scalar minc = v(0), maxc = v(0); in vectorVisitor() local 84 if(v(i) > maxc) in vectorVisitor() 86 maxc = v(i); in vectorVisitor() 97 VERIFY_IS_APPROX(maxc, eigen_maxc); in vectorVisitor() 99 VERIFY_IS_APPROX(maxc, v.maxCoeff()); in vectorVisitor()
|
D | redux.cpp | 29 Scalar s(0), p(1), minc(numext::real(m1.coeff(0))), maxc(numext::real(m1.coeff(0))); in matrixRedux() local 36 maxc = (std::max)(numext::real(maxc), numext::real(m1(i,j))); in matrixRedux() 44 VERIFY_IS_APPROX(m1.real().maxCoeff(), numext::real(maxc)); in matrixRedux() 76 RealScalar minc(numext::real(v.coeff(0))), maxc(numext::real(v.coeff(0))); in vectorRedux() local 82 maxc = (std::max)(maxc, numext::real(v[j])); in vectorRedux() 87 VERIFY_IS_APPROX(maxc, v.real().head(i).maxCoeff()); in vectorRedux() 93 RealScalar minc(numext::real(v.coeff(i))), maxc(numext::real(v.coeff(i))); in vectorRedux() local 99 maxc = (std::max)(maxc, numext::real(v[j])); in vectorRedux() 104 VERIFY_IS_APPROX(maxc, v.real().tail(size-i).maxCoeff()); in vectorRedux() 110 RealScalar minc(numext::real(v.coeff(i))), maxc(numext::real(v.coeff(i))); in vectorRedux() local [all …]
|
/external/fio/ |
D | gettime.c | 261 uint64_t minc, maxc, avg, cycles[NR_TIME_ITERS]; in calibrate_cpu_clock() local 285 maxc = samples = avg = 0; in calibrate_cpu_clock() 290 maxc = max(cycles[i], maxc); in calibrate_cpu_clock() 308 maxc /= 10; in calibrate_cpu_clock() 312 (unsigned long long) maxc, mean, S); in calibrate_cpu_clock()
|
/external/toybox/toys/pending/ |
D | tcpsvd.c | 47 int maxc; 282 TT.maxc = atolx_range(TT.nmsg, 1, INT_MAX); in tcpsvd_main() 329 if (head && head->count >= TT.maxc) { in tcpsvd_main() 372 sprintf(max_c, "%d", TT.maxc); in tcpsvd_main()
|
/external/opencv3/modules/imgproc/src/ |
D | phasecorr.cpp | 419 int maxc = peakLocation.x + (weightBoxSize.width >> 1); in weightedCentroid() local 440 if(maxc > src.cols - 1) in weightedCentroid() 442 maxc = src.cols - 1; in weightedCentroid() 451 for(int x = minc; x <= maxc; x++) in weightedCentroid() 467 for(int x = minc; x <= maxc; x++) in weightedCentroid()
|
/external/libjpeg-turbo/ |
D | jquant2.c | 257 register long maxc = 0; in find_biggest_color_pop() local 261 if (boxp->colorcount > maxc && boxp->volume > 0) { in find_biggest_color_pop() 263 maxc = boxp->colorcount; in find_biggest_color_pop()
|
/external/opencv3/3rdparty/libjpeg/ |
D | jquant2.c | 280 register long maxc = 0; in find_biggest_color_pop() local 284 if (boxp->colorcount > maxc && boxp->volume > 0) { in find_biggest_color_pop() 286 maxc = boxp->colorcount; in find_biggest_color_pop()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 177 if (c >= minc && c <= maxc && r >= minr && r <= maxr) { \ 302 const int maxc = VPXMIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); \ 673 const int maxc = VPXMIN(x->mv_col_max * 8, ref_mv->col + MV_MAX); in vp9_find_best_sub_pixel_tree() local 702 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) { in vp9_find_best_sub_pixel_tree() 733 if (tc >= minc && tc <= maxc && tr >= minr && tr <= maxr) { in vp9_find_best_sub_pixel_tree()
|
/external/toybox/generated/ |
D | globals.h | 780 int maxc; member
|
/external/deqp/framework/common/ |
D | tcuTextureUtil.cpp | 1215 float maxc = de::max(rc, de::max(gc, bc)); in packRGB999E5() local 1216 int expp = de::max(-eBias - 1, deFloorFloatToInt32(deFloatLog2(maxc))) + 1 + eBias; in packRGB999E5() 1218 int maxs = deFloorFloatToInt32(maxc / e + 0.5f); in packRGB999E5()
|
/external/libvncserver/webclients/java-applet/ssl/ |
D | ultravnc-102-JavaViewer-ssl-etc.patch | 1384 + int maxc = 0; 1387 + if ((int) chars[n] > maxc) { 1388 + maxc = (int) chars[n]; 1391 + return maxc; 1875 + int maxc = max_char(text); 1876 + if (maxc > 255) { 1879 + } else if (maxc > 127) { 1921 + int maxc = 0; 1924 + if ((int) chars[n] > maxc) { 1925 + maxc = (int) chars[n]; [all …]
|
/external/libvpx/libvpx/vp8/encoder/ |
D | mcomp.c | 201 #define IFMVCV(r,c,s,e) if ( c >= minc && c <= maxc && r >= minr && r <= maxr) s else e; 229 int maxc = VPXMIN(x->mv_col_max * 4, in vp8_find_best_sub_pixel_step_iteratively() local
|