HomeSort by relevance Sort by last modified time
    Searched refs:EPS (Results 1 - 21 of 21) sorted by null

  /external/deqp/framework/delibs/debase/
deInt32Test.c 122 const int EPS = 1 << (DE_RCP_FRAC_BITS - NUM_ACCURATE_BITS);
129 DE_TEST_ASSERT(rcp >= ref-EPS && rcp < ref+EPS);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_float.py     [all...]
  /external/eigen/lapack/
dlamch.f 28 *> = 'E' or 'e', DLAMCH := eps
31 *> = 'P' or 'p', DLAMCH := eps*base
39 *> eps = relative machine precision
42 *> prec = eps*base
48 *> rmax = overflow threshold - (base**emax)*(1-eps)
82 DOUBLE PRECISION RND, EPS, SFMIN, SMALL, RMACH
100 EPS = EPSILON(ZERO) * 0.5
102 EPS = EPSILON(ZERO)
106 RMACH = EPS
115 SFMIN = SMALL*( ONE+EPS )
    [all...]
slamch.f 32 *> = 'E' or 'e', SLAMCH := eps
35 *> = 'P' or 'p', SLAMCH := eps*base
43 *> eps = relative machine precision
46 *> prec = eps*base
52 *> rmax = overflow threshold - (base**emax)*(1-eps)
86 REAL RND, EPS, SFMIN, SMALL, RMACH
104 EPS = EPSILON(ZERO) * 0.5
106 EPS = EPSILON(ZERO)
110 RMACH = EPS
119 SFMIN = SMALL*( ONE+EPS )
    [all...]
  /external/aac/libSBRenc/src/
sbr_def.h 113 #define EPS 1e-12
  /external/eigen/blas/testing/
dblat3.f 58 DOUBLE PRECISION EPS, ERR, THRESH
183 * Compute EPS (the machine precision).
185 EPS = ONE
187 IF( DDIFF( ONE + EPS, ONE ).EQ.ZERO )
189 EPS = HALF*EPS
192 EPS = EPS + EPS
193 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
sblat3.f 58 REAL EPS, ERR, THRESH
183 * Compute EPS (the machine precision).
185 EPS = ONE
187 IF( SDIFF( ONE + EPS, ONE ).EQ.ZERO )
189 EPS = HALF*EPS
192 EPS = EPS + EPS
193 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
cblat2.f 82 REAL EPS, ERR, THRESH
241 * Compute EPS (the machine precision).
243 EPS = RONE
245 IF( SDIFF( RONE + EPS, RONE ).EQ.RZERO )
247 EPS = RHALF*EPS
250 EPS = EPS + EPS
251 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
dblat2.f 79 DOUBLE PRECISION EPS, ERR, THRESH
236 * Compute EPS (the machine precision).
238 EPS = ONE
240 IF( DDIFF( ONE + EPS, ONE ).EQ.ZERO )
242 EPS = HALF*EPS
245 EPS = EPS + EPS
246 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
sblat2.f 79 REAL EPS, ERR, THRESH
236 * Compute EPS (the machine precision).
238 EPS = ONE
240 IF( SDIFF( ONE + EPS, ONE ).EQ.ZERO )
242 EPS = HALF*EPS
245 EPS = EPS + EPS
246 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
zblat2.f 83 DOUBLE PRECISION EPS, ERR, THRESH
242 * Compute EPS (the machine precision).
244 EPS = RONE
246 IF( DDIFF( RONE + EPS, RONE ).EQ.RZERO )
248 EPS = RHALF*EPS
251 EPS = EPS + EPS
252 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
cblat3.f 63 REAL EPS, ERR, THRESH
190 * Compute EPS (the machine precision).
192 EPS = RONE
194 IF( SDIFF( RONE + EPS, RONE ).EQ.RZERO )
196 EPS = RHALF*EPS
199 EPS = EPS + EPS
200 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
zblat3.f 64 DOUBLE PRECISION EPS, ERR, THRESH
191 * Compute EPS (the machine precision).
193 EPS = RONE
195 IF( DDIFF( RONE + EPS, RONE ).EQ.RZERO )
197 EPS = RHALF*EPS
200 EPS = EPS + EPS
201 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
  /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 )
  /external/eigen/unsupported/Eigen/src/SVD/
BDCSVD.h 579 RealScalar EPS = EPSILON * (std::max<RealScalar>(m_computed(firstCol + shift + 1, firstCol + shift + 1), m_computed(firstCol + k, firstCol + k)));
581 if (m_computed(firstCol + shift, firstCol + shift) < EPS){
582 m_computed(firstCol + shift, firstCol + shift) = EPS;
586 if (std::abs(m_computed(i, firstCol + shift)) < EPS){
593 if (m_computed(i, i) < EPS){
683 if ((m_computed(i + 1, i + 1) - m_computed(i, i)) < EPS){
  /external/opencv/cvaux/src/
cv3dtracker.cpp 493 #define EPS 1e-9
536 if (den < EPS)
  /external/chromium_org/third_party/webrtc/modules/video_coding/codecs/test_framework/
exportfig.m 12 % 'Format' one of the strings 'eps','eps2','jpeg','png','preview'
13 % specifies the output format. Defaults to 'eps'.
20 % specifies a preview for EPS files. Defaults to 'none'.
79 % exportfig(gcf,'fig1.eps','height',3);
80 % Exports the current figure to the file named 'fig1.eps' with
85 % exportfig(gcf, 'fig2.eps', 'FontMode', 'fixed',...
87 % Exports the current figure to 'fig2.eps' in color with all
113 format = 'eps';
138 if (~strcmp(format,{'eps','eps2','jpeg','png','preview'}))
139 error(['Format must be ''eps'', ''eps2'', ''jpeg'', ''png'' or' ..
    [all...]
  /prebuilts/tools/linux-x86/swt/
swt.jar 
  /prebuilts/tools/linux-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 1974 milliseconds