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

Function quicksort_dispatch

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

Source from the content-addressed store, hash-verified

74#if defined(_MSC_VER) || defined(__CYGWIN__)
75template<typename T>
76inline bool quicksort_dispatch(T*, npy_intp)
77{
78 return false;
79}
80template<typename T>
81inline bool aquicksort_dispatch(T*, npy_intp*, npy_intp)
82{

Callers 11

quicksort_shortFunction · 0.85
quicksort_ushortFunction · 0.85
quicksort_intFunction · 0.85
quicksort_uintFunction · 0.85
quicksort_longFunction · 0.85
quicksort_ulongFunction · 0.85
quicksort_longlongFunction · 0.85
quicksort_ulonglongFunction · 0.85
quicksort_halfFunction · 0.85
quicksort_floatFunction · 0.85
quicksort_doubleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected