Home | History | Annotate | Download | only in src

Lines Matching refs:a_num

684     int i, j, j8, j9, value, a, a8, a9, a_num, b, b8, t;
766 for( a8 = 0, a_num = 0; a8 < 64; a8 += 8, a_num += num )
771 temp2[a_num + b] = 0;
776 temp2[a_num + b] += temp1[a8 + t] * U[b8 + t];
782 for( a = 0, a_num = 0; a < 8; a++, a_num += num )
791 solution[a] += temp2[a_num + t] * f[t];