MCPcopy Create free account
hub / github.com/numpy/numpy / LONGLONG_clip

Function LONGLONG_clip

numpy/core/src/umath/clip.cpp:216–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

214 return _npy_clip<npy::ulong_tag>(args, dimensions, steps);
215}
216NPY_NO_EXPORT void
217LONGLONG_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
218 void *NPY_UNUSED(func))
219{
220 return _npy_clip<npy::longlong_tag>(args, dimensions, steps);
221}
222NPY_NO_EXPORT void
223ULONGLONG_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
224 void *NPY_UNUSED(func))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected