OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:a_vec
(Results
1 - 7
of
7
) sorted by null
/external/llvm/test/Assembler/
fast-math-flags.ll
21
; CHECK: %
a_vec
= fadd <3 x float> %vec, %vec
22
%
a_vec
= fadd <3 x float> %vec, %vec
55
; CHECK: %
a_vec
= fadd nnan <3 x float> %vec, %vec
56
%
a_vec
= fadd nnan <3 x float> %vec, %vec
89
; CHECK: %
a_vec
= fadd nnan <3 x float> %vec, %vec
90
%
a_vec
= fadd nnan <3 x float> %vec, %vec
123
; CHECK: %
a_vec
= fadd nnan <3 x float> %vec, %vec
124
%
a_vec
= fadd nnan <3 x float> %vec, %vec
/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);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
185
cond_dtor(value_vector
a_vec
, iterator& r_last_it,
187
: m_a_vec(
a_vec
), m_r_last_it(r_last_it), m_max_size(total_size),
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
185
cond_dtor(value_vector
a_vec
, iterator& r_last_it,
187
: m_a_vec(
a_vec
), m_r_last_it(r_last_it), m_max_size(total_size),
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
185
cond_dtor(value_vector
a_vec
, iterator& r_last_it,
187
: m_a_vec(
a_vec
), m_r_last_it(r_last_it), m_max_size(total_size),
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/pb_ds/detail/ov_tree_map_/
ov_tree_map_.hpp
185
cond_dtor(value_vector
a_vec
, iterator& r_last_it,
187
: m_a_vec(
a_vec
), m_r_last_it(r_last_it), m_max_size(total_size),
/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 176 milliseconds