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

  /external/llvm/test/CodeGen/WebAssembly/
i32.ll 182 ; CHECK-LABEL: popcnt32:
187 define i32 @popcnt32(i32 %x) {
  /external/opencv3/modules/flann/include/opencv2/flann/
dist.h 485 unsigned int popcnt32(uint32_t n) const function in struct:cvflann::Hamming2
520 result += popcnt32(*pa ^ *pb);

Completed in 152 milliseconds