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

Function DOUBLE_clip

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

Source from the content-addressed store, hash-verified

238 return _npy_clip<npy::float_tag>(args, dimensions, steps);
239}
240NPY_NO_EXPORT void
241DOUBLE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
242 void *NPY_UNUSED(func))
243{
244 return _npy_clip<npy::double_tag>(args, dimensions, steps);
245}
246NPY_NO_EXPORT void
247LONGDOUBLE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
248 void *NPY_UNUSED(func))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected