HomeSort by relevance Sort by last modified time
    Searched full:a2_end (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/flann/include/opencv2/flann/
dist.h 451 const pop_t* a2_end = a2 + (size / sizeof(pop_t)); local
453 for (; a2 != a2_end; ++a2, ++b2) result += __builtin_popcountll((*a2) ^ (*b2));

Completed in 1483 milliseconds