Home
last modified time | relevance | path

Searched refs:sweepTargetValue (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DMatrixUtils.java83 final float sweepTargetValue = squareMatrix0[i][row]; in sweep() local
86 squareMatrix0[i][j] -= sweepTargetValue * squareMatrix0[row][j]; in sweep()
89 squareMatrix1[i][j] -= sweepTargetValue * squareMatrix1[row][j]; in sweep()