Searched defs:cmp_vec (Results 1 – 2 of 2) sorted by relevance
110 uint16x8_t cmp_vec = vdupq_n_u16(out_of_boundary_left); in clamp_horizontal() local118 uint16x8_t cmp_vec = vdupq_n_u16(15 - out_of_boundary_right); in clamp_horizontal() local
186 let mut cmp_vec = Vec::with_capacity(data.len()); in test_txbuf_flush_to() localVariable