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