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

Function v_lshift

Objects/longobject.c:1257–1270  ·  view source on GitHub ↗

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

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