Lines Matching refs:Mstore

138          Real* Mstore = store+mrc.rowcol; int i=nrows;  in unpark()
141 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore+=ncols; } in unpark()
153 Real* Mstore = store+mrc.rowcol; int i=nrows;
156 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore+=ncols; }
167 Real* Mstore = store+mrc.rowcol; int i=nrows;
171 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+=ncols; }
178 Real* Mstore = store+mrc.rowcol; int i=nrows; Real* Cstore = mrc.data;
181 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+=ncols; }
197 Real* Mstore = store+mrc.rowcol; int i=nrows;
200 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore+=ncols; }
217 Real* Mstore = store+mrc.rowcol; int i=nrows;
220 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore+=ncols; }
296 Real* Mstore = store+mrc.rowcol; int j = ncols;
299 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += --j; }
312 Real* Mstore = store+mrc.rowcol; int j = ncols;
315 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += --j; }
322 Real* Mstore = store+mrc.rowcol; int i=mrc.rowcol+1; int j = ncols;
326 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += --j; }
359 Real* Mstore = store+(col*(col+3))/2;
362 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += ++col; }
375 Real* Mstore = store+(col*(col+3))/2;
378 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += ++col; }
386 Real* Mstore = store+(col*(col+3))/2; int i=nrows-col;
389 { *Mstore = *Cstore++; if (!(--i)) break; Mstore += ++col; }
420 Real* Mstore = store+(row*(row+1))/2; int i = row;
421 while (i--) *RowCopy++ = *Mstore++;
425 { *RowCopy++ = *Mstore; if (!(--i)) break; Mstore += ++row; }
459 Real* Mstore = store+(col*(col+1))/2; int i = col;
460 while (i--) *ColCopy++ = *Mstore++;
464 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += ++col; }
481 Real* Mstore = store+(col*(col+3))/2;
484 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += ++col; }
499 Real* Mstore = store+(col*(col+1))/2; int i = col;
500 while (i--) *ColCopy++ = *Mstore++;
504 { *ColCopy++ = *Mstore; if (!(--i)) break; Mstore += ++col; }
516 Real* Mstore = store+(col*(col+3))/2; int i = nrows-col;
519 { *Mstore = *Cstore++; if (!(--i)) break; Mstore+= ++col; }
608 Real* Mstore = store+b;
611 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; }
627 Real* ColCopy = mrc.data; Real* Mstore = store+b;
630 { *ColCopy++ = *Mstore; if (!(--w)) break; Mstore+=n; }
638 Real* Mstore = store + ((s<=0) ? c+lower : s*n+s+n);
643 { *Mstore = *Cstore++; if (!(--w)) break; Mstore += n; }
677 Real* Mstore = store+o;
678 while (w1--) *RowCopy++ = *Mstore++;
679 Mstore--;
680 while (w2--) { Mstore += lower; *RowCopy++ = *Mstore; }
718 Real* Mstore = store+o;
719 while (w1--) *ColCopy++ = *Mstore++;
720 Mstore--;
721 while (w2--) { Mstore += lower; *ColCopy++ = *Mstore; }
738 Real* Mstore = store+b;
741 { *ColCopy++ = *Mstore; if (!(--w1)) break; Mstore += lower; }
762 Real* Mstore = store+o;
763 while (w1--) *ColCopy++ = *Mstore++;
764 Mstore--;
765 while (w2--) { Mstore += lower; *ColCopy++ = *Mstore; }
775 Real* Mstore = store + c*lower+c+lower;
779 { *Mstore = *Cstore++; if (!(--w)) break; Mstore += lower; }