| 184 | return _npy_clip<npy::short_tag>(args, dimensions, steps); |
| 185 | } |
| 186 | NPY_NO_EXPORT void |
| 187 | USHORT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 188 | void *NPY_UNUSED(func)) |
| 189 | { |
| 190 | return _npy_clip<npy::ushort_tag>(args, dimensions, steps); |
| 191 | } |
| 192 | NPY_NO_EXPORT void |
| 193 | INT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 194 | void *NPY_UNUSED(func)) |
nothing calls this directly
no outgoing calls
no test coverage detected