| 178 | return _npy_clip<npy::ubyte_tag>(args, dimensions, steps); |
| 179 | } |
| 180 | NPY_NO_EXPORT void |
| 181 | SHORT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 182 | void *NPY_UNUSED(func)) |
| 183 | { |
| 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)) |
nothing calls this directly
no outgoing calls
no test coverage detected