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

Function CFLOAT_clip

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

Source from the content-addressed store, hash-verified

250 return _npy_clip<npy::longdouble_tag>(args, dimensions, steps);
251}
252NPY_NO_EXPORT void
253CFLOAT_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
254 void *NPY_UNUSED(func))
255{
256 return _npy_clip<npy::cfloat_tag>(args, dimensions, steps);
257}
258NPY_NO_EXPORT void
259CDOUBLE_clip(char **args, npy_intp const *dimensions, npy_intp const *steps,
260 void *NPY_UNUSED(func))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected