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

  /external/icu/icu4c/source/tools/genrb/
reslist.cpp     [all...]
  /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 781 uint64_t firstLogical, lastLogical, lStart, pStart;
795 lStart = partitions[i].GetStartLBA(); // start of potential logical part.
804 if (((pStart < lStart) && (firstLogical < pStart)) ||
805 ((pStart > lStart) && (firstLogical > pStart))) {
    [all...]
  /external/skia/src/pathops/
SkOpAngle.cpp 810 double lStart = loop->fStart->t();
811 if (lStart != tEnd) {
    [all...]
  /external/skqp/src/pathops/
SkOpAngle.cpp 810 double lStart = loop->fStart->t();
811 if (lStart != tEnd) {
    [all...]

Completed in 521 milliseconds