HomeSort by relevance Sort by last modified time
    Searched full:atbegin (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
penwin.h 1295 #define FAbsTimeInInterval(at,lpi) (FLTEAbsTime((lpi)->atBegin,at) && FLTEAbsTime(at,(lpi)->atEnd))
1296 #define FIntervalInInterval(lpiT,lpiS) (FLTEAbsTime((lpiS)->atBegin,(lpiT)->atBegin) && FLTEAbsTime((lpiT)->atEnd,(lpiS)->atEnd))
1297 #define FIntervalXInterval(lpiT,lpiS) (!(FLTAbsTime((lpiT)->atEnd,(lpiS)->atBegin) || FLTAbsTime((lpiS)->atEnd,(lpiT)->atBegin)))
1298 #define dwDurInterval(lpi) dwDiffAT((lpi)->atBegin,(lpi)->atEnd)
    [all...]
  /external/pdfium/third_party/lcms2-2.6/src/
cmsopt.c 725 int AtBegin = (int) floor((cmsFloat64Number) g ->nEntries * 0.02 + 0.5); // Cutoff at 2%
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
    [all...]
  /external/llvm/include/llvm/ADT/
IntervalMap.h     [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
IntervalMap.h 873 /// atBegin - Return true if path is at begin().
874 bool atBegin() const {
    [all...]
  /external/llvm/lib/CodeGen/
SplitKit.cpp 663 bool AtBegin;
664 do AtBegin = MBBI == MBB->begin();
665 while (!AtBegin && (--MBBI)->isDebugValue());
681 if (AtBegin || !MBBI->readsVirtualRegister(Edit->getReg())) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 620 bool AtBegin;
621 do AtBegin = MBBI == MBB->begin();
622 while (!AtBegin && (--MBBI)->isDebugValue());
639 if (AtBegin || !MBBI->readsVirtualRegister(Edit->getReg())) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 862 bool atBegin(Parent->begin() == me);
863 if (!atBegin)
869 if (atBegin) {
    [all...]
  /external/llvm/lib/ExecutionEngine/Interpreter/
Execution.cpp     [all...]

Completed in 1116 milliseconds