old_mat           241 ompi/mca/topo/treematch/treematch/tm_tree.c   double **old_mat = (double**)args[2];
old_mat           267 ompi/mca/topo/treematch/treematch/tm_tree.c 	    mat[i][j] += old_mat[id1][id2];
old_mat           283 ompi/mca/topo/treematch/treematch/tm_tree.c   double **new_mat = NULL, **old_mat = aff_mat->mat;
old_mat           314 ompi/mca/topo/treematch/treematch/tm_tree.c       args[2]=(void*)old_mat;
old_mat           349 ompi/mca/topo/treematch/treematch/tm_tree.c 	    new_mat[i][j] += old_mat[id1][id2];
old_mat          1712 ompi/mca/topo/treematch/treematch/tm_tree.c   double **old_mat;
old_mat          1721 ompi/mca/topo/treematch/treematch/tm_tree.c   old_mat = aff_mat -> mat;
old_mat          1745 ompi/mca/topo/treematch/treematch/tm_tree.c 	mat[i][j] = 1e-4*old_mat[i][j]/comm_speed-fabs(avg-(obj_weight[i]+obj_weight[j])/2);
old_mat          1959 ompi/mca/topo/treematch/treematch/tm_tree.c   double **old_mat = NULL, **new_mat = NULL; double *sum_row;
old_mat          1962 ompi/mca/topo/treematch/treematch/tm_tree.c   old_mat = (*aff_mat) -> mat;
old_mat          1972 ompi/mca/topo/treematch/treematch/tm_tree.c     memcpy(new_mat[i], old_mat[i], mat_order*sizeof(double));