Home
last modified time | relevance | path

Searched refs:sums_of_2 (Results 1 – 2 of 2) sorted by relevance

/external/gemmlowp/internal/
Dpack_neon.h207 uint16x8_t sums_of_2[kCells][4]; in Pack() local
212 sums_of_2[cell][i] = vpaddlq_u8(vreinterpretq_u8_u16( in Pack()
221 vaddq_u16(sums_of_2[cell][2 * i], sums_of_2[cell][2 * i + 1]); in Pack()
Dpack_msa.h304 v8i16 sums_of_2[kCells][4]; in Pack() local
309 sums_of_2[cell][i] = reinterpret_cast<v8i16>(__builtin_msa_hadd_u_h( in Pack()
320 sums_of_4[cell][i] = __builtin_msa_addv_h(sums_of_2[cell][2 * i], in Pack()
321 sums_of_2[cell][2 * i + 1]); in Pack()