HomeSort by relevance Sort by last modified time
    Searched refs:eps (Results 26 - 47 of 47) sorted by null

12

  /external/opencv/cv/src/
cvlinefit.cpp 43 static const double eps = 1e-6; variable
208 n = (float)MAX(n, eps);
277 w[i] = (float)(1. / MAX(t, eps));
342 double EPS = count*FLT_EPSILON;
436 if( err < EPS )
471 if( err < EPS )
491 double EPS = count*FLT_EPSILON;
627 if( err < EPS )
cvcontourtree.cpp 88 double eps = 1.e-7; local
233 (s_c < eps && j > 0 && prev_null == 0) )
600 double eps = 1.e-5; local
608 if( l_base > eps )
cvpyramids.cpp 1173 const float eps = 0.1f; local
    [all...]
cvfilter.cpp 682 const float eps = FLT_EPSILON*100.f;
733 if( fabs(v - cvRound(v)) > eps )
735 if( fabs(v - kx->data.fl[xsz - i - 1]) > eps )
737 if( fabs(v + kx->data.fl[xsz - i - 1]) > eps )
741 if( fabs(xsum - 1.) > eps )
750 if( fabs(v - cvRound(v)) > eps )
752 if( fabs(v - ky->data.fl[ysz - i - 1]) > eps )
754 if( fabs(v + ky->data.fl[ysz - i - 1]) > eps )
758 if( fabs(ysum - 1.) > eps )
    [all...]
cvpyrsegmentation.cpp 1411 const double eps = 1.; local
1589 const double eps = 1.; local
    [all...]
cvcalibinit.cpp 1856 int edge_flag = 0, eps = 2; local
    [all...]
  /external/webkit/Tools/android/flex-2.5.4a/MISC/
parse.c 82 int pat, scnum, eps, headcnt, trailcnt, anyccl, lastchar, i, rulelen; variable
1032 eps = mkstate( SYM_EPSILON );
1034 link_machines( eps, mkstate( '\n' ) ) );
    [all...]
  /external/chromium/net/tools/flip_server/
sm_connection.cc 222 void SMConnection::OnRegistration(EpollServer* eps, int fd, int event_mask) {
239 void SMConnection::OnShutdown(EpollServer* eps, int fd) {
  /external/opencv/cvaux/src/
cvfindhandregion.cpp 278 float eps = (float) 0.01; local
376 // if(fabs(sub[0])<eps||fabs(sub[1])<eps||fabs(sub[2])<eps) continue;
393 if(fabs(a[0])<eps && fabs(a[1])<eps && fabs(a[2])<eps)
450 if( vl < eps )
cveigenobjects.cpp 45 icvJacobiEigens_32f(float *A, float *V, float *E, int n, float eps)
55 if( eps < 1.0e-7f )
56 eps = 1.0e-7f;
73 ax = anorm * eps / n;
    [all...]
cvlee.cpp 4658 const T eps = (T)1e-6; local
4712 const T eps = (T)1e-6; local
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/cinematic/
MotionPath.java 63 private float eps = 0.0001f; field in class:MotionPath
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 3573 U d2, eps, u; variable
3822 dval(&eps) = ieps*dval(&u) + 7.; variable
3838 dval(&eps) = 0.5\/tens[ilim-1] - dval(&eps); variable
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/
Makefile 1247 %.eps: %.fig
1248 fig2dev -L eps $*.fig $*.eps
1254 docs-pics: doc/wpa_supplicant.png doc/wpa_supplicant.eps
1266 rm -f doc/wpa_supplicant.{eps,png} wpa_supplicant-devel.pdf
  /external/blktrace/btt/doc/
btt.tex 543 \epsfig{file=activity.eps,width=4.5in}
579 \epsfig{file=qhist.eps,width=4.5in}
594 \epsfig{file=dhist.eps,width=4.5in}
745 \epsfig{file=seek.eps,width=4.5in}
794 \epsfig{file=sps.eps,width=4.5in}
    [all...]
  /external/opencv/ml/src/
mlboost.cpp 46 const double eps = 1e-5; local
48 val = MAX( val, eps );
49 val = MIN( val, 1. - eps );
    [all...]
mlsvm.cpp 350 // eps is the stopping criterion
423 eps = kernel->params->term_crit.epsilon;
793 return Gmax1 + Gmax2 < eps;
885 if( MAX(Gmax1 + Gmax2, Gmax3 + Gmax4) < eps )
    [all...]
  /external/opencv/cv/include/
cvcompat.h 374 #define cvmEigenVV( mat, evec, eval, eps) cvEigenVV( mat, evec, eval, eps )
    [all...]
  /external/opencv/ml/include/
ml.h 452 double eps; member in class:CvSVMSolver
    [all...]
  /external/opencv/cxcore/include/
cxcore.h 495 sets eps to default_eps (if it is not set),
784 CvArr* evals, double eps CV_DEFAULT(0));
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]
  /external/grub/docs/
texinfo.tex     [all...]

Completed in 2263 milliseconds

12