/external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/ |
D | btConvexHull.cpp | 650 bool HullLibrary::ComputeHull(unsigned int vcount,const btVector3 *vertices,PHullResult &result,uns… in ComputeHull() argument 654 …int ret = calchull( (btVector3 *) vertices, (int) vcount, result.m_Indices, tris_count, static_cas… in ComputeHull() 659 result.mVcount = (unsigned int) vcount; in ComputeHull() 699 unsigned int vcount = desc.mVcount; in CreateConvexHull() local 700 if ( vcount < 8 ) vcount = 8; in CreateConvexHull() 703 vertexSource.resize(static_cast<int>(vcount)); in CreateConvexHull() 832 static void addPoint(unsigned int &vcount,btVector3 *p,btScalar x,btScalar y,btScalar z) in addPoint() argument 835 btVector3& dest = p[vcount]; in addPoint() 839 vcount++; in addPoint() 858 unsigned int &vcount, // output number of vertices in CleanupVertices() argument [all …]
|
D | btConvexHull.h | 71 unsigned int vcount, 76 mVcount = vcount; 200 …bool ComputeHull(unsigned int vcount,const btVector3 *vertices,PHullResult &result,unsigned int vl… 228 …void BringOutYourDead(const btVector3* verts,unsigned int vcount, btVector3* overts,unsigned int &… 233 unsigned int &vcount, // output number of vertices
|
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/ |
D | HullDesc.java | 64 public HullDesc(int flag, long vcount, btVector3 vertices, long stride) { in HullDesc() argument 65 …this(LinearMathJNI.new_HullDesc__SWIG_1(flag, vcount, btVector3.getCPtr(vertices), vertices, strid… in HullDesc() 68 public HullDesc(int flag, long vcount, btVector3 vertices) { in HullDesc() argument 69 …this(LinearMathJNI.new_HullDesc__SWIG_2(flag, vcount, btVector3.getCPtr(vertices), vertices), true… in HullDesc()
|
/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() argument 170 for( j = 0; j < vcount; j++ ) in calc_non_rbf_base() 183 void calc_linear( int vcount, int var_count, const float* vecs, in calc_linear() argument 186 calc_non_rbf_base( vcount, var_count, vecs, another, results, 1, 0 ); in calc_linear() 189 void calc_poly( int vcount, int var_count, const float* vecs, in calc_poly() argument 192 Mat R( 1, vcount, QFLOAT_TYPE, results ); in calc_poly() 193 calc_non_rbf_base( vcount, var_count, vecs, another, results, params.gamma, params.coef0 ); in calc_poly() 194 if( vcount > 0 ) in calc_poly() 198 void calc_sigmoid( int vcount, int var_count, const float* vecs, in calc_sigmoid() argument 202 calc_non_rbf_base( vcount, var_count, vecs, another, results, in calc_sigmoid() [all …]
|
D | ann_mlp.cpp | 551 int i, j, vcount = layer_sizes[0]; in calc_input_scale() local 555 for( j = 0; j < vcount; j++ ) in calc_input_scale() 566 for( j = 0; j < vcount; j++ ) in calc_input_scale() 574 for( j = 0; j < vcount; j++ ) in calc_input_scale() 586 int i, j, vcount = layer_sizes.back(); in calc_output_scale() local 600 for( j = 0; j < vcount; j++ ) in calc_output_scale() 616 for( j = 0; j < vcount; j++ ) in calc_output_scale() 640 for( j = 0; j < vcount; j++ ) in calc_output_scale()
|
/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/kernel-headers/original/uapi/sound/ |
D | emu10k1.h | 286 unsigned int vcount; /* visible count */ member 299 unsigned int vcount; member
|
/external/opencv3/modules/core/test/ |
D | test_io.cpp | 135 int i, vcount = 5, ecount = 6; in run() local 136 for( i = 0; i < vcount; i++ ) in run() 359 if(graph2->active_count != vcount || graph3->active_count != vcount || in run()
|
/external/kernel-headers/original/uapi/linux/ |
D | fb.h | 331 __u32 vcount; /* current scanline position */ member
|
/external/opencv3/modules/ml/include/opencv2/ |
D | ml.hpp | 487 …virtual void calc( int vcount, int n, const float* vecs, const float* another, float* results ) = …
|
/external/skia/src/core/ |
D | SkPath.cpp | 1544 int i, vcount = path.fPathRef->countVerbs(); in reversePathTo() local 1546 if (vcount < 2) { in reversePathTo() 1550 SkPathRef::Editor(&fPathRef, vcount, path.countPoints()); in reversePathTo() 1557 for (i = 1; i < vcount; ++i) { in reversePathTo()
|
/external/opencv3/apps/traincascade/ |
D | old_ml.hpp | 323 … virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results ); 331 virtual void calc_intersec( int vcount, int var_count, const float** vecs,
|
D | old_ml_tree.cpp | 1296 int vi, vcount = var_count; in write_params() local 1336 for( vi = 0; vi < vcount; vi++ ) in write_params()
|
/external/opencv/ml/include/ |
D | ml.h | 351 … virtual void calc( int vcount, int n, const float** vecs, const float* another, float* results );
|