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

Function aquicksort_dispatch

numpy/core/src/npysort/quicksort.cpp:81–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79}
80template<typename T>
81inline bool aquicksort_dispatch(T*, npy_intp*, npy_intp)
82{
83 return false;
84}
85#else
86template<typename T>
87inline bool quicksort_dispatch(T *start, npy_intp num)

Callers 8

aquicksort_intFunction · 0.85
aquicksort_uintFunction · 0.85
aquicksort_longFunction · 0.85
aquicksort_ulongFunction · 0.85
aquicksort_longlongFunction · 0.85
aquicksort_ulonglongFunction · 0.85
aquicksort_floatFunction · 0.85
aquicksort_doubleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected