Home
last modified time | relevance | path

Searched refs:sortKD (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/kdbush/0.1.1-1/include/
H A Dkdbush.hpp63 sortKD(0, size - 1, 0); in fill()
150 void sortKD(const TIndex left, const TIndex right, const std::uint8_t axis) { in sortKD() function in kdbush::KDBush
158 sortKD(left, m - 1, (axis + 1) % 2); in sortKD()
159 sortKD(m + 1, right, (axis + 1) % 2); in sortKD()