HomeSort by relevance Sort by last modified time
    Searched defs:lEnd (Results 1 - 5 of 5) sorted by null

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 548 final int lEnd = lStart + kWidth;
552 for (int l = lStart; l < lEnd; ++l) {
613 final int lEnd = lStart + kWidth;
618 while (l < lEnd - 3) {
627 while (l < lEnd) {
    [all...]
BlockRealMatrix.java 537 final int lEnd = lStart + kWidth;
541 for (int l = lStart; l < lEnd; ++l) {
601 final int lEnd = lStart + kWidth;
606 while (l < lEnd - 3) {
614 while (l < lEnd) {
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 684 double lEnd = loop->fEnd->t();
685 if (lEnd == tStart) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dinput.h     [all...]
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/jni/dinput/
dinput.h 182 LONG lEnd;
    [all...]

Completed in 215 milliseconds