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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp 95 int MinValue = getMinValue();
113 return (ImmValue < MinValue || ImmValue > MaxValue);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 105 return EnumerableExtensions.Max(EnumerableExtensions.DefaultIfEmpty(X, int.MinValue));
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
CheckedInt.h 221 struct MinValue
244 // Relies heavily on the type of MinValue<IntegerType>::value
246 static const IntegerType value = ~MinValue<IntegerType>::value;
323 return x <= MaxValue<T>::value && x >= MinValue<T>::value;
420 const T min = MinValue<T>::value;
460 !(IsSigned<T>::value && x == MinValue<T>::value && y == T(-1));
  /external/llvm/lib/Target/SystemZ/AsmParser/
SystemZAsmParser.cpp 23 // Return true if Expr is in the range [MinValue, MaxValue].
24 static bool inRange(const MCExpr *Expr, int64_t MinValue, int64_t MaxValue) {
27 return Value >= MinValue && Value <= MaxValue;
194 bool isImm(int64_t MinValue, int64_t MaxValue) const {
195 return Kind == KindImm && inRange(Imm, MinValue, MaxValue);
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 

Completed in 266 milliseconds