/external/quake/quake/src/QW/server/ |
D | sv_init.c | 191 int count, vcount; in SV_CalcPHS() local 201 vcount = 0; in SV_CalcPHS() 212 vcount++; in SV_CalcPHS() 253 , vcount/num, count/num, num); in SV_CalcPHS()
|
/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() argument 236 for( j = 0; j < vcount; j++ ) in calc_non_rbf_base() 250 void CvSVMKernel::calc_linear( int vcount, int var_count, const float** vecs, in calc_linear() argument 253 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 ); in calc_linear() 257 void CvSVMKernel::calc_poly( int vcount, int var_count, const float** vecs, in calc_poly() argument 260 CvMat R = cvMat( 1, vcount, QFLOAT_TYPE, results ); in calc_poly() 261 calc_non_rbf_base( vcount, var_count, vecs, another, results, params->gamma, params->coef0 ); in calc_poly() 266 void CvSVMKernel::calc_sigmoid( int vcount, int var_count, const float** vecs, in calc_sigmoid() argument 270 calc_non_rbf_base( vcount, var_count, vecs, another, results, in calc_sigmoid() 273 for( j = 0; j < vcount; j++ ) in calc_sigmoid() [all …]
|
D | mlann_mlp.cpp | 575 int i, j, vcount = layer_sizes->data.i[0]; in calc_input_scale() local 579 for( j = 0; j < vcount; j++ ) in calc_input_scale() 589 for( j = 0; j < vcount; j++ ) in calc_input_scale() 597 for( j = 0; j < vcount; j++ ) in calc_input_scale() 610 int i, j, vcount = layer_sizes->data.i[layer_sizes->cols-1]; in calc_output_scale() local 628 for( j = 0; j < vcount; j++ ) in calc_output_scale() 643 for( j = 0; j < vcount; j++ ) in calc_output_scale() 667 for( j = 0; j < vcount; j++ ) in calc_output_scale()
|
D | mltree.cpp | 1008 int vi, vcount = var_count; in write_params() local 1048 for( vi = 0; vi < vcount; vi++ ) in write_params()
|
/external/skia/src/core/ |
D | SkPath.cpp | 838 int i, vcount = path.fVerbs.count(); in pathTo() local 839 if (vcount == 0) { in pathTo() 843 this->incReserve(vcount); in pathTo() 849 for (i = 1; i < vcount; i++) { in pathTo() 870 int i, vcount = path.fVerbs.count(); in reversePathTo() local 871 if (vcount == 0) { in reversePathTo() 875 this->incReserve(vcount); in reversePathTo() 881 for (i = 1; i < vcount; i++) { in reversePathTo()
|
/external/quake/quake/src/QW/dxsdk/sdk/inc/ |
D | d3drmobj.h | 433 ( THIS_ DWORD vcount, D3DVECTOR *vertices, DWORD ncount, D3DVECTOR *normals, in DECLARE_INTERFACE_() 452 …( THIS_ DWORD *vcount, D3DVECTOR *vertices, DWORD *ncount, D3DVECTOR *normals, DWORD *face_data_… in DECLARE_INTERFACE_()
|
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/ |
D | D3DRMOBJ.H | 433 ( THIS_ DWORD vcount, D3DVECTOR *vertices, DWORD ncount, D3DVECTOR *normals, in DECLARE_INTERFACE_() 452 …( THIS_ DWORD *vcount, D3DVECTOR *vertices, DWORD *ncount, D3DVECTOR *normals, DWORD *face_data_… in DECLARE_INTERFACE_()
|
/external/kernel-headers/original/linux/ |
D | fb.h | 334 __u32 vcount; /* current scanline position */ member
|
/external/opencv/ml/include/ |
D | ml.h | 351 … virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
|