Home
last modified time | relevance | path

Searched refs:rel_pos (Results 1 – 25 of 394) sorted by relevance

12345678910>>...16

/dports/misc/vifm/vifm-0.11/src/
H A Dflist_hist.c39 int *rel_pos);
185 int rel_pos, time_t timestamp) in flist_hist_setup() argument
203 if(rel_pos < 0) in flist_hist_setup()
213 view->history[x].rel_pos = rel_pos; in flist_hist_setup()
247 view->history[x].rel_pos = rel_pos; in flist_hist_setup()
278 int rel_pos = -1; in flist_hist_lookup() local
294 if(rel_pos >= 0) in flist_hist_lookup()
361 *rel_pos = hist_entry->rel_pos; in find_in_hist()
375 *rel_pos = -1; in find_in_hist()
384 int rel_pos) in flist_hist_update() argument
[all …]
/dports/devel/efl/efl-1.25.1/src/lib/elementary/
H A Dels_tooltip.c75 } rel_pos; member
322 tt->rel_pos.x = 1.1; in _elm_tooltip_reconfigure_orient()
323 tt->rel_pos.y = 1.1; in _elm_tooltip_reconfigure_orient()
328 tt->rel_pos.x = 0.5; in _elm_tooltip_reconfigure_orient()
391 if (tt->rel_pos.x < 0.0) tt->rel_pos.x = 0.0; in _elm_tooltip_reconfigure_orient()
401 if (tt->rel_pos.x > 1.0) tt->rel_pos.x = 1.0; in _elm_tooltip_reconfigure_orient()
412 if (tt->rel_pos.y < 0.0) tt->rel_pos.y = 0.0; in _elm_tooltip_reconfigure_orient()
422 if (tt->rel_pos.y > 1.0) tt->rel_pos.y = 1.0; in _elm_tooltip_reconfigure_orient()
460 tt->rel_pos.x = 0; in _elm_tooltip_reconfigure()
461 tt->rel_pos.y = 0; in _elm_tooltip_reconfigure()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/
H A Dblob.rs98 fn new_sliced(parent: &Blob, rel_pos: RelativePos, in new_sliced()
103 BlobImpl::Sliced(Dom::from_ref(parent), rel_pos) in new_sliced()
107 BlobImpl::Sliced(Dom::from_ref(parent), rel_pos) in new_sliced()
155 BlobImpl::Sliced(ref parent, ref rel_pos) => { in get_bytes()
157 let range = rel_pos.to_abs_range(v.len()); in get_bytes()
173 BlobImpl::Sliced(ref parent, ref rel_pos) => { in get_blob_url_id()
180 … Some((parent_id, rel_pos, size)) => self.create_sliced_url_id(&parent_id, &rel_pos, size), in get_blob_url_id()
256 rel_pos.clone(), in create_sliced_url_id()
356 BlobImpl::Sliced(ref parent, ref rel_pos) => in Size()
357 rel_pos.to_abs_range(parent.Size() as usize).len() as u64, in Size()
[all …]
/dports/math/gambit/gambit-16.0.1/src/labenski/include/wx/wxthings/
H A Dgeometry.h139 …y2DDouble operator+(const wxPoint2DDouble& rel_pos) const { return wxRay2DDouble(m_x+rel_pos.m_x, …
140 …y2DDouble operator-(const wxPoint2DDouble& rel_pos) const { return wxRay2DDouble(m_x-rel_pos.m_x, …
141 …y2DDouble operator*(const wxPoint2DDouble& rel_pos) const { return wxRay2DDouble(m_x*rel_pos.m_x, …
142 …y2DDouble operator/(const wxPoint2DDouble& rel_pos) const { return wxRay2DDouble(m_x/rel_pos.m_x, …
144 …line wxRay2DDouble& operator+=(const wxPoint2DDouble& rel_pos) { m_x += rel_pos.m_x; m_y += rel_po…
145 …line wxRay2DDouble& operator-=(const wxPoint2DDouble& rel_pos) { m_x -= rel_pos.m_x; m_y -= rel_po…
146 …line wxRay2DDouble& operator*=(const wxPoint2DDouble& rel_pos) { m_x *= rel_pos.m_x; m_y *= rel_po…
147 …line wxRay2DDouble& operator/=(const wxPoint2DDouble& rel_pos) { m_x /= rel_pos.m_x; m_y /= rel_po…
/dports/editors/beav/beav-140/
H A Dbasic.c118 long rel_pos; local
144 rel_pos = len;
149 rel_pos = len - cur_pos;/* relative move amount */
159 rel_pos = shift - cur_pos;
179 rel_pos = fix_val - cur_pos;
184 if (rel_pos < 0) /* move backward through buffer */
187 if (*l_off + rel_pos >= 0)
189 *l_off += (short) rel_pos;
195 rel_pos += *l_off;
211 *l_off += (short) rel_pos;
[all …]
/dports/misc/vifm/vifm-0.11/tests/misc/
H A Dflist_hist.c176 assert_int_equal(0, lwin.history[1].rel_pos); in TEST()
194 assert_int_equal(1, lwin.history[0].rel_pos); in TEST()
197 assert_int_equal(2, lwin.history[1].rel_pos); in TEST()
276 assert_int_equal(8, lwin.history[1].rel_pos); in TEST()
279 assert_int_equal(4, lwin.history[2].rel_pos); in TEST()
295 assert_int_equal(0, rwin.history[0].rel_pos); in TEST()
298 assert_int_equal(1, rwin.history[1].rel_pos); in TEST()
301 assert_int_equal(2, rwin.history[2].rel_pos); in TEST()
319 assert_int_equal(0, rwin.history[0].rel_pos); in TEST()
322 assert_int_equal(1, rwin.history[1].rel_pos); in TEST()
[all …]
/dports/biology/tRNAscan-SE/tRNAscan-SE-2.0/lib/tRNAscanSE/
H A DtRNA.pm1230 my $rel_pos = shift;
1246 my $rel_pos = -1;
1252 return $rel_pos;
1267 my $rel_pos = shift;
1270 if ($rel_pos != -1)
1282 my $rel_pos = -1;
1296 return $rel_pos;
1326 if ($rel_pos != -1)
1390 my $rel_pos = shift;
1403 if ($rel_pos != -1)
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0pcur.cc139 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
165 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
169 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
181 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
183 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
351 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
410 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
435 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
436 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
437 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0pcur.cc141 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
160 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
164 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
176 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
178 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
346 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
405 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
430 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
431 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
432 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/innobase/btr/
H A Dbtr0pcur.cc141 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
160 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
164 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
176 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
178 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
346 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
405 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
430 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
431 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
432 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/innobase/btr/
H A Dbtr0pcur.cc139 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
165 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
169 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
181 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
183 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
351 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
410 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
435 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
436 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
437 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/btr/
H A Dbtr0pcur.cc162 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
164 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
174 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
180 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
182 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
323 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
366 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
387 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
388 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
389 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/innobase/btr/
H A Dbtr0pcur.cc162 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
164 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
174 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
180 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
182 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
323 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
366 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
387 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
388 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
389 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/btr/
H A Dbtr0pcur.cc162 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
164 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
174 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
180 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
182 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
323 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
366 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
387 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
388 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
389 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0pcur.cc199 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
201 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
211 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
217 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
219 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
360 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
403 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
424 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
425 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
426 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/BulletDynamics/Dynamics/
H A DbtRigidBody.h318 void applyForce(const btVector3& force, const btVector3& rel_pos) in applyForce() argument
323 btAssert(!std::isnan(rel_pos.getX())); in applyForce()
324 btAssert(!std::isnan(rel_pos.getY())); in applyForce()
325 btAssert(!std::isnan(rel_pos.getZ())); in applyForce()
327 applyTorque(rel_pos.cross(force*m_linearFactor)); in applyForce()
351 btAssert(!std::isnan(rel_pos.getX())); in applyImpulse()
352 btAssert(!std::isnan(rel_pos.getY())); in applyImpulse()
353 btAssert(!std::isnan(rel_pos.getZ())); in applyImpulse()
359 applyTorqueImpulse(rel_pos.cross(impulse*m_linearFactor)); in applyImpulse()
404 btVector3 getVelocityInLocalPoint(const btVector3& rel_pos) const in getVelocityInLocalPoint() argument
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0pcur.cc199 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
201 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
211 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
217 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
219 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
360 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
403 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
424 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
425 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
426 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/innobase/btr/
H A Dbtr0pcur.cc199 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
201 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
211 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
217 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
219 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
360 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
403 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
424 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
425 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
426 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0pcur.cc142 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
145 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
165 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
177 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
179 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
349 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
408 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
433 ut_ad(cursor->rel_pos == BTR_PCUR_ON in btr_pcur_restore_position_func()
434 || cursor->rel_pos == BTR_PCUR_BEFORE in btr_pcur_restore_position_func()
435 || cursor->rel_pos == BTR_PCUR_AFTER); in btr_pcur_restore_position_func()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/innobase/btr/
H A Dbtr0pcur.cc142 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE;
145 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE;
165 cursor->rel_pos = BTR_PCUR_AFTER;
177 cursor->rel_pos = BTR_PCUR_BEFORE;
179 cursor->rel_pos = BTR_PCUR_ON;
349 if (cursor->rel_pos == BTR_PCUR_ON) {
408 switch (cursor->rel_pos) {
433 ut_ad(cursor->rel_pos == BTR_PCUR_ON
434 || cursor->rel_pos == BTR_PCUR_BEFORE
435 || cursor->rel_pos == BTR_PCUR_AFTER);
[all …]
/dports/databases/mysqlwsrep56-server/mysql-wsrep-wsrep_5.6.51-25.33/storage/innobase/btr/
H A Dbtr0pcur.cc150 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
152 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
162 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
168 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
170 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
253 (cursor->rel_pos == BTR_PCUR_AFTER_LAST_IN_TREE in btr_pcur_restore_position_func()
254 || cursor->rel_pos == BTR_PCUR_BEFORE_FIRST_IN_TREE)) { in btr_pcur_restore_position_func()
260 cursor->rel_pos == BTR_PCUR_BEFORE_FIRST_IN_TREE, in btr_pcur_restore_position_func()
290 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
333 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
[all …]
/dports/databases/mysql56-client/mysql-5.6.51/storage/innobase/btr/
H A Dbtr0pcur.cc150 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
152 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
162 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
168 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
170 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
253 (cursor->rel_pos == BTR_PCUR_AFTER_LAST_IN_TREE in btr_pcur_restore_position_func()
254 || cursor->rel_pos == BTR_PCUR_BEFORE_FIRST_IN_TREE)) { in btr_pcur_restore_position_func()
260 cursor->rel_pos == BTR_PCUR_BEFORE_FIRST_IN_TREE, in btr_pcur_restore_position_func()
290 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
333 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
[all …]
/dports/databases/mysql55-client/mysql-5.5.62/storage/innobase/btr/
H A Dbtr0pcur.c142 cursor->rel_pos = BTR_PCUR_AFTER_LAST_IN_TREE; in btr_pcur_store_position()
144 cursor->rel_pos = BTR_PCUR_BEFORE_FIRST_IN_TREE; in btr_pcur_store_position()
154 cursor->rel_pos = BTR_PCUR_AFTER; in btr_pcur_store_position()
160 cursor->rel_pos = BTR_PCUR_BEFORE; in btr_pcur_store_position()
162 cursor->rel_pos = BTR_PCUR_ON; in btr_pcur_store_position()
244 (cursor->rel_pos == BTR_PCUR_AFTER_LAST_IN_TREE in btr_pcur_restore_position_func()
245 || cursor->rel_pos == BTR_PCUR_BEFORE_FIRST_IN_TREE)) { in btr_pcur_restore_position_func()
251 cursor->rel_pos == BTR_PCUR_BEFORE_FIRST_IN_TREE, in btr_pcur_restore_position_func()
280 if (cursor->rel_pos == BTR_PCUR_ON) { in btr_pcur_restore_position_func()
323 switch (cursor->rel_pos) { in btr_pcur_restore_position_func()
[all …]
/dports/science/chrono/chrono-7.0.1/src/chrono_models/robot/viper/
H A DViper.cpp100 const ChVector<>& rel_pos, in AddRevoluteJoint() argument
116 const ChVector<>& rel_pos, in AddUniversalJoint() argument
205 const ChFrame<>& rel_pos, in ViperPart() argument
296 const ChFrame<>& rel_pos, in ViperWheel() argument
299 : ViperPart(name, rel_pos, mat, true) { in ViperWheel()
320 const ChFrame<>& rel_pos, in ViperUpperArm() argument
323 : ViperPart(name, rel_pos, mat, false) { in ViperUpperArm()
338 const ChFrame<>& rel_pos, in ViperLowerArm() argument
341 : ViperPart(name, rel_pos, mat, false) { in ViperLowerArm()
356 const ChFrame<>& rel_pos, in ViperUpright() argument
[all …]
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/
H A Dstk.patch79 void applyForce(const btVector3& force, const btVector3& rel_pos)
84 + btAssert(!isnan(rel_pos.getX()));
85 + btAssert(!isnan(rel_pos.getY()));
86 + btAssert(!isnan(rel_pos.getZ()));
88 applyTorque(rel_pos.cross(force*m_linearFactor));
107 void applyImpulse(const btVector3& impulse, const btVector3& rel_pos)
112 + btAssert(!isnan(rel_pos.getX()));
113 + btAssert(!isnan(rel_pos.getY()));
114 + btAssert(!isnan(rel_pos.getZ()));

12345678910>>...16