Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/index/detail/rtree/linear/
H A Dredistribute_elements.hpp188 size_t lowest_index = 0; in apply() local
197 lowest_index = i; in apply()
208 seed1 = lowest_index; in apply()
211 if ( lowest_index == highest_index ) in apply()
212 …seed2 = (lowest_index + 1) % elements_count; // % is just in case since if this is true lowest_ind… in apply()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dlsh_index.h243 void fill_xor_mask(lsh::BucketKey key, int lowest_index, unsigned int level, in fill_xor_mask() argument
248 for (int index = lowest_index - 1; index >= 0; --index) { in fill_xor_mask()