/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/ |
D | reduce.hpp | 181 typedef typename MakeVec<R, 2>::type val_type; typedef 183 __device__ __forceinline__ static void add(R* ptr, val_type val) in add() 189 __device__ __forceinline__ static void min(R* ptr, val_type val) in min() 195 __device__ __forceinline__ static void max(R* ptr, val_type val) in max() 204 typedef typename MakeVec<R, 3>::type val_type; typedef 206 __device__ __forceinline__ static void add(R* ptr, val_type val) in add() 213 __device__ __forceinline__ static void min(R* ptr, val_type val) in min() 220 __device__ __forceinline__ static void max(R* ptr, val_type val) in max() 230 typedef typename MakeVec<R, 4>::type val_type; typedef 232 __device__ __forceinline__ static void add(R* ptr, val_type val) in add() [all …]
|
/external/chromium-trace/catapult/perf_insights/third_party/cloudstorage/ |
D | api_utils.py | 268 def _check(cls, name, val, can_be_zero=False, val_type=float): argument 284 valid_types = [val_type] 285 if val_type is float: 290 'Expect type %s for parameter %s' % (val_type.__name__, name))
|
/external/autotest/tko/parsers/ |
D | version_1.py | 75 key, val_type, value = "", "", "" 80 key, val_type, value = typed_match.groups() 86 val_type = 'perf' 90 if val_type == 'attr': 92 elif val_type == 'perf':
|
/external/opencv3/modules/java/src/ |
D | ml+RTrees.java | 152 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
|
D | ml+LogisticRegression.java | 285 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
|
D | ml+SVM.java | 419 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
|
D | ml+ANN_MLP.java | 396 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
|
D | ml+EM.java | 261 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
|
D | ml.cpp | 181 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_EM_setTermCriteria_10() argument 187 TermCriteria val(val_type, val_maxCount, val_epsilon); in Java_org_opencv_ml_EM_setTermCriteria_10() 909 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_SVM_setTermCriteria_10() argument 915 TermCriteria val(val_type, val_maxCount, val_epsilon); in Java_org_opencv_ml_SVM_setTermCriteria_10() 2558 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_LogisticRegression_setTermCriteria_10() argument 2564 TermCriteria val(val_type, val_maxCount, val_epsilon); in Java_org_opencv_ml_LogisticRegression_setTermCriteria_10() 3669 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_ANN_1MLP_setTermCriteria_10() argument 3675 TermCriteria val(val_type, val_maxCount, val_epsilon); in Java_org_opencv_ml_ANN_1MLP_setTermCriteria_10() 4423 (JNIEnv* env, jclass , jlong self, jint val_type, jint val_maxCount, jdouble val_epsilon) in Java_org_opencv_ml_RTrees_setTermCriteria_10() argument 4429 TermCriteria val(val_type, val_maxCount, val_epsilon); in Java_org_opencv_ml_RTrees_setTermCriteria_10()
|