Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ bitmask_u64
Function
bitmask_u64
numpy/core/src/multiarray/dragon4.c:47–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
#endif
46
47
static inline npy_uint64
48
bitmask_u64(npy_uint32 n)
49
{
50
return ~(~((npy_uint64)0) << n);
51
}
52
53
static inline npy_uint32
54
bitmask_u32(npy_uint32 n)
Callers
11
BigInt_Set_uint64
Function · 0.85
BigInt_Set_2x_uint64
Function · 0.85
BigInt_Add
Function · 0.85
BigInt_Multiply
Function · 0.85
BigInt_Multiply_int
Function · 0.85
BigInt_Multiply10
Function · 0.85
BigInt_DivideWithRemainder_MaxQuotient9
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