Searched defs:vcount (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp738 int vcount = vertexCount; local
745 this->geometryHints(&vcount, &icount)) {
/external/skia/src/gpu/
H A DGrInOrderDrawBuffer.cpp738 int vcount = vertexCount; local
745 this->geometryHints(&vcount, &icount)) {
/external/opencv/ml/src/
H A Dmlann_mlp.cpp575 int i, j, vcount = layer_sizes->data.i[0]; local
579 for( j = 0; j < vcount; j++ )
589 for( j = 0; j < vcount; j++ )
597 for( j = 0; j < vcount; j++ )
610 int i, j, vcount = layer_sizes->data.i[layer_sizes->cols-1];
628 for( j = 0; j < vcount; j++ )
643 for( j = 0; j < vcount; j++ )
667 for( j = 0; j < vcount; j++ )
H A Dmlsvm.cpp231 void CvSVMKernel::calc_non_rbf_base( int vcount, int var_count, const float** vecs, argument
236 for( j = 0; j < vcount; j++ )
250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, argument
253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 );
257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, argument
260 CvMat R = cvMat( 1, vcount, QFLOAT_TYPE, results );
261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 );
266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, argument
270 calc_non_rbf_base( vcount, var_count, vecs, another, results,
273 for( j = 0; j < vcount;
285 calc_rbf( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
322 calc( int vcount, int var_count, const float** vecs, const float* another, Qfloat* results ) argument
[all...]
H A Dmltree.cpp1008 int vi, vcount = var_count; local
1048 for( vi = 0; vi < vcount; vi++ )
/external/kernel-headers/original/uapi/linux/
H A Dfb.h323 #define FB_VBLANK_HAVE_VCOUNT 0x020 /* the vcount field is valid */
331 __u32 vcount; /* current scanline position */ member in struct:fb_vblank
/external/kernel-headers/original/uapi/sound/
H A Demu10k1.h279 unsigned int vcount; /* visible count */ member in struct:snd_emu10k1_fx8010_control_gpr
292 unsigned int vcount; member in struct:snd_emu10k1_fx8010_control_old_gpr

Completed in 203 milliseconds