MCPcopy 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
47static inline npy_uint64
48bitmask_u64(npy_uint32 n)
49{
50 return ~(~((npy_uint64)0) << n);
51}
52
53static inline npy_uint32
54bitmask_u32(npy_uint32 n)

Callers 11

BigInt_Set_uint64Function · 0.85
BigInt_Set_2x_uint64Function · 0.85
BigInt_AddFunction · 0.85
BigInt_MultiplyFunction · 0.85
BigInt_Multiply_intFunction · 0.85
BigInt_Multiply10Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected