Searched refs:vect_index (Results 1 – 1 of 1) sorted by relevance
7326 int vect_index; in add_vect() local7349 for (vect_index = 0; vect_index < vect_length; vect_index++) in add_vect()7350 if (vect[vect_index] != undefined_vect_el_value) in add_vect()7352 vect_el_t x = vect[vect_index]; in add_vect()7382 for (vect_index = first_unempty_vect_index; in add_vect()7383 vect_index < vect_length in add_vect()7384 && vect_index + comb_vect_index < comb_vect_els_num; in add_vect()7385 vect_index++) in add_vect()7386 if (vect[vect_index] in add_vect()7388 && (tab->comb_vect[vect_index + comb_vect_index] in add_vect()[all …]