/dports/math/scalapack/scalapack-2.1.0/REDIST/SRC/ |
H A D | psgemr2.c | 148 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 152 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 154 templatewidth1 = q1 * nbcol1; 159 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 167 assert(j1 + nbcol1 > 0); 172 end1 = j1 + nbcol1;
|
H A D | pdgemr2.c | 148 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 152 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 154 templatewidth1 = q1 * nbcol1; 159 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 167 assert(j1 + nbcol1 > 0); 172 end1 = j1 + nbcol1;
|
H A D | pigemr2.c | 148 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 152 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 154 templatewidth1 = q1 * nbcol1; 159 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 167 assert(j1 + nbcol1 > 0); 172 end1 = j1 + nbcol1;
|
H A D | pcgemr2.c | 151 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 155 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 157 templatewidth1 = q1 * nbcol1; 162 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 170 assert(j1 + nbcol1 > 0); 175 end1 = j1 + nbcol1;
|
H A D | pzgemr2.c | 151 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 155 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 157 templatewidth1 = q1 * nbcol1; 162 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 170 assert(j1 + nbcol1 > 0); 175 end1 = j1 + nbcol1;
|
H A D | pstrmr2.c | 250 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 254 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 256 templatewidth1 = q1 * nbcol1; 261 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 269 assert(j1 + nbcol1 > 0); 274 end1 = j1 + nbcol1;
|
H A D | pztrmr2.c | 253 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 257 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 259 templatewidth1 = q1 * nbcol1; 264 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 272 assert(j1 + nbcol1 > 0); 277 end1 = j1 + nbcol1;
|
H A D | pctrmr2.c | 253 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 257 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 259 templatewidth1 = q1 * nbcol1; 264 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 272 assert(j1 + nbcol1 > 0); 277 end1 = j1 + nbcol1;
|
H A D | pdtrmr2.c | 250 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 254 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 256 templatewidth1 = q1 * nbcol1; 261 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 269 assert(j1 + nbcol1 > 0); 274 end1 = j1 + nbcol1;
|
H A D | pitrmr2.c | 250 int offset, j0, j1, templatewidth0, templatewidth1, nbcol0, nbcol1; local 254 nbcol1 = (type == 'c' ? mb->nbcol : mb->nbrow); 256 templatewidth1 = q1 * nbcol1; 261 j1 = SHIFT(col1, sp1, q1) * nbcol1 - jb; 269 assert(j1 + nbcol1 > 0); 274 end1 = j1 + nbcol1;
|