Searched refs:AtBegin (Results 1 - 3 of 3) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmsopt.c725 int AtBegin = (int) floor((cmsFloat64Number) g ->nEntries * 0.02 + 0.5); // Cutoff at 2% local
726 int AtEnd = g ->nEntries - AtBegin - 1; // And 98%
738 Val = g ->Table16[AtBegin];
739 Slope = (Val - BeginVal) / AtBegin;
740 beta = Val - Slope * AtBegin;
742 for (i=0; i < AtBegin; i++)
747 Slope = (EndVal - Val) / AtBegin; // AtBegin holds the X interval, which is same in both cases
/external/llvm/lib/CodeGen/
H A DSplitKit.cpp663 bool AtBegin; local
664 do AtBegin = MBBI == MBB->begin();
665 while (!AtBegin && (--MBBI)->isDebugValue());
681 if (AtBegin || !MBBI->readsVirtualRegister(Edit->getReg())) {
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DSplitKit.cpp620 bool AtBegin; local
621 do AtBegin = MBBI == MBB->begin();
622 while (!AtBegin && (--MBBI)->isDebugValue());
639 if (AtBegin || !MBBI->readsVirtualRegister(Edit->getReg())) {

Completed in 213 milliseconds