Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIAGameWorks/PhysX
/ BitsToDwords
Function
BitsToDwords
physx/source/scenequery/src/SqAABBTree.cpp:315–318 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
313
314
315
static PX_FORCE_INLINE PxU32 BitsToDwords(PxU32 nb_bits)
316
{
317
return (nb_bits>>5) + ((nb_bits&31) ? 1 : 0);
318
}
319
320
bool Sq::BitArray::init(PxU32 nb_bits)
321
{
Callers
2
init
Method · 0.85
resize
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected