Home | History | Annotate | Download | only in linear

Lines Matching defs:p0

1509             final int p0     = iBlock * BLOCK_SIZE;
1510 final int pStart = FastMath.max(startRow, p0);
1519 int k = (p - p0) * jWidth + qStart - q0;
1539 final int p0 = iBlock * BLOCK_SIZE;
1540 final int pStart = FastMath.max(startRow, p0);
1549 int k = (p - p0) * jWidth + qStart - q0;
1621 final int p0 = iBlock * BLOCK_SIZE;
1622 final int pStart = FastMath.max(startRow, p0);
1631 int k = (p - p0) * jWidth + qStart - q0;
1651 final int p0 = iBlock * BLOCK_SIZE;
1652 final int pStart = FastMath.max(startRow, p0);
1661 int k = (p - p0) * jWidth + qStart - q0;