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

  /external/chromium_org/tools/usb_gadget/
hid_descriptors.py 111 NonLinear = (4, True)
  /external/llvm/include/llvm/Analysis/
DependenceAnalysis.h 348 enum ClassificationKind { ZIV, SIV, RDIV, MIV, NonLinear } Classification;
571 /// and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp 78 STATISTIC(NonlinearSubscriptPairs, "Nonlinear subscript pairs");
841 // and classifies it as either ZIV, SIV, RDIV, MIV, or Nonlinear.
850 return Subscript::NonLinear;
852 return Subscript::NonLinear;
    [all...]

Completed in 146 milliseconds