Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
Dreduce.hpp181 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/
Dapi_utils.py268 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/
Dversion_1.py75 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/
Dml+RTrees.java152 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
Dml+LogisticRegression.java285 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
Dml+SVM.java419 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
Dml+ANN_MLP.java396 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
Dml+EM.java261 …private static native void setTermCriteria_0(long nativeObj, int val_type, int val_maxCount, doubl… in setTermCriteria_0() argument
Dml.cpp181 (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()