pop_t             448 modules/flann/include/opencv2/flann/dist.h             const size_t modulo = size % sizeof(pop_t);
pop_t             449 modules/flann/include/opencv2/flann/dist.h             const pop_t* a2 = reinterpret_cast<const pop_t*> (a);
pop_t             450 modules/flann/include/opencv2/flann/dist.h             const pop_t* b2 = reinterpret_cast<const pop_t*> (b);
pop_t             451 modules/flann/include/opencv2/flann/dist.h             const pop_t* a2_end = a2 + (size / sizeof(pop_t));
pop_t             458 modules/flann/include/opencv2/flann/dist.h                 pop_t a_final = 0, b_final = 0;
pop_t             468 modules/flann/include/opencv2/flann/dist.h                      reinterpret_cast<const unsigned char*> (b), size * sizeof(pop_t));