MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / v_rshift

Function v_rshift

Objects/longobject.c:1275–1289  ·  view source on GitHub ↗

Shift digit vector a[0:m] d bits right, with 0 <= d < PyLong_SHIFT. Put * result in z[0:m], and return the d bits shifted out of the bottom. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

x_divremFunction · 0.85
_PyLong_FrexpFunction · 0.85
long_true_divideFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected