| 166 | return _npy_clip<npy::bool_tag>(args, dimensions, steps); |
| 167 | } |
| 168 | NPY_NO_EXPORT void |
| 169 | BYTE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 170 | void *NPY_UNUSED(func)) |
| 171 | { |
| 172 | return _npy_clip<npy::byte_tag>(args, dimensions, steps); |
| 173 | } |
| 174 | NPY_NO_EXPORT void |
| 175 | UBYTE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps, |
| 176 | void *NPY_UNUSED(func)) |
nothing calls this directly
no outgoing calls
no test coverage detected