Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ bitmask_u32
Function
bitmask_u32
numpy/core/src/multiarray/dragon4.c:53–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
51
}
52
53
static inline npy_uint32
54
bitmask_u32(npy_uint32 n)
55
{
56
return ~(~((npy_uint32)0) << n);
57
}
58
59
/*
60
* Get the log base 2 of a 32-bit unsigned integer.
Callers
8
BigInt_Pow10
Function · 0.85
BigInt_MultiplyPow10
Function · 0.85
Dragon4_PrintFloat_IEEE_binary16
Function · 0.85
Dragon4_PrintFloat_IEEE_binary32
Function · 0.85
Dragon4_PrintFloat_IEEE_binary64
Function · 0.85
Dragon4_PrintFloat_Intel_extended
Function · 0.85
Dragon4_PrintFloat_IEEE_binary128
Function · 0.85
Dragon4_PrintFloat_IBM_double_double
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected