Lines Matching refs:jj3

89       HYPRE_Int   i1, ii1, i2, i3, jj2, jj3;  in hypre_ParMatmul_RowSizes()  local
158 for (jj3 = B_ext_offd_i[i2]; jj3 < B_ext_offd_i[i2+1]; jj3++) in hypre_ParMatmul_RowSizes()
160 i3 = num_cols_diag_B+B_ext_offd_j[jj3]; in hypre_ParMatmul_RowSizes()
175 for (jj3 = B_ext_diag_i[i2]; jj3 < B_ext_diag_i[i2+1]; jj3++) in hypre_ParMatmul_RowSizes()
177 i3 = B_ext_diag_j[jj3]; in hypre_ParMatmul_RowSizes()
200 for (jj3 = B_diag_i[i2]; jj3 < B_diag_i[i2+1]; jj3++) in hypre_ParMatmul_RowSizes()
202 i3 = B_diag_j[jj3]; in hypre_ParMatmul_RowSizes()
223 for (jj3 = B_offd_i[i2]; jj3 < B_offd_i[i2+1]; jj3++) in hypre_ParMatmul_RowSizes()
225 i3 = num_cols_diag_B+map_B_to_C[B_offd_j[jj3]]; in hypre_ParMatmul_RowSizes()
975 HYPRE_Int i1, ii1, i2, i3, jj2, jj3; in hypre_ParMatmul() local
1052 for (jj3 = B_ext_offd_i[i2]; jj3 < B_ext_offd_i[i2+1]; jj3++) in hypre_ParMatmul()
1054 i3 = num_cols_diag_B+B_ext_offd_j[jj3]; in hypre_ParMatmul()
1065 C_offd_data[jj_count_offd] = a_entry*B_ext_offd_data[jj3]; in hypre_ParMatmul()
1071 C_offd_data[B_marker[i3]] += a_entry*B_ext_offd_data[jj3]; in hypre_ParMatmul()
1074 for (jj3 = B_ext_diag_i[i2]; jj3 < B_ext_diag_i[i2+1]; jj3++) in hypre_ParMatmul()
1076 i3 = B_ext_diag_j[jj3]; in hypre_ParMatmul()
1080 C_diag_data[jj_count_diag] = a_entry*B_ext_diag_data[jj3]; in hypre_ParMatmul()
1086 C_diag_data[B_marker[i3]] += a_entry*B_ext_diag_data[jj3]; in hypre_ParMatmul()
1105 for (jj3 = B_diag_i[i2]; jj3 < B_diag_i[i2+1]; jj3++) in hypre_ParMatmul()
1107 i3 = B_diag_j[jj3]; in hypre_ParMatmul()
1118 C_diag_data[jj_count_diag] = a_entry*B_diag_data[jj3]; in hypre_ParMatmul()
1124 C_diag_data[B_marker[i3]] += a_entry*B_diag_data[jj3]; in hypre_ParMatmul()
1129 for (jj3 = B_offd_i[i2]; jj3 < B_offd_i[i2+1]; jj3++) in hypre_ParMatmul()
1131 i3 = num_cols_diag_B+map_B_to_C[B_offd_j[jj3]]; in hypre_ParMatmul()
1142 C_offd_data[jj_count_offd] = a_entry*B_offd_data[jj3]; in hypre_ParMatmul()
1148 C_offd_data[B_marker[i3]] += a_entry*B_offd_data[jj3]; in hypre_ParMatmul()