Home
last modified time | relevance | path

Searched refs:numVectors (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/science/openems/openEMS-0.0.35-71-g4c24b6e/FDTD/
H A Dengine_sse.h36 …, unsigned int y, unsigned int z ) const { return f4_volt[n][x][y][z%numVectors].f[z/numVectors]; } in GetVolt()
37 … pos[3] ) const { return f4_volt[n][pos[0]][pos[1]][pos[2]%numVectors].f[pos[2]/numVectors]; } in GetVolt()
38 …, unsigned int y, unsigned int z ) const { return f4_curr[n][x][y][z%numVectors].f[z/numVectors]; } in GetCurr()
39 … pos[3] ) const { return f4_curr[n][pos[0]][pos[1]][pos[2]%numVectors].f[pos[2]/numVectors]; } in GetCurr()
41 … int y, unsigned int z, FDTD_FLOAT value) { f4_volt[n][x][y][z%numVectors].f[z/numVectors]=value; } in SetVolt()
42 … FDTD_FLOAT value ) { f4_volt[n][pos[0]][pos[1]][pos[2]%numVectors].f[pos[2]/numVectors]=valu… in SetVolt()
43 … int y, unsigned int z, FDTD_FLOAT value) { f4_curr[n][x][y][z%numVectors].f[z/numVectors]=value; } in SetCurr()
44 … FDTD_FLOAT value ) { f4_curr[n][pos[0]][pos[1]][pos[2]%numVectors].f[pos[2]/numVectors]=valu… in SetCurr()
53 unsigned int numVectors; variable
H A Doperator_sse.h34 … x, unsigned int y, unsigned int z ) const { return f4_vv[n][x][y][z%numVectors].f[z/numVectors]; } in GetVV()
35 … x, unsigned int y, unsigned int z ) const { return f4_vi[n][x][y][z%numVectors].f[z/numVectors]; } in GetVI()
36 … x, unsigned int y, unsigned int z ) const { return f4_ii[n][x][y][z%numVectors].f[z/numVectors]; } in GetII()
37 … x, unsigned int y, unsigned int z ) const { return f4_iv[n][x][y][z%numVectors].f[z/numVectors]; } in GetIV()
39 …d int y, unsigned int z, FDTD_FLOAT value ) { f4_vv[n][x][y][z%numVectors].f[z/numVectors] = value… in SetVV()
40 …d int y, unsigned int z, FDTD_FLOAT value ) { f4_vi[n][x][y][z%numVectors].f[z/numVectors] = value… in SetVI()
41 …d int y, unsigned int z, FDTD_FLOAT value ) { f4_ii[n][x][y][z%numVectors].f[z/numVectors] = value… in SetII()
42 …d int y, unsigned int z, FDTD_FLOAT value ) { f4_iv[n][x][y][z%numVectors].f[z/numVectors] = value… in SetIV()
53 unsigned int numVectors; variable
H A Dengine_sse.cpp40 numVectors = ceil((double)numLines[2]/4.0); in Engine_sse()
91 for (pos[2]=1; pos[2]<numVectors; ++pos[2]) in UpdateVoltages()
109 temp.f[1] = f4_curr[1][pos[0]][pos[1]][numVectors-1].f[0]; in UpdateVoltages()
110 temp.f[2] = f4_curr[1][pos[0]][pos[1]][numVectors-1].f[1]; in UpdateVoltages()
141 for (pos[2]=0; pos[2]<numVectors-1; ++pos[2]) in UpdateCurrents()
162 f4_curr[0][pos[0]][pos[1]][numVectors-1].v *= Op->f4_ii[0][pos[0]][pos[1]][numVectors-1].v; in UpdateCurrents()
163numVectors-1].v += Op->f4_iv[0][pos[0]][pos[1]][numVectors-1].v * ( f4_volt[2][pos[0]][pos[1]][num… in UpdateCurrents()
170 f4_curr[1][pos[0]][pos[1]][numVectors-1].v *= Op->f4_ii[1][pos[0]][pos[1]][numVectors-1].v; in UpdateCurrents()
171numVectors-1].v += Op->f4_iv[1][pos[0]][pos[1]][numVectors-1].v * ( f4_volt[0][pos[0]][pos[1]][num… in UpdateCurrents()
174 f4_curr[2][pos[0]][pos[1]][numVectors-1].v *= Op->f4_ii[2][pos[0]][pos[1]][numVectors-1].v; in UpdateCurrents()
[all …]
H A Dengine_sse_compressed.cpp54 for (pos[2]=1; pos[2]<numVectors; ++pos[2]) in UpdateVoltages()
77 temp.f[1] = f4_curr[1][pos[0]][pos[1]][numVectors-1].f[0]; in UpdateVoltages()
78 temp.f[2] = f4_curr[1][pos[0]][pos[1]][numVectors-1].f[1]; in UpdateVoltages()
79 temp.f[3] = f4_curr[1][pos[0]][pos[1]][numVectors-1].f[2]; in UpdateVoltages()
89 temp.f[1] = f4_curr[0][pos[0]][pos[1]][numVectors-1].f[0]; in UpdateVoltages()
90 temp.f[2] = f4_curr[0][pos[0]][pos[1]][numVectors-1].f[1]; in UpdateVoltages()
115 for (pos[2]=0; pos[2]<numVectors-1; ++pos[2]) in UpdateCurrents()
131 index = Op->m_Op_index[pos[0]][pos[1]][numVectors-1]; in UpdateCurrents()
143numVectors-1].v += Op->f4_iv_Compressed[0][index].v * ( f4_volt[2][pos[0]][pos[1]][numVectors-1].v… in UpdateCurrents()
155numVectors-1].v += Op->f4_iv_Compressed[1][index].v * ( f4_volt[0][pos[0]][pos[1]][numVectors-1].v… in UpdateCurrents()
[all …]
H A Doperator_sse_compressed.h48 …Use_Compression) return f4_vv_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors]; else … in GetVV()
49 …Use_Compression) return f4_vi_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors]; else … in GetVI()
50 …Use_Compression) return f4_ii_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors]; else … in GetII()
51 …Use_Compression) return f4_iv_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors]; else … in GetIV()
53 … if (m_Use_Compression) f4_vv_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors] = valu… in SetVV()
54 … if (m_Use_Compression) f4_vi_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors] = valu… in SetVI()
55 … if (m_Use_Compression) f4_ii_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors] = valu… in SetII()
56 … if (m_Use_Compression) f4_iv_Compressed[n][m_Op_index[x][y][z%numVectors]].f[z/numVectors] = valu… in SetIV()
/dports/math/vtk6/VTK-6.2.0/Filters/Core/
H A DvtkVectorNorm.cxx51 vtkIdType numVectors, i; in RequestData() local
88 numVectors = ptVectors->GetNumberOfTuples(); in RequestData()
90 newScalars->SetNumberOfTuples(numVectors); in RequestData()
92 progressInterval=numVectors/10+1; in RequestData()
106 this->UpdateProgress (0.5*i/numVectors); in RequestData()
113 for (i=0; i < numVectors; i++) in RequestData()
130 numVectors = cellVectors->GetNumberOfTuples(); in RequestData()
132 newScalars->SetNumberOfTuples(numVectors); in RequestData()
134 progressInterval=numVectors/10+1; in RequestData()
147 this->UpdateProgress (0.5+0.5*i/numVectors); in RequestData()
[all …]
/dports/science/hypre/hypre-2.23.0/src/multivector/
H A Dtemp_multivector.c21 for ( ix = 0, jx = 0; ix < x->numVectors; ix++ ) in mv_collectVectorPtr()
26 for ( ix = 0; ix < x->numVectors; ix++ ) in mv_collectVectorPtr()
88 x->numVectors = n; in mv_TempMultiVectorCreateFromSampleVector()
115 n = src->numVectors; in mv_TempMultiVectorCreateCopy()
137 for ( i = 0; i < x->numVectors; i++ ) in mv_TempMultiVectorDestroy()
154 return x->numVectors; in mv_TempMultiVectorWidth()
188 for ( i = 0; i < x->numVectors; i++ ) in mv_TempMultiVectorClear()
203 for ( i = 0; i < x->numVectors; i++ ) { in mv_TempMultiVectorSetRandom()
256 mx = aux_maskCount( x->numVectors, x->mask ); in mv_TempMultiVectorAxpy()
257 my = aux_maskCount( y->numVectors, y->mask ); in mv_TempMultiVectorAxpy()
[all …]
H A Dbackup.c23 data->numVectors = n; in hypre_TempMultiVectorCreateFromSampleVector()
50 n = src->numVectors; in hypre_TempMultiVectorCreateCopy()
72 for ( i = 0; i < data->numVectors; i++ ) in hypre_TempMultiVectorDestroy()
89 return data->numVectors; in hypre_TempMultiVectorWidth()
116 for ( i = 0; i < data->numVectors; i++ ) in hypre_TempMultiVectorClear()
130 for ( i = 0; i < data->numVectors; i++ ) { in hypre_TempMultiVectorSetRandom()
149 for ( ix = 0; ix < x->numVectors; ix++ ) in hypre_collectVectorPtr()
449 mx = aux_maskCount( x->numVectors, x->mask ); in hypre_TempMultiVectorEval()
450 my = aux_maskCount( y->numVectors, y->mask ); in hypre_TempMultiVectorEval()
481 for ( i = 0; i < x->numVectors; i++ ) { in hypre_TempMultiVectorPrint()
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Core/
H A DvtkVectorNorm.cxx132 vtkIdType numVectors; in RequestData() local
170 numVectors = ptVectors->GetNumberOfTuples(); in RequestData()
172 newScalars->SetNumberOfTuples(numVectors); in RequestData()
175 ptVectors, normDispatch, normalize, numVectors, newScalars->GetPointer(0))) in RequestData()
177 normDispatch(ptVectors, normalize, numVectors, newScalars->GetPointer(0)); in RequestData()
191 numVectors = cellVectors->GetNumberOfTuples(); in RequestData()
193 newScalars->SetNumberOfTuples(numVectors); in RequestData()
196 cellVectors, normDispatch, normalize, numVectors, newScalars->GetPointer(0))) in RequestData()
198 normDispatch(cellVectors, normalize, numVectors, newScalars->GetPointer(0)); in RequestData()
/dports/math/faiss/faiss-1.7.1/faiss/gpu/
H A DGpuDistance.cu29 args.numVectors > 0, "bfKnn: numVectors must be > 0"); in bfKnnConvert()
54 {args.vectorsRowMajor ? args.numVectors : args.dims, in bfKnnConvert()
55 args.vectorsRowMajor ? args.dims : args.numVectors}); in bfKnnConvert()
71 {args.numVectors}); in bfKnnConvert()
79 {args.numQueries, args.k == -1 ? args.numVectors : args.k}); in bfKnnConvert()
201 int numVectors, in bruteForceKnn() argument
223 args.numVectors = numVectors; in bruteForceKnn()
/dports/math/singular/Singular-Release-4-2-1/kernel/numeric/
H A Dmpr_base.cc1991 int numVectors; member in resMatrixDense
2090 for (i=0; i < numVectors; i++) in ~resMatrixDense()
2124 m= mpNew( numVectors, numVectors ); in createMatrix()
2141 MATELEM(m,numVectors-k,numVectors-(getMVector(k)->numColParNr)[i])= pInit(); in createMatrix()
2205 numVectors++; in generateMonoms()
2237 numVectors= 0; in generateMonomData()
2321 subSize= numVectors - subSize; in generateMonomData()
2473 matrix resmat= mpNew(numVectors,numVectors); in getMatrix()
2498 MATELEM(resmat,numVectors-i,numVectors-resVectorList[i].numColParNr[j-1])= pOne(); in getMatrix()
2507 pSetm(MATELEM(resmat,numVectors-i,numVectors-resVectorList[i].numColParNr[j-1])); in getMatrix()
[all …]
/dports/math/vtk8/VTK-8.2.0/Filters/Core/
H A DvtkVectorNorm.cxx162 vtkIdType numVectors; in RequestData() local
196 numVectors = ptVectors->GetNumberOfTuples(); in RequestData()
198 newScalars->SetNumberOfTuples(numVectors); in RequestData()
200 this->GenerateScalars(numVectors,ptVectors,newScalars); in RequestData()
213 numVectors = cellVectors->GetNumberOfTuples(); in RequestData()
215 newScalars->SetNumberOfTuples(numVectors); in RequestData()
217 this->GenerateScalars(numVectors,cellVectors,newScalars); in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractVectorComponents.cxx117 void vtkExtractComponents(int numVectors, T* vectors, T* vx, T* vy, T* vz) in vtkExtractComponents() argument
119 for (int i=0; i<numVectors; i++) in vtkExtractComponents()
142 int numVectors = 0, numVectorsc = 0; in RequestData() local
174 ((numVectors = vectors->GetNumberOfTuples()) < 1) ) && in RequestData()
210 vx->SetNumberOfTuples(numVectors); in RequestData()
214 vy->SetNumberOfTuples(numVectors); in RequestData()
218 vz->SetNumberOfTuples(numVectors); in RequestData()
225 vtkExtractComponents(numVectors, in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractVectorComponents.cxx115 void vtkExtractComponents(int numVectors, T* vectors, T* vx, T* vy, T* vz) in vtkExtractComponents() argument
117 for (int i=0; i<numVectors; i++) in vtkExtractComponents()
140 vtkIdType numVectors = 0, numVectorsc = 0; in RequestData() local
172 ((numVectors = vectors->GetNumberOfTuples()) < 1) ) && in RequestData()
209 vx->SetNumberOfTuples(numVectors); in RequestData()
213 vy->SetNumberOfTuples(numVectors); in RequestData()
217 vz->SetNumberOfTuples(numVectors); in RequestData()
224 vtkExtractComponents(numVectors, in RequestData()
/dports/games/critterding/critterding-beta12/src/utils/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp195 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
197 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
203 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
205 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
214 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
216 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/security/intel-ipsec-mb/intel-ipsec-mb-55179f0/test/
H A Dsnow3g_test.c220 int numVectors, i, length; in validate_snow3g_f8_1_block() local
244 if (!numVectors) { in validate_snow3g_f8_1_block()
392 int numVectors, i, length; in validate_snow3g_f8_1_bitblock() local
420 if (!numVectors) { in validate_snow3g_f8_1_bitblock()
711 if (!numVectors) { in validate_snow3g_f8_2_blocks()
980 if (!numVectors) { in validate_snow3g_f8_4_blocks()
1337 if (!numVectors) { in validate_snow3g_f8_8_blocks()
1650 if (!numVectors) { in validate_snow3g_f8_8_blocks_multi_key()
1820 if (!numVectors) { in validate_snow3g_f8_n_blocks()
1999 if (!numVectors) { in validate_snow3g_f8_n_blocks_multi()
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp231 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
233 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
239 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
241 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
247 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
249 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp231 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
233 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
239 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
241 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
247 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
249 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp254 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
256 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
262 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
264 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
273 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
275 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp231 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
233 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
239 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
241 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
247 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
249 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp231 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
233 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
239 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
241 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
247 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
249 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp254 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
256 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
262 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
264 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
273 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
275 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp231 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
233 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
239 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
241 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
247 …gVertexWithoutMargin(const btVector3* vectors, btVector3* supportVerticesOut, int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
249 for (int i = 0; i < numVectors; i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp254 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
256 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
262 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
264 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
273 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
275 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/BulletCollision/CollisionShapes/
H A DbtCylinderShape.cpp252 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
254 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
260 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
262 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()
271 …ingVertexWithoutMargin(const btVector3* vectors,btVector3* supportVerticesOut,int numVectors) const in batchedUnitVectorGetSupportingVertexWithoutMargin()
273 for (int i=0;i<numVectors;i++) in batchedUnitVectorGetSupportingVertexWithoutMargin()

12345678910>>...19