Home
last modified time | relevance | path

Searched defs:vecs (Results 1 – 9 of 9) sorted by relevance

/external/opencv3/modules/ml/src/
Dsvm.cpp165 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/
Dmlsvm.cpp231 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()
Dmlann_mlp.cpp566 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/
Dbuffer_iocp.c254 struct evbuffer_iovec vecs[MAX_WSABUFS]; in evbuffer_launch_read() local
Dbuffer.c2034 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/
DSkScalerContext_win_dw.cpp379 SkVector vecs[1] = { { advanceX, 0 } }; in generateAdvance() local
/external/eigen/Eigen/src/Core/
DGenericPacketMath.h197 preduxp(const Packet* vecs) { return vecs[0]; } in preduxp()
/external/skia/include/core/
DSkMatrix.h518 void mapVectors(SkVector vecs[], int count) const { in mapVectors()
/external/opencv3/modules/core/src/
Dmatrix.cpp5346 Vec2f vecs[2]; in RotatedRect() local