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

Function ULONGLONG_clip

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

Source from the content-addressed store, hash-verified

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))
225{
226 return _npy_clip<npy::ulonglong_tag>(args, dimensions, steps);
227}
228NPY_NO_EXPORT void
229HALF_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
230 void *NPY_UNUSED(func))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected