Home | History | Annotate | Download | only in src

Lines Matching defs:temp1

679     double temp1[8 * 8];
756 /* ----------- temp1 = V * W(-1) ----------- */
761 temp1[a8 + b] = V[a8 + b] * W[b];
776 temp2[a_num + b] += temp1[a8 + t] * U[b8 + t];