Searched defs:vecs (Results 1 – 9 of 9) sorted by relevance
/external/opencv3/modules/ml/src/ |
D | svm.cpp | 165 void calc_non_rbf_base( int vcount, int var_count, const float* vecs, in calc_non_rbf_base() 183 void calc_linear( int vcount, int var_count, const float* vecs, in calc_linear() 189 void calc_poly( int vcount, int var_count, const float* vecs, in calc_poly() 198 void calc_sigmoid( int vcount, int var_count, const float* vecs, in calc_sigmoid() 217 void calc_rbf( int vcount, int var_count, const float* vecs, in calc_rbf() 257 void calc_intersec( int vcount, int var_count, const float* vecs, in calc_intersec() 275 void calc_chi2( int vcount, int var_count, const float* vecs, in calc_chi2() 302 void calc( int vcount, int var_count, const float* vecs, in calc()
|
/external/opencv/ml/src/ |
D | mlsvm.cpp | 231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, in calc_non_rbf_base() 250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, in calc_linear() 257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, in calc_poly() 266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, in calc_sigmoid() 285 void CvSVMKernel::calc_rbf( int vcount, int var_count, const float** vecs, in calc_rbf() 322 void CvSVMKernel::calc( int vcount, int var_count, const float** vecs, in calc()
|
D | mlann_mlp.cpp | 566 void CvANN_MLP::calc_input_scale( const CvVectors* vecs, int flags ) in calc_input_scale() 608 void CvANN_MLP::calc_output_scale( const CvVectors* vecs, int flags ) in calc_output_scale()
|
/external/libevent/ |
D | buffer_iocp.c | 254 struct evbuffer_iovec vecs[MAX_WSABUFS]; in evbuffer_launch_read() local
|
D | buffer.c | 2034 struct evbuffer_iovec *vecs, int n_vecs_avail, in _evbuffer_read_setup_vecs() 2123 IOV_TYPE vecs[NUM_READ_IOVEC]; in evbuffer_read() local
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 379 SkVector vecs[1] = { { advanceX, 0 } }; in generateAdvance() local
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 197 preduxp(const Packet* vecs) { return vecs[0]; } in preduxp()
|
/external/skia/include/core/ |
D | SkMatrix.h | 518 void mapVectors(SkVector vecs[], int count) const { in mapVectors()
|
/external/opencv3/modules/core/src/ |
D | matrix.cpp | 5346 Vec2f vecs[2]; in RotatedRect() local
|