OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:A_vec
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/hal/src/
stat.cpp
91
uint8x16_t
A_vec
= vld1q_u8 (a + i);
92
uint8x16_t bitsSet = vcntq_u8 (
A_vec
);
118
uint8x16_t
A_vec
= vld1q_u8 (a + i);
120
uint8x16_t AxorB = veorq_u8 (
A_vec
, B_vec);
/external/opencv3/modules/flann/include/opencv2/flann/
dist.h
432
uint8x16_t
A_vec
= vld1q_u8 (a + i);
434
uint8x16_t AxorB = veorq_u8 (
A_vec
, B_vec);
Completed in 912 milliseconds