Lines Matching refs:u1Row
619 const float* u1Row = u1[y]; in operator ()() local
627 map1Row[x] = x + u1Row[x]; in operator ()()
890 const float* u1Row = u1[y]; in operator ()() local
905 rhoRow[x] = (I1wRow[x] - I1wxRow[x] * u1Row[x] - I1wyRow[x] * u2Row[x] - I0Row[x]); in operator ()()
963 const float* u1Row = u1[y]; in operator ()() local
975 …const float rho = use_gamma ? rhoRow[x] + (I1wxRow[x] * u1Row[x] + I1wyRow[x] * u2Row[x]) + gamma … in operator ()()
976 … rhoRow[x] + (I1wxRow[x] * u1Row[x] + I1wyRow[x] * u2Row[x]); in operator ()()
1000 v1Row[x] = u1Row[x] + d1; in operator ()()
1060 float* u1Row = u1[y]; in estimateU() local
1067 const float u1k = u1Row[x]; in estimateU()
1071 u1Row[x] = v1Row[x] + theta * divP1Row[x]; in estimateU()
1074 …error += use_gamma?(u1Row[x] - u1k) * (u1Row[x] - u1k) + (u2Row[x] - u2k) * (u2Row[x] - u2k) + (u3… in estimateU()
1075 … (u1Row[x] - u1k) * (u1Row[x] - u1k) + (u2Row[x] - u2k) * (u2Row[x] - u2k); in estimateU()