Home
last modified time | relevance | path

Searched refs:testNz (Results 1 – 17 of 17) sorted by relevance

/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/bullet/src/LinearMath/
H A DbtScalar.h381 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
382 unsigned testEqz = ~testNz; in btSelect()
383 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
387 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
388 unsigned testEqz = ~testNz; in btSelect()
389 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/games/critterding/critterding-beta12/src/utils/bullet/LinearMath/
H A DbtScalar.h369 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
370 unsigned testEqz = ~testNz; in btSelect()
371 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
375 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
376 unsigned testEqz = ~testNz; in btSelect()
377 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/bullet/src/LinearMath/
H A DbtScalar.h374 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
375 unsigned testEqz = ~testNz; in btSelect()
376 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
380 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
381 unsigned testEqz = ~testNz; in btSelect()
382 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DbtScalar.h406 unsigned testNz = (unsigned)(((int32_t)condition | -(int32_t)condition) >> 31); in btSelect() local
407 unsigned testEqz = ~testNz; in btSelect()
408 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
412 unsigned testNz = (unsigned)(((int32_t)condition | -(int32_t)condition) >> 31); in btSelect() local
413 unsigned testEqz = ~testNz; in btSelect()
414 …return static_cast<int32_t>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/vhacd/inc/
H A DbtScalar.h406 unsigned testNz = (unsigned)(((int32_t)condition | -(int32_t)condition) >> 31); in btSelect() local
407 unsigned testEqz = ~testNz; in btSelect()
408 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
412 unsigned testNz = (unsigned)(((int32_t)condition | -(int32_t)condition) >> 31); in btSelect() local
413 unsigned testEqz = ~testNz; in btSelect()
414 …return static_cast<int32_t>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Common/
H A Db3Scalar.h522 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
523 unsigned testEqz = ~testNz; in b3Select()
524 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
528 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
529 unsigned testEqz = ~testNz; in b3Select()
530 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Common/
H A Db3Scalar.h522 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
523 unsigned testEqz = ~testNz; in b3Select()
524 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
528 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
529 unsigned testEqz = ~testNz; in b3Select()
530 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Common/
H A Db3Scalar.h522 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
523 unsigned testEqz = ~testNz; in b3Select()
524 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
528 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
529 unsigned testEqz = ~testNz; in b3Select()
530 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
/dports/devel/bullet/bullet3-3.21/src/Bullet3Common/
H A Db3Scalar.h522 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
523 unsigned testEqz = ~testNz; in b3Select()
524 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
528 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in b3Select() local
529 unsigned testEqz = ~testNz; in b3Select()
530 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in b3Select()
/dports/devel/bullet/bullet3-3.21/src/LinearMath/
H A DbtScalar.h623 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
624 unsigned testEqz = ~testNz; in btSelect()
625 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
629 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
630 unsigned testEqz = ~testNz; in btSelect()
631 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/LinearMath/
H A DbtScalar.h623 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
624 unsigned testEqz = ~testNz; in btSelect()
625 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
629 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
630 unsigned testEqz = ~testNz; in btSelect()
631 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtScalar.h623 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
624 unsigned testEqz = ~testNz; in btSelect()
625 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
629 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
630 unsigned testEqz = ~testNz; in btSelect()
631 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/LinearMath/
H A DbtScalar.h623 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
624 unsigned testEqz = ~testNz; in btSelect()
625 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
629 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
630 unsigned testEqz = ~testNz; in btSelect()
631 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/science/chrono/chrono-7.0.1/src/chrono/collision/bullet/LinearMath/
H A DbtScalar.h608 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
609 unsigned testEqz = ~testNz; in btSelect()
610 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
614 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
615 unsigned testEqz = ~testNz; in btSelect()
616 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/Bullet/src/LinearMath/
H A DbtScalar.h572 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
573 unsigned testEqz = ~testNz; in btSelect()
574 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
578 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
579 unsigned testEqz = ~testNz; in btSelect()
580 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/devel/py-bullet3/bullet3-3.21/src/LinearMath/
H A DbtScalar.h623 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
624 unsigned testEqz = ~testNz; in btSelect()
625 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
629 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
630 unsigned testEqz = ~testNz; in btSelect()
631 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/extern/bullet/LinearMath/
H A DbtScalar.h566 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
567 unsigned testEqz = ~testNz; in btSelect()
568 return ((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()
572 unsigned testNz = (unsigned)(((int)condition | -(int)condition) >> 31); in btSelect() local
573 unsigned testEqz = ~testNz; in btSelect()
574 return static_cast<int>((valueIfConditionNonZero & testNz) | (valueIfConditionZero & testEqz)); in btSelect()