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

12 3 4

  /external/eigen/test/eigen2/
eigen2_sparse_vector.cpp 20 Scalar eps = 1e-6; local
41 VERIFY_IS_MUCH_SMALLER_THAN( v1.coeff(zerocoords[i]), eps );
  /external/opencv/cxcore/src/
cxjacobieigens.cpp 54 // eps - accuracy of diagonalization.
62 // 3. Calculation time depends on eps value. If the time isn't very important,
63 // we recommend to set eps = 0.
69 icvJacobiEigens_32f(float *A, float *V, float *E, int n, float eps)
79 if( eps < DBL_EPSILON )
80 eps = DBL_EPSILON;
97 ax = anorm * eps / n;
220 icvJacobiEigens_64d(double *A, double *V, double *E, int n, double eps)
230 if( eps < DBL_EPSILON )
231 eps = DBL_EPSILON
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_test.h 129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
lp_test_main.c 254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps)
257 eps *= type.floating ? 8.0 : 2.0;
266 if (delta >= eps) {
278 double eps = lp_const_eps(type); local
279 return compare_vec_with_eps(type, res, ref, eps);
  /external/eigen/Eigen/src/Core/
StableNorm.h 84 RealScalar abig, eps; local
111 eps = RealScalar(pow(double(ibeta), 1-it));
112 relerr = internal::sqrt(eps); // tolerance for neglecting asml
113 abig = RealScalar(1.0/eps - 1.0);
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_test.h 129 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps);
lp_test_main.c 254 compare_vec_with_eps(struct lp_type type, const void *res, const void *ref, double eps)
257 eps *= type.floating ? 8.0 : 2.0;
266 if (delta >= eps) {
278 double eps = lp_const_eps(type); local
279 return compare_vec_with_eps(type, res, ref, eps);
  /external/chromium/net/tools/flip_server/
epoll_server.h 67 // eps - the poll server into which this callback was registered
72 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0;
110 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
1053 const EpollServer* eps() const { return eps_; } function in class:net::EpollAlarm
    [all...]
output_ordering.cc 68 EpollServer* eps) {
69 epoll_server_ = eps;
78 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) {
  /external/chromium_org/net/tools/flip_server/
epoll_server.h 66 // eps - the poll server into which this callback was registered
71 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) = 0;
109 virtual void OnShutdown(EpollServer* eps, int fd) = 0;
1043 const EpollServer* eps() const { return eps_; } function in class:net::EpollAlarm
    [all...]
output_ordering.cc 73 EpollServer* eps) {
74 epoll_server_ = eps;
83 void OutputOrdering::BeginOutputtingAlarm::OnShutdown(EpollServer* eps) {
  /external/eigen/bench/
benchBlasGemm.cpp 183 MyMatrix::Scalar eps = 1e-4; local
188 MYVERIFY(meigen.isApprox(mref, eps),". * .");
193 MYVERIFY(meigen.isApprox(mref, eps),"T * .");
198 MYVERIFY(meigen.isApprox(mref, eps),"T * T");
203 MYVERIFY(meigen.isApprox(mref, eps),". * T");
bench_norm.cpp 102 Scalar abig, eps;
128 eps = std::pow(ibeta, 1-it);
129 relerr = internal::sqrt(eps); // tolerance for neglecting asml
130 abig = 1.0/eps - 1.0;
  /external/eigen/test/
sparse_vector.cpp 20 Scalar eps = 1e-6; local
41 VERIFY_IS_MUCH_SMALLER_THAN( v1.coeff(zerocoords[i]), eps );
  /external/eigen/unsupported/test/
sparse_extra.cpp 62 Scalar eps = 1e-6; local
78 VERIFY_IS_MUCH_SMALLER_THAN( m.coeff(zeroCoords[i].x(),zeroCoords[i].y()), eps );
  /external/chromium_org/net/tools/quic/test_tools/
quic_test_utils.h 29 // Uses a QuicConnectionHelper created with fd and eps.
33 EpollServer* eps,
  /external/opencv/cv/src/
cvapprox.cpp 520 CvSeq** dst_contour, float eps )
546 eps *= eps;
596 le_eps = max_dist <= eps;
649 le_eps = (double)max_dist * max_dist <= eps * ((double)dx * dx + (double)dy * dy);
694 if( (double)dist * dist <= 0.5*eps*((double)dx*dx + (double)dy*dy) && dx != 0 && dy != 0 )
724 CvSeq** dst_contour, float eps )
750 eps *= eps;
801 le_eps = max_dist <= eps;
    [all...]
cvcamshift.cpp 65 int i = 0, eps; local
93 eps = cvRound( criteria.epsilon * criteria.epsilon );
130 if( dx*dx + dy*dy < eps )
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 754 U d2, eps, u; local
910 dval(&eps) = (ieps * dval(&u)) + 7.;
911 word0(&eps) -= (P - 1) * Exp_msk1;
916 if (dval(&u) > dval(&eps))
918 if (dval(&u) < -dval(&eps))
926 dval(&eps) = (0.5 / tens[ilim - 1]) - dval(&eps);
931 if (dval(&u) < dval(&eps))
933 if (1. - dval(&u) < dval(&eps))
937 dval(&eps) *= 10.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_cmath.py 355 eps = 1E-7
356 if abs(a[0] - b[0]) > eps or abs(a[1] - b[1]) > eps:
436 eps = 1E-7
437 if abs(a.real - b[0]) > eps or abs(a.imag - b[1]) > eps:
test_complex.py 28 def assertCloseAbs(self, x, y, eps=1e-9):
34 return abs(x) < eps
36 return abs(y) < eps
37 # check that relative difference < eps
38 self.assertTrue(abs((x-y)/y) < eps)
63 def assertClose(self, x, y, eps=1e-9):
65 self.assertCloseAbs(x.real, y.real, eps)
66 self.assertCloseAbs(x.imag, y.imag, eps)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_cmath.py 355 eps = 1E-7
356 if abs(a[0] - b[0]) > eps or abs(a[1] - b[1]) > eps:
436 eps = 1E-7
437 if abs(a.real - b[0]) > eps or abs(a.imag - b[1]) > eps:
test_complex.py 28 def assertCloseAbs(self, x, y, eps=1e-9):
34 return abs(x) < eps
36 return abs(y) < eps
37 # check that relative difference < eps
38 self.assertTrue(abs((x-y)/y) < eps)
63 def assertClose(self, x, y, eps=1e-9):
65 self.assertCloseAbs(x.real, y.real, eps)
66 self.assertCloseAbs(x.imag, y.imag, eps)
  /external/chromium_org/net/tools/quic/
quic_epoll_connection_helper_test.cc 37 TestConnectionHelper(int fd, EpollServer* eps)
38 : QuicEpollConnectionHelper(fd, eps) {
  /external/eigen/Eigen/src/Eigenvalues/
EigenSolver.h 418 const Scalar eps = NumTraits<Scalar>::epsilon(); local
463 m_matT.coeffRef(i,n) = -r / (eps * norm);
480 if ((eps * t) * t > Scalar(1))
533 vr = eps * norm * (internal::abs(w) + internal::abs(q) + internal::abs(x) + internal::abs(y) + internal::abs(lastw));
554 if ((eps * t) * t > Scalar(1))

Completed in 529 milliseconds

12 3 4