OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lhs_offsets
(Results
1 - 1
of
1
) sorted by null
/external/gemmlowp/internal/
unpack_neon.h
121
const int32x4_t
lhs_offsets
= get_int32x4_t_and_inc(&lhs_offset_iter);
local
122
raw_1x[i] = vmulq_n_s32(
lhs_offsets
, rhs_sums_of_each_slice_c);
123
term_11[i] = vmulq_n_s32(
lhs_offsets
, rhs_offset_c * depth);
166
const int32x4_t
lhs_offsets
= get_int32x4_t_and_inc(&lhs_offset_iter);
local
168
vmulq_n_s32(
lhs_offsets
, rhs_sums_of_each_slice_c);
172
vmulq_n_s32(
lhs_offsets
, rhs_offset_c * depth);
Completed in 78 milliseconds