Searched defs:x_new (Results 1 - 2 of 2) sorted by relevance
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
H A D | GMRES.h | 159 VectorType x_new = y(k - 1) * VectorType::Unit(m, k - 1); local 161 // apply Householder reflection H_{k} to x_new 162 x_new.tail(m - k + 1).applyHouseholderOnTheLeft(H.col(k - 1).tail(m - k), tau.coeffRef(k - 1), workspace.data()); 165 x_new += y(i) * VectorType::Unit(m, i); 166 // apply Householder reflection H_{i} to x_new 167 x_new.tail(m - i).applyHouseholderOnTheLeft(H.col(i).tail(m - i - 1), tau.coeffRef(i), workspace.data()); 170 x += x_new;
|
/external/libvncserver/x11vnc/ |
H A D | userinput.c | 8343 int x_new = Ev[n].xconfigure.x; local 8352 if (x_new != x || y_new != y) { 9317 int x_new, y_new, w_new, h_new; local 9341 x_new = ev.xconfigure.x; 9352 if (nabs(x_new - x_old) >= dpy_x || nabs(y_new - y_old) >= dpy_y) { 9357 r_new = sraRgnCreateRect(x_new, y_new, x_new+w_new, y_new+h_new); 9376 if (ncdb) fprintf(stderr, "old_wm[%d] +%04d+%04d +%04d+%04d old_wm: %d\n", i, x_old, y_old, x_new, y_new, old_wm); 9725 int x_new, y_new, w_new, h_new; local 9743 x_new [all...] |
Completed in 109 milliseconds