Home
last modified time | relevance | path

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

/external/stlport/stlport/stl/
D_limits.h90 static __number _STLP_CALL epsilon() _STLP_NOTHROW { return __number(); } in epsilon() function
420 static float _STLP_CALL epsilon() _STLP_NOTHROW { return FLT_EPSILON; } in epsilon() function
451 static double _STLP_CALL epsilon() _STLP_NOTHROW { return DBL_EPSILON; } in epsilon() function
482 static long double _STLP_CALL epsilon() _STLP_NOTHROW { return LDBL_EPSILON; } in epsilon() function
/external/opencv/cvaux/src/
Dcvlevmar.cpp60 int maxIter,double epsilon) in cvLevenbergMarquardtOptimization()
Dcvlevmarprojbandle.cpp1055 … CvMat** resultProjMatrs, CvMat* resultPoints4D,int maxIter,double epsilon ) in cvOptimizeLevenbergMarquardtBundle()
/external/clang/test/CodeGenCXX/
Dmangle-ms.cpp88 void epsilon(int a[][10][20]) {} in epsilon() function
/external/stlport/test/unit/
Dnum_put_get_test.cpp58 float epsilon = numeric_limits<float>::epsilon(); in check_float() local
64 double epsilon = numeric_limits<double>::epsilon(); in check_double() local
/external/webkit/Source/JavaScriptCore/runtime/
DNumberPrototype.cpp270 const double epsilon = 0.001; // TODO: guessed. base on radix ? in numberProtoFuncToString() local
/external/chromium/chrome/browser/ui/views/infobars/
Dinfobar_view.cc180 const SkScalar epsilon = 0.01f; in Layout() local
/external/srec/srec/include/
Dcomp_stats.h84 CS_CLOCK epsilon; member
/external/valgrind/main/drd/tests/
Domp_matinv.c267 static elem_t epsilon() in epsilon() function
Dmatinv.c305 static elem_t epsilon() in epsilon() function
/external/opencv/ml/src/
Dmlann_mlp.cpp834 double epsilon; in train() local
890 double prev_E = DBL_MAX*0.5, E = 0, epsilon; in train_backprop() local
1065 double prev_E = DBL_MAX*0.5, epsilon; in train_rprop() local
Dmlboost.cpp246 const float epsilon = FLT_EPSILON*2; in find_split_ord_class() local
442 const float epsilon = FLT_EPSILON*2; in find_split_ord_reg() local
573 const float epsilon = FLT_EPSILON*2; in find_surrogate_split_ord() local
Dmltree.cpp1568 const float epsilon = FLT_EPSILON*2; in find_split_ord_class() local
1929 const float epsilon = FLT_EPSILON*2; in find_split_ord_reg() local
2050 const float epsilon = FLT_EPSILON*2; in find_surrogate_split_ord() local
/external/icu4c/i18n/
Dastro.cpp1287 double periodDays, double epsilon, UBool next) in timeOfAngle()
1356 double epsilon) in riseOrSet()
/external/bluetooth/glib/gobject/
Dgparamspecs.h789 gfloat epsilon; member
809 gdouble epsilon; member
Dgparamspecs.c552 gfloat epsilon = G_PARAM_SPEC_FLOAT (pspec)->epsilon; in param_float_values_cmp() local
595 gdouble epsilon = G_PARAM_SPEC_DOUBLE (pspec)->epsilon; in param_double_values_cmp() local
/external/webkit/Source/WebCore/rendering/
DAutoTableLayout.cpp235 const float epsilon = 1 / 128.0f; in computePreferredLogicalWidths() local
/external/bison/lib/
Dhash.c493 float epsilon = 0.1f; in check_tuning() local
/external/opencv/cxcore/include/
Dcxtypes.h891 double epsilon; member
895 CV_INLINE CvTermCriteria cvTermCriteria( int type, int max_iter, double epsilon ) in cvTermCriteria()
/external/libxml2/
Dtrio.c2640 trio_long_double_t epsilon; variable