Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/numpy/numpy
/ nth_byte
Function
nth_byte
numpy/core/src/npysort/radixsort.cpp:43–47 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
41
42
template <class T>
43
static inline npy_ubyte
44
nth_byte(T key, npy_intp l)
45
{
46
return (key >> (l << 3)) & 0xFF;
47
}
48
49
template <class T, class UT>
50
static UT *
Callers
2
radixsort0
Function · 0.85
aradixsort0
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected