Searched defs:epsilon (Results 1 - 20 of 20) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DUtils.java27 public final static boolean close(float a, float b, float epsilon) { argument
28 return Math.abs(a - b) < epsilon;
/external/webkit/Source/WebCore/platform/graphics/
H A DUnitBezier.h63 double solveCurveX(double x, double epsilon) argument
75 if (fabs (x2) < epsilon)
95 if (fabs(x2 - x) < epsilon)
108 double solve(double x, double epsilon) argument
110 return sampleCurveY(solveCurveX(x, epsilon));
/external/clang/test/CodeGenCXX/
H A Dmangle-ms.cpp99 void epsilon(int a[][10][20]) {} function
100 // CHECK: @"\01?epsilon@@YAXQAY19BE@H@Z"
/external/opencv/cvaux/src/
H A Dcvlevmar.cpp60 int maxIter,double epsilon)
125 if( epsilon < 0 )
226 } while ( change > epsilon && currIter < maxIter );
56 cvLevenbergMarquardtOptimization(pointer_LMJac JacobianFunction, pointer_LMFunc function, CvMat *X0,CvMat *observRes,CvMat *resultX, int maxIter,double epsilon) argument
/external/srec/srec/include/
H A Dcomp_stats.h84 CS_CLOCK epsilon; member in struct:COMP_STATS_t
/external/stlport/test/unit/
H A Dnum_put_get_test.cpp58 float epsilon = numeric_limits<float>::epsilon(); local
59 return val <= ref + epsilon && val >= ref - epsilon;
64 double epsilon = numeric_limits<double>::epsilon(); local
65 return val <= ref + epsilon && val >= ref - epsilon;
/external/valgrind/main/drd/tests/
H A Domp_matinv.c262 /** Compute epsilon for the numeric type elem_t. Epsilon is defined as the
267 static elem_t epsilon() function
324 eps = epsilon();
334 printf("error = %g; epsilon = %g; error / (epsilon * n) = %g\n",
H A Dmatinv.c298 /** Compute epsilon for the numeric type elem_t. Epsilon is defined as the
303 static elem_t epsilon() function
344 eps = epsilon();
354 printf("error = %g; epsilon = %g; error / (epsilon * n) = %g\n",
/external/bison/lib/
H A Dhash.c491 is 11 (due to next_prime's algorithm), so an epsilon of 0.1
493 float epsilon = 0.1f; local
495 if (epsilon < tuning->growth_threshold
496 && tuning->growth_threshold < 1 - epsilon
497 && 1 + epsilon < tuning->growth_factor
499 && tuning->shrink_threshold + epsilon < tuning->shrink_factor
501 && tuning->shrink_threshold + epsilon < tuning->growth_threshold)
/external/chromium/chrome/browser/ui/views/infobars/
H A Dinfobar_view.cc180 const SkScalar epsilon = 0.01f; local
181 fill_path_->rLineTo(-epsilon, 0);
183 fill_path_->rLineTo(epsilon - (arrow_fill_half_width * 2), 0);
/external/webkit/Source/WebCore/rendering/
H A DAutoTableLayout.cpp233 // We substitute 0 percent by (epsilon / percentScaleFactor) percent in two places below to avoid division by zero.
235 const float epsilon = 1 / 128.0f; local
244 float logicalWidth = static_cast<float>(m_layoutStruct[i].effectiveMaxLogicalWidth) * 100 / max(percent, epsilon);
253 maxNonPercent = maxNonPercent * 100 / max(remainingPercent, epsilon);
/external/bluetooth/glib/gobject/
H A Dgparamspecs.h777 * @epsilon: values closer than @epsilon will be considered identical
789 gfloat epsilon; member in struct:_GParamSpecFloat
797 * @epsilon: values closer than @epsilon will be considered identical
809 gdouble epsilon; member in struct:_GParamSpecDouble
H A Dgparamspecs.c525 fspec->epsilon = G_FLOAT_EPSILON;
552 gfloat epsilon = G_PARAM_SPEC_FLOAT (pspec)->epsilon; local
555 return - (value2->data[0].v_float - value1->data[0].v_float > epsilon);
557 return value1->data[0].v_float - value2->data[0].v_float > epsilon;
568 dspec->epsilon = G_DOUBLE_EPSILON;
595 gdouble epsilon = G_PARAM_SPEC_DOUBLE (pspec)->epsilon; local
598 return - (value2->data[0].v_double - value1->data[0].v_double > epsilon);
600 return value1->data[0].v_double - value2->data[0].v_double > epsilon;
[all...]
/external/icu4c/i18n/
H A Dastro.cpp605 while (uprv_fabs(delta) > 1e-5); // epsilon = 1e-5 rad
1287 double periodDays, double epsilon, UBool next)
1304 // Now iterate until we get the error below epsilon. Throughout
1341 return timeOfAngle(func, desired, periodDays, epsilon, next);
1349 while (uprv_fabs(deltaT) > epsilon);
1356 double epsilon)
1369 rise?"T":"F", diameter, refraction, epsilon));
1384 while (++ count < 5 && uprv_fabs(deltaT) > epsilon);
1286 timeOfAngle(AngleFunc& func, double desired, double periodDays, double epsilon, UBool next) argument
1354 riseOrSet(CoordFunc& func, UBool rise, double diameter, double refraction, double epsilon) argument
/external/opencv/ml/src/
H A Dmlann_mlp.cpp834 double epsilon; local
850 epsilon = params.term_crit.type & CV_TERMCRIT_EPS ? params.term_crit.epsilon : DEFAULT_EPSILON;
851 epsilon = MAX(epsilon, DBL_EPSILON);
855 params.term_crit.epsilon = epsilon;
890 double prev_E = DBL_MAX*0.5, E = 0, epsilon; local
893 epsilon = params.term_crit.epsilon*coun
1065 double prev_E = DBL_MAX*0.5, epsilon; local
[all...]
H A Dmlboost.cpp246 const float epsilon = FLT_EPSILON*2; local
287 if( sorted[i].val + epsilon < sorted[i+1].val )
308 if( sorted[i].val + epsilon < sorted[i+1].val )
442 const float epsilon = FLT_EPSILON*2; local
470 if( sorted[i].val + epsilon < sorted[i+1].val )
573 const float epsilon = FLT_EPSILON*2; local
613 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
622 if( RL + LR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
H A Dmltree.cpp1568 const float epsilon = FLT_EPSILON*2; local
1609 if( sorted[i].val + epsilon < sorted[i+1].val )
1641 if( sorted[i].val + epsilon < sorted[i+1].val )
1929 const float epsilon = FLT_EPSILON*2;
1950 if( sorted[i].val + epsilon < sorted[i+1].val )
2050 const float epsilon = FLT_EPSILON*2; local
2087 if( LL + RR > _best_val && sorted[i].val + epsilon < sorted[i+1].val )
2096 if( RL + LR > _best_val && sorted[i].val + epsilon < sorted[i+1].val )
2138 if( LL + RR > best_val && sorted[i].val + epsilon < sorted[i+1].val )
2147 if( RL + LR > best_val && sorted[i].val + epsilon < sorte
[all...]
/external/libxml2/
H A Dtrio.c2640 trio_long_double_t epsilon; local
2690 epsilon = LDBL_EPSILON;
2697 epsilon = FLT_EPSILON;
2704 epsilon = DBL_EPSILON;
2797 integerDigits = (integerNumber > epsilon)
2826 integerDigits = (integerNumber > epsilon)
2865 hasOnlyZeroes = (floorl((fractionNumber + fractionAdjust) * dblFractionBase) < epsilon);
/external/opencv/cxcore/include/
H A Dcxtypes.h891 double epsilon; member in struct:CvTermCriteria
895 CV_INLINE CvTermCriteria cvTermCriteria( int type, int max_iter, double epsilon )
901 t.epsilon = (float)epsilon;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 295 milliseconds