Searched refs:vecPtrL (Results 1 - 2 of 2) sorted by relevance

/external/neven/Embedded/common/src/b_TensorEm/
H A DCluster3D.c131 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; local
141 xL += vecPtrL->xE;
142 yL += vecPtrL->yE;
143 zL += vecPtrL->zE;
144 vecPtrL++;
159 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; local
170 xMinL = bbs_min( xMinL, vecPtrL->xE );
171 yMinL = bbs_min( yMinL, vecPtrL->yE );
172 xMaxL = bbs_max( xMaxL, vecPtrL->xE );
173 yMaxL = bbs_max( yMaxL, vecPtrL
325 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; local
372 struct bts_Int16Vec3D* vecPtrL = ptrA->vecArrE; local
[all...]
H A DCluster2D.c173 struct bts_Int16Vec2D* vecPtrL = ptrA->vecArrE; local
182 xL += vecPtrL->xE;
183 yL += vecPtrL->yE;
184 vecPtrL++;
198 struct bts_Int16Vec2D* vecPtrL = ptrA->vecArrE; local
204 sumL += vecPtrL->xE;
205 sumL += vecPtrL->yE;
206 vecPtrL++;
217 struct bts_Int16Vec2D* vecPtrL = ptrA->vecArrE; local
228 xMinL = bbs_min( xMinL, vecPtrL
[all...]

Completed in 90 milliseconds