| 214 | return _npy_clip<npy::ulong_tag>(args, dimensions, steps); |
| 215 | } |
| 216 | NPY_NO_EXPORT void |
| 217 | LONGLONG_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 | } |
| 222 | NPY_NO_EXPORT void |
| 223 | ULONGLONG_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 224 | void *NPY_UNUSED(func)) |
nothing calls this directly
no outgoing calls
no test coverage detected