Home | History | Annotate | Download | only in src

Lines Matching full:swapd

456     double swapd;
476 swapd = array[i];
478 array[index] = swapd;
1422 double swapd, ratio, bigest;
1467 swapd = A[row * N + t];
1469 A[j_best * N + t] = swapd;
1472 swapd = B[row];
1474 B[j_best] = swapd;
1483 swapd = A[t * N + i_best];
1485 A[t * N + row] = swapd;