Searched refs:neon_dot (Results 1 – 2 of 2) sorted by relevance
195 LC3_HOT static inline float neon_dot(const int16_t *a, const int16_t *b, int n) in neon_dot() function216 #define dot neon_dot273 *(y++) = neon_dot(a, b--, n); in neon_correlate()
72 float y_neon = neon_dot(x, x+3, 128); in check_dot()