Searched defs:degree (Results 26 - 43 of 43) sorted by relevance

12

/external/opencv/ml/src/
H A Dmlsvm.cpp170 svm_type(CvSVM::C_SVC), kernel_type(CvSVM::RBF), degree(0),
182 degree(_degree), gamma(_gamma), coef0(_coef0),
262 cvPow( &R, &R, params->degree );
1231 params.degree = 0;
1232 else if( params.degree <= 0 )
1233 CV_ERROR( CV_StsOutOfRange, "The kernel parameter <degree> must be positive" );
1613 double gamma = 0, C = 0, degree = 0, coef = 0, p = 0, nu = 0; local
1676 degree_grid.min_val = degree_grid.max_val = params.degree;
1684 degree_grid.min_val = degree_grid.max_val = params.degree;
1775 degree
[all...]
/external/freetype/src/raster/
H A Dftraster.c1178 /* degree :: The degree of the Bezier arc (either 2 or 3). */
1190 Bezier_Up( RAS_ARGS Int degree, argument
1205 y1 = arc[degree].y;
1235 *top++ = arc[degree].x;
1267 y1 = arc[degree].y;
1271 arc += degree;
1275 *top++ = arc[degree].x + FMulDiv( arc[0].x - arc[degree].x,
1277 arc -= degree;
1323 Bezier_Down( RAS_ARGS Int degree, TSplitter splitter, Long miny, Long maxy ) argument
[all...]
/external/opencv/ml/include/
H A Dml.h329 double degree; // for poly member in struct:CvSVMParams
/external/icu/icu4c/source/test/cintltst/
H A Dcmsccoll.c1720 static const UChar degree = 0xb0; /* symbol */ local
1734 ucol_equal(coll, &nul, 0, &degree, 1) ||
1747 ucol_equal(coll, &nul, 0, &degree, 1) ||
1750 ucol_greaterOrEqual(coll, &dot, 1, &degree, 1)) {
1754 varTop1 = ucol_setVariableTop(coll, &degree, 1, &status);
1756 log_verbose("ucol_setVariableTop(degree) -> %08x\n", varTop1);
1760 !ucol_equal(coll, &nul, 0, &degree, 1) ||
1763 ucol_greaterOrEqual(coll, &degree, 1, &dollar, 1)) {
1764 log_err("ucol_setVariableTop(degree) did not work - %s\n", u_errorName(status));
1773 !ucol_equal(coll, &nul, 0, &degree,
1830 static const UChar degree = 0xb0; /* symbol */ local
[all...]
/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Dnative_crypto.cc1830 jint degree = static_cast<jint>(EC_GROUP_get_degree(group)); local
1831 if (degree == 0) {
1838 JNI_TRACE("EC_GROUP_get_degree(%p) => %d", group, degree);
1839 return degree;
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...
/external/guice/extensions/persist/lib/
H A Dantlr-2.7.5h3.jarMETA-INF/ META-INF/MANIFEST.MF antlr/ antlr/ActionElement.class ActionElement.java package antlr ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/kotlinc/lib/
H A Dkotlin-runtime.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
H A Dkotlin-stdlib.jarMETA-INF/ META-INF/MANIFEST.MF kotlin/ kotlin/kotlin.kotlin_builtins kotlin/collections/ kotlin/collections/collections ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 726 milliseconds

12