MCPcopy Create free account
hub / github.com/numpy/numpy / CLONGDOUBLE_clip

Function CLONGDOUBLE_clip

numpy/core/src/umath/clip.cpp:264–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

262 return _npy_clip<npy::cdouble_tag>(args, dimensions, steps);
263}
264NPY_NO_EXPORT void
265CLONGDOUBLE_clip(char **args, npy_intp const *dimensions,
266 npy_intp const *steps, void *NPY_UNUSED(func))
267{
268 return _npy_clip<npy::clongdouble_tag>(args, dimensions, steps);
269}
270NPY_NO_EXPORT void
271DATETIME_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
272 void *NPY_UNUSED(func))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected