Searched defs:vecs (Results 1 – 8 of 8) sorted by relevance
/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/chromium_org/third_party/skia/include/core/ |
D | SkMatrix.h | 463 void mapVectors(SkVector vecs[], int count) const { in mapVectors()
|
/external/skia/include/core/ |
D | SkMatrix.h | 458 void mapVectors(SkVector vecs[], int count) const { in mapVectors()
|
/external/eigen/Eigen/src/Core/ |
D | GenericPacketMath.h | 197 preduxp(const Packet* vecs) { return vecs[0]; } in preduxp()
|
/external/yaffs2/yaffs2/mtdemul/ |
D | nandemul2k.c | 519 static int nand_writev (struct mtd_info *mtd, const struct kvec *vecs, in nand_writev()
|
/external/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 387 SkVector vecs[1] = { { advanceX, 0 } }; in generateAdvance() local
|
/external/chromium_org/third_party/skia/src/ports/ |
D | SkScalerContext_win_dw.cpp | 387 SkVector vecs[1] = { { advanceX, 0 } }; in generateAdvance() local
|