Searched refs:eps (Results 1 - 25 of 86) sorted by relevance

1234

/external/chromium_org/v8/test/mjsunit/
H A Dnumber-limits.js30 var i; var eps;
31 for (i = 0, eps = 1; i < 1100; i++, eps /= 2) {
32 var mulAboveMax = Number.MAX_VALUE * (1 + eps);
33 var addAboveMax = Number.MAX_VALUE + 1/eps;
34 var mulBelowMin = Number.MIN_VALUE * (1 - eps);
35 var addBelowMin = Number.MIN_VALUE - eps;
/external/v8/test/mjsunit/
H A Dnumber-limits.js30 var i; var eps;
31 for (i = 0, eps = 1; i < 1100; i++, eps /= 2) {
32 var mulAboveMax = Number.MAX_VALUE * (1 + eps);
33 var addAboveMax = Number.MAX_VALUE + 1/eps;
34 var mulBelowMin = Number.MIN_VALUE * (1 - eps);
35 var addBelowMin = Number.MIN_VALUE - eps;
/external/chromium_org/net/tools/quic/test_tools/
H A Dmock_quic_dispatcher.cc15 EpollServer* eps)
16 : QuicDispatcher(config, crypto_config, guid, eps) { }
11 MockQuicDispatcher( const QuicConfig& config, const QuicCryptoServerConfig& crypto_config, QuicGuid guid, EpollServer* eps) argument
H A Dmock_quic_dispatcher.h25 EpollServer* eps);
H A Dquic_test_utils.cc20 EpollServer* eps,
23 new QuicEpollConnectionHelper(fd, eps), is_server,
17 MockConnection(QuicGuid guid, IPEndPoint address, int fd, EpollServer* eps, bool is_server) argument
/external/chromium_org/third_party/npapi/npspy/common/
H A Depmanager.cpp76 for(PluginEntryPointList * eps = mEntryPoints; eps != NULL;)
78 for(InstanceList * instances = eps->instances; instances != NULL;)
85 PluginEntryPointList * next = eps->next;
86 delete eps;
87 eps = next;
93 PluginEntryPointList * eps = new PluginEntryPointList(); local
95 if(eps == NULL)
98 strcpy(eps->mimetype, mimetype);
102 eps
[all...]
/external/blktrace/btt/doc/
H A DMakefile5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
/external/eigen/unsupported/Eigen/src/NonLinearOptimization/
H A Dchkder.h21 const Scalar eps = sqrt(NumTraits<Scalar>::epsilon()); local
23 const Scalar epslog = chkder_log10e * log(eps);
32 temp = eps * abs(x[j]);
34 temp = eps;
50 temp = eps * abs((fvecp[i] - fvec[i]) / eps - err[i]) / (abs(fvec[i]) + abs(fvecp[i]));
52 if (temp > NumTraits<Scalar>::epsilon() && temp < eps)
54 if (temp >= eps)
H A Dfdjac1.h19 Scalar eps, temp; local
31 eps = sqrt((std::max)(epsfcn,epsmch));
37 h = eps * abs(temp);
39 h = eps;
53 h = eps * abs(wa2[j]);
54 if (h == 0.) h = eps;
62 h = eps * abs(wa2[j]);
63 if (h == 0.) h = eps;
/external/opencv/cv/src/
H A Dcvcornersubpix.cpp69 double eps; local
98 eps = 0.f;
102 eps = criteria.epsilon;
106 eps = criteria.epsilon;
114 eps = MAX( eps, 0 );
115 eps *= eps; /* use square of error in comparsion operations. */
250 while( ++iter < max_iters && err > eps );
H A Dcvmatchcontours.cpp65 double eps = 1.e-5; local
127 if( ama > eps && amb > eps )
157 if( ama > eps && amb > eps )
187 if( ama > eps && amb > eps )
232 double eps = 1.e-5; local
281 if( area1 < eps || area2 < eps || lp
[all...]
/external/chromium/net/tools/flip_server/
H A Dacceptor_thread.h52 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) {} argument
56 virtual void OnShutdown(EpollServer* eps, int fd) {} argument
H A Doutput_ordering.h59 EpollServer* eps);
61 virtual void OnShutdown(EpollServer* eps);
H A Dsm_connection.h85 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask);
89 virtual void OnShutdown(EpollServer* eps, int fd);
/external/chromium_org/net/tools/flip_server/
H A Doutput_ordering.h60 EpollServer* eps) OVERRIDE;
62 virtual void OnShutdown(EpollServer* eps) OVERRIDE;
H A Dacceptor_thread.h53 virtual void OnRegistration(EpollServer* eps,
59 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {}
/external/chromium_org/net/tools/quic/
H A Dquic_epoll_connection_helper.h38 QuicEpollConnectionHelper(int fd, EpollServer* eps);
39 QuicEpollConnectionHelper(QuicPacketWriter* writer, EpollServer* eps);
H A Dquic_server.h45 EpollServer* eps, int fd, int event_mask) OVERRIDE {}
60 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {}
H A Dquic_dispatcher_test.cc54 EpollServer* eps)
55 : QuicDispatcher(config, crypto_config, 1, eps) {}
61 EpollServer* eps));
74 EpollServer* eps,
76 : MockConnection(guid, address, fd, eps, true),
91 EpollServer* eps) {
93 new MockServerConnection(guid, addr, 0, eps, dispatcher);
189 EpollServer* eps)
190 : QuicTimeWaitListManager(writer, eps) {
52 TestDispatcher(const QuicConfig& config, const QuicCryptoServerConfig& crypto_config, EpollServer* eps) argument
71 MockServerConnection(QuicGuid guid, IPEndPoint address, int fd, EpollServer* eps, QuicDispatcher* dispatcher) argument
87 CreateSession(QuicDispatcher* dispatcher, QuicGuid guid, const IPEndPoint& addr, MockSession** session, EpollServer* eps) argument
188 MockTimeWaitListManager(QuicPacketWriter* writer, EpollServer* eps) argument
H A Dquic_client.h90 EpollServer* eps, int fd, int event_mask) OVERRIDE {}
97 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {}
/external/valgrind/main/drd/tests/
H A Dmatinv.c305 elem_t eps; local
306 for (eps = 1; 1 + eps != 1; eps /= 2)
308 return 2 * eps;
317 elem_t eps; local
344 eps = epsilon();
351 ratio = error / (eps * matrix_size);
355 error, eps, ratio);
H A Domp_matinv.c269 elem_t eps; local
270 for (eps = 1; 1 + eps != 1; eps /= 2)
272 return 2 * eps;
293 elem_t eps; local
324 eps = epsilon();
331 ratio = error / (eps * matrix_size);
335 error, eps, ratio);
/external/eigen/unsupported/Eigen/src/NumericalDiff/
H A DNumericalDiff.h70 const Scalar eps = internal::sqrt(((std::max)(epsfcn,NumTraits<Scalar>::epsilon() ))); local
92 h = eps * internal::abs(x[j]);
94 h = eps;
/external/bison/doc/
H A DMakefile.am108 $(FIGS_DOT:.dot=.eps) $(FIGS_DOT:.dot=.pdf) $(FIGS_DOT:.dot=.png)
109 SUFFIXES += .dot .eps .pdf .png
111 bison.dvi: $(FIGS_DOT:.dot=.eps)
115 .dot.eps:
/external/eigen/test/eigen2/
H A Deigen2_sparse_vector.cpp20 Scalar eps = 1e-6; local
41 VERIFY_IS_MUCH_SMALLER_THAN( v1.coeff(zerocoords[i]), eps );

Completed in 704 milliseconds

1234