Searched refs:EPSILON (Results 1 - 25 of 44) sorted by last modified time

12

/external/srec/config/en.us/dictionary/
H A Dc0.636198 EPSILON EH1 P S AH0 L AA2 N
[all...]
/external/srec/srec/clib/
H A Djacobi.c32 #undef EPSILON macro
33 #define EPSILON 0.00000001 macro
91 if (sum < EPSILON) /* normal convergence */
115 if ((iter >= 4) && (g < EPSILON*fabs(d[i]))
116 && (g < EPSILON*fabs(d[j])))
124 if (g < EPSILON*fabs(h))
/external/skia/experimental/Intersection/
H A DNearestPoint.cpp32 #define EPSILON (ldexp(1.0,-MAXDEPTH-1)) /*Flatness control value */ macro
370 if (error < EPSILON) {
/external/replicaisland/src/com/replica/replicaisland/
H A DUtils.java21 private static final float EPSILON = 0.0001f; field in class:Utils
24 return close(a, b, EPSILON);
/external/pixman/pixman/
H A Dpixman-matrix.c669 #define EPSILON (pixman_fixed_t) (2) macro
671 #define IS_SAME(a, b) (within_epsilon (a, b, EPSILON))
672 #define IS_ZERO(a) (within_epsilon (a, 0, EPSILON))
673 #define IS_ONE(a) (within_epsilon (a, F (1), EPSILON))
675 (within_epsilon (a, F (1), EPSILON) || \
676 within_epsilon (a, F (-1), EPSILON) || \
/external/opencv/cvaux/src/
H A D_cvvm.h59 #define EPSILON 1.e-4 macro
60 //#define REAL_ZERO(x) ( (x) < EPSILON && (x) > -EPSILON)
/external/libvorbis/lib/
H A Dlsp.c309 #define EPSILON 10e-7 macro
337 if(denom<EPSILON)denom=EPSILON;
340 if(denom>-(EPSILON))denom=-(EPSILON);
/external/libopus/celt/
H A Darch.h103 #define EPSILON 1 macro
144 #define EPSILON 1e-15f macro
H A Dbands.c120 bandE[i+c*m->nbEBands] = EPSILON+VSHR32(EXTEND32(celt_sqrt(sum)),-shift);
122 bandE[i+c*m->nbEBands] = EPSILON;
365 norm = EPSILON + celt_sqrt(EPSILON+MULT16_16(left,left)+MULT16_16(right,right));
H A Dcelt_encoder.c341 norm = SHL32(EXTEND32(len2),6+14)/ADD32(EPSILON,SHR32(mean,1));
862 opus_val32 sumLR = EPSILON, sumMS = EPSILON;
1555 bandE[i] = MAX32(bandE[i], EPSILON);
H A Dvq.c212 if (!(sum > EPSILON && sum < 64))
353 opus_val32 E = EPSILON;
384 Emid = Eside = EPSILON;
/external/libopus/src/
H A Dopus_encoder.c668 e_1[0]=1.f/(EPSILON+mem[0]);
678 e_1[1]=1.f/(EPSILON+mem[1]);
680 e_1[2]=1.f/(EPSILON+mem[2]);
693 tmp=EPSILON;
908 corr = SHR32(frac_div32(mem->XY,EPSILON+MULT16_16(sqrt_xx,sqrt_yy)),16);
910 ldiff = Q15ONE*ABS16(qrrt_xx-qrrt_yy)/(EPSILON+qrrt_xx+qrrt_yy);
/external/fonttools/Lib/fontTools/pens/
H A DpointInsidePen.py15 EPSILON = 1e-10 variable
16 ONE_PLUS_EPSILON = 1 + EPSILON
17 ZERO_MINUS_EPSILON = 0 - EPSILON
/external/fonttools/Tools/fontTools/pens/
H A DpointInsidePen.py15 EPSILON = 1e-10 variable
16 ONE_PLUS_EPSILON = 1 + EPSILON
17 ZERO_MINUS_EPSILON = 0 - EPSILON
/external/eigen/unsupported/Eigen/src/SVD/
H A DBDCSVD.h21 #define EPSILON 0.0000000000000001 macro
579 RealScalar EPS = EPSILON * (std::max<RealScalar>(m_computed(firstCol + shift + 1, firstCol + shift + 1), m_computed(firstCol + k, firstCol + k)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jface.text_3.6.1.r361_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/v8/test/mjsunit/
H A Dmath-floor-part1.js72 testFloor(0, 1.0 - Number.EPSILON);
79 testFloor(1, 1.0 + Number.EPSILON);
83 testFloor(-1, -1 + Number.EPSILON);
84 testFloor(-2, -1 - Number.EPSILON);
H A Dnumber-is.js58 assertFalse(Number.isNaN(Number.EPSILON));
86 assertFalse(Number.isInteger(Number.EPSILON));
108 assertFalse(Number.isSafeInteger(Number.EPSILON));
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DNearestPoint.cpp32 #define EPSILON (ldexp(1.0,-MAXDEPTH-1)) /*Flatness control value */ macro
370 if (error < EPSILON) {
/external/chromium_org/third_party/opus/src/celt/
H A Darch.h103 #define EPSILON 1 macro
144 #define EPSILON 1e-15f macro
H A Dbands.c120 bandE[i+c*m->nbEBands] = EPSILON+VSHR32(EXTEND32(celt_sqrt(sum)),-shift);
122 bandE[i+c*m->nbEBands] = EPSILON;
365 norm = EPSILON + celt_sqrt(EPSILON+MULT16_16(left,left)+MULT16_16(right,right));
H A Dcelt_encoder.c341 norm = SHL32(EXTEND32(len2),6+14)/ADD32(EPSILON,SHR32(mean,1));
862 opus_val32 sumLR = EPSILON, sumMS = EPSILON;
1555 bandE[i] = MAX32(bandE[i], EPSILON);
H A Dvq.c212 if (!(sum > EPSILON && sum < 64))
353 opus_val32 E = EPSILON;
384 Emid = Eside = EPSILON;
/external/chromium_org/third_party/opus/src/src/
H A Dopus_encoder.c668 e_1[0]=1.f/(EPSILON+mem[0]);
678 e_1[1]=1.f/(EPSILON+mem[1]);
680 e_1[2]=1.f/(EPSILON+mem[2]);
693 tmp=EPSILON;
908 corr = SHR32(frac_div32(mem->XY,EPSILON+MULT16_16(sqrt_xx,sqrt_yy)),16);
910 ldiff = Q15ONE*ABS16(qrrt_xx-qrrt_yy)/(EPSILON+qrrt_xx+qrrt_yy);
/external/chromium_org/ui/gfx/
H A Dinterpolated_transform.cc18 static const double EPSILON = 1e-6; member in namespace:__anon16870
22 return remainder < EPSILON || 90.0 - remainder < EPSILON;

Completed in 480 milliseconds

12