Home | History | Annotate | Download | only in source

Lines Matching refs:matrix1_index_factor2

819 |matrix1_index| = |matrix1_index_factor1| * |matrix1_index_factor2|, where
820 |matrix1_index_factor1| is given by the argument while |matrix1_index_factor2|
822 |matrix1_index_factor2| is the value of the outmost loop counter j (when
859 int* matrix1_index_factor2 = &j;
862 matrix1_index_factor2 = &k;
870 matrix1_index = matrix1_index_factor1 * (*matrix1_index_factor2);