| 208 | return _npy_clip<npy::long_tag>(args, dimensions, steps); |
| 209 | } |
| 210 | NPY_NO_EXPORT void |
| 211 | ULONG_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 | } |
| 216 | NPY_NO_EXPORT void |
| 217 | LONGLONG_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 218 | void *NPY_UNUSED(func)) |
nothing calls this directly
no outgoing calls
no test coverage detected