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

Function ULONG_clip

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

Source from the content-addressed store, hash-verified

208 return _npy_clip<npy::long_tag>(args, dimensions, steps);
209}
210NPY_NO_EXPORT void
211ULONG_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
212 void *NPY_UNUSED(func))
213{
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))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected