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

  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
BlockFieldMatrix.java 547 final int lStart = (p - pStart) * kWidth;
548 final int lEnd = lStart + kWidth;
552 for (int l = lStart; l < lEnd; ++l) {
612 final int lStart = (p - pStart) * kWidth;
613 final int lEnd = lStart + kWidth;
616 int l = lStart;
    [all...]
BlockRealMatrix.java 536 final int lStart = (p - pStart) * kWidth;
537 final int lEnd = lStart + kWidth;
541 for (int l = lStart; l < lEnd; ++l) {
600 final int lStart = (p - pStart) * kWidth;
601 final int lEnd = lStart + kWidth;
604 int l = lStart;
    [all...]
  /external/gptfdisk/
basicmbr.cc 779 uint64_t firstLogical, lastLogical, lStart, pStart;
793 lStart = partitions[i].GetStartLBA(); // start of potential logical part.
802 if (((pStart < lStart) && (firstLogical < pStart)) ||
803 ((pStart > lStart) && (firstLogical > pStart))) {
    [all...]
  /external/icu/icu4c/source/tools/genrb/
reslist.cpp     [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 680 double lStart = loop->fStart->t();
681 if (lStart != tEnd) {
    [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 181 LONG lStart;
    [all...]

Completed in 336 milliseconds