MCPcopy 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
42template <class T>
43static inline npy_ubyte
44nth_byte(T key, npy_intp l)
45{
46 return (key >> (l << 3)) & 0xFF;
47}
48
49template <class T, class UT>
50static UT *

Callers 2

radixsort0Function · 0.85
aradixsort0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected