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

1 2 3 4

  /external/chromium_org/net/tools/quic/test_tools/
mock_quic_dispatcher.cc 15 EpollServer* eps)
16 : QuicDispatcher(config, crypto_config, guid, eps) { }
mock_quic_dispatcher.h 25 EpollServer* eps);
quic_test_utils.cc 20 EpollServer* eps,
23 new QuicEpollConnectionHelper(fd, eps), is_server,
  /external/chromium_org/third_party/npapi/npspy/common/
epmanager.cpp 76 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->realNPPFuncs.size = funcs->size
    [all...]
  /external/blktrace/btt/doc/
Makefile 5 btt.tex: activity.eps qhist.eps dhist.eps seek.eps
  /external/eigen/unsupported/Eigen/src/NonLinearOptimization/
chkder.h 21 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)
fdjac1.h 19 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/chromium_org/net/tools/quic/
quic_epoll_connection_helper.h 38 QuicEpollConnectionHelper(int fd, EpollServer* eps);
39 QuicEpollConnectionHelper(QuicPacketWriter* writer, EpollServer* eps);
quic_server.h 45 EpollServer* eps, int fd, int event_mask) OVERRIDE {}
60 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {}
quic_client.h 90 EpollServer* eps, int fd, int event_mask) OVERRIDE {}
97 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {}
quic_dispatcher_test.cc 54 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) {
  /external/chromium_org/v8/test/mjsunit/
number-limits.js 30 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/
number-limits.js 30 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/opencv/cv/src/
cvcornersubpix.cpp 69 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 );
cvmatchcontours.cpp 65 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 || lpt < 4
    [all...]
  /external/chromium/net/tools/flip_server/
acceptor_thread.h 52 virtual void OnRegistration(EpollServer* eps, int fd, int event_mask) {}
56 virtual void OnShutdown(EpollServer* eps, int fd) {}
output_ordering.h 59 EpollServer* eps);
61 virtual void OnShutdown(EpollServer* eps);
sm_connection.h 85 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/
acceptor_thread.h 53 virtual void OnRegistration(EpollServer* eps,
59 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE {}
output_ordering.h 60 EpollServer* eps) OVERRIDE;
62 virtual void OnShutdown(EpollServer* eps) OVERRIDE;
sm_connection.h 83 virtual void OnRegistration(EpollServer* eps,
89 virtual void OnShutdown(EpollServer* eps, int fd) OVERRIDE;
  /external/valgrind/main/drd/tests/
matinv.c 305 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);
omp_matinv.c 269 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/
NumericalDiff.h 70 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/
Makefile.am 108 $(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:

Completed in 1116 milliseconds

1 2 3 4