HomeSort by relevance Sort by last modified time
    Searched defs:EPS (Results 1 - 25 of 38) sorted by null

1 2

  /external/deqp/framework/delibs/debase/
deInt32Test.c 147 const deUint32 EPS = 1u << (DE_RCP_FRAC_BITS - NUM_ACCURATE_BITS);
154 DE_TEST_ASSERT(rcp >= ref-EPS && rcp < ref+EPS);
  /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...]
  /frameworks/base/tests/Internal/src/com/android/internal/ml/clustering/
KMeansTest.java 40 private static final double EPS = 0.01;
89 assertEquals("Squared distance not valid", mKMeans.sqDistance(a, b), sqDist, EPS);
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/metricregression/
DetectRegressionTest.java 48 private static final double EPS = 0.0001;
167 return Math.abs(d1 - d2) < EPS;
  /external/ltp/testcases/misc/math/float/
main.c 78 const double EPS = 0.1e-300;
  /external/opencv/cvaux/src/
cv3dtracker.cpp 493 #define EPS 1e-9
536 if (den < EPS)
  /packages/services/Car/tests/carservice_test/src/com/android/car/
CarVendorExtensionManagerTest.java 75 private static final float EPS = 1e-9f;
148 assertEquals(value, actualValue, EPS);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_float.py     [all...]
  /external/aac/libSBRenc/src/
sbr_def.h 130 #define EPS 1e-12
  /external/python/cpython2/Lib/test/
test_float.py     [all...]
  /external/python/cpython3/Lib/test/
test_float.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_float.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_float.py     [all...]
  /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/libxaac/decoder/
ixheaacd_sbr_const.h 152 #define EPS 1e-12f
  /external/cblas/testing/
c_cblat2.f 81 REAL EPS, ERR, THRESH
253 * Compute EPS (the machine precision).
255 EPS = RONE
257 IF( SDIFF( RONE + EPS, RONE ).EQ.RZERO )
259 EPS = RHALF*EPS
262 EPS = EPS + EPS
263 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_cblat3.f 62 REAL EPS, ERR, THRESH
204 * Compute EPS (the machine precision).
206 EPS = RONE
208 IF( SDIFF( RONE + EPS, RONE ).EQ.RZERO )
210 EPS = RHALF*EPS
213 EPS = EPS + EPS
214 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_dblat2.f 78 DOUBLE PRECISION EPS, ERR, THRESH
249 * Compute EPS (the machine precision).
251 EPS = ONE
253 IF( DDIFF( ONE + EPS, ONE ).EQ.ZERO )
255 EPS = HALF*EPS
258 EPS = EPS + EPS
259 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_dblat3.f 57 DOUBLE PRECISION EPS, ERR, THRESH
199 * Compute EPS (the machine precision).
201 EPS = ONE
203 IF( DDIFF( ONE + EPS, ONE ).EQ.ZERO )
205 EPS = HALF*EPS
208 EPS = EPS + EPS
209 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_sblat2.f 78 REAL EPS, ERR, THRESH
249 * Compute EPS (the machine precision).
251 EPS = ONE
253 IF( SDIFF( ONE + EPS, ONE ).EQ.ZERO )
255 EPS = HALF*EPS
258 EPS = EPS + EPS
259 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_sblat3.f 57 REAL EPS, ERR, THRESH
198 * Compute EPS (the machine precision).
200 EPS = ONE
202 IF( SDIFF( ONE + EPS, ONE ).EQ.ZERO )
204 EPS = HALF*EPS
207 EPS = EPS + EPS
208 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_zblat2.f 82 DOUBLE PRECISION EPS, ERR, THRESH
253 * Compute EPS (the machine precision).
255 EPS = RONE
257 IF( DDIFF( RONE + EPS, RONE ).EQ.RZERO )
259 EPS = RHALF*EPS
262 EPS = EPS + EPS
263 WRITE( NOUT, FMT = 9998 )EPS
    [all...]
c_zblat3.f 63 DOUBLE PRECISION EPS, ERR, THRESH
205 * Compute EPS (the machine precision).
207 EPS = RONE
209 IF( DDIFF( RONE + EPS, RONE ).EQ.RZERO )
211 EPS = RHALF*EPS
214 EPS = EPS + EPS
215 WRITE( NOUT, FMT = 9998 )EPS
    [all...]

Completed in 688 milliseconds

1 2