Home
last modified time | relevance | path

Searched refs:btend (Results 1 – 6 of 6) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw/mwphysics/
H A Dtrace.cpp18 const btVector3 btend = Misc::Convert::toBullet(end); in doTrace() local
24 to.setOrigin(btend); in doTrace()
26 const btVector3 motion = btstart-btend; in doTrace()
58 const btVector3 btend = Misc::Convert::toBullet(end); in findGround() local
62 btTransform to(trans.getBasis(), btend); in findGround()
64 const btVector3 motion = btstart-btend; in findGround()
/dports/misc/visp/visp-3.4.0/modules/tracker/tt_mi/src/tools/
H A DvpTemplateTrackerMIBSpline.cpp342 const double *btend = bt0 + size; in PutTotPVBspline3() local
346 btend -= LSIZE - 1; in PutTotPVBspline3()
347 for (; bt < btend; bt += LSIZE) { in PutTotPVBspline3()
361 btend += LSIZE - 1; in PutTotPVBspline3()
363 for (; bt < btend; *Prt++ += Br * *bt++) { in PutTotPVBspline3()
463 const double *btend = bt0 + size; in PutTotPVBspline4() local
467 btend -= LSIZE - 1; in PutTotPVBspline4()
468 for (; bt < btend; bt += LSIZE) { in PutTotPVBspline4()
482 btend += LSIZE - 1; in PutTotPVBspline4()
484 for (; bt < btend; *Prt++ += Br * *bt++) { in PutTotPVBspline4()
/dports/deskutils/recoll/recoll-1.31.2/common/
H A Dtextsplit.cpp366 size_t btstart, size_t btend) in emitterm() argument
396 bool ret = takeword(w, pos, int(btstart), int(btend)); in emitterm()
1066 int btend = it.getBpos() + it.getBlen(); in cjk_to_words() local
1071 m_wordpos - (nchars-i-1), boffs[i], btend)) { in cjk_to_words()
1090 int btend = int(it.getBpos()); // Current char is out in cjk_to_words() local
1093 boffs[0], btend)) { in cjk_to_words()
/dports/science/siconos/siconos-4.4.0/mechanics/src/collision/bullet/
H A DSiconosBulletCollisionManager.cpp2642 btVector3 btend(end(0), end(1), end(2)); in lineIntersectionQuery() local
2647 btCollisionWorld::ClosestRayResultCallback rayResult(btstart, btend); in lineIntersectionQuery()
2648 _impl->_collisionWorld->rayTest(btstart, btend, rayResult); in lineIntersectionQuery()
2681 btCollisionWorld::AllHitsRayResultCallback rayResult(btstart, btend); in lineIntersectionQuery()
2682 _impl->_collisionWorld->rayTest(btstart, btend, rayResult); in lineIntersectionQuery()
/dports/math/giacxcas/giac-1.6.0/src/
H A Dsparse.cc287 const_iterateur bt=B.m[k]._VECTptr->begin(),btend=B.m[k]._VECTptr->end(); in sparse_mult() local
289 for (;bt!=btend;++bpos,++bt){ in sparse_mult()
H A Dmodpoly.cc3088 if (bt==btend){ in DivRem()
3102 --btend; ++at; in DivRem()
3104 btend-=3; in DivRem()
3116 btend+=3; in DivRem()
3118 for (;bt!=btend;++at,++bt){ in DivRem()
3141 for (--btend;bt!=btend;++at,++bt){ in DivRem()
3149 for (;bt!=btend;++at,++bt){ in DivRem()
3170 if (bt==btend){ in DivRem()
3184 --btend; in DivRem()
4298 if (bt==btend){ in DivRem()
[all …]