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

  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonMCInst.cpp 96 int MaxValue = getMaxValue();
113 return (ImmValue < MinValue || ImmValue > MaxValue);
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Misc/
Stats.cs 100 return EnumerableExtensions.Min(EnumerableExtensions.DefaultIfEmpty(X, int.MaxValue));
  /external/chromium_org/third_party/WebKit/Source/platform/
CheckedInt.h 241 struct MaxValue
323 return x <= MaxValue<T>::value && x >= MinValue<T>::value;
332 return x <= MaxValue<T>::value;
341 return sizeof(T) > sizeof(U) || x <= U(MaxValue<T>::value);
352 : x >= 0 && x <= U(MaxValue<T>::value);
419 const T max = MaxValue<T>::value;
443 return y == 0 || x <= MaxValue<T>::value / y;
  /external/llvm/lib/Support/
ConstantRange.cpp 470 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
477 // Analyze wrapped sets in their two parts: [0, Upper) \/ [Lower, MaxValue]
478 // We use the non-wrapped set code to analyze the [Lower, MaxValue) part, and
479 // then we do the union with [MaxValue, Upper)
482 if (Upper.uge(MaxValue))
488 // Union covers the MaxValue case, so return if the remaining range is just
489 // MaxValue.
495 if (LowerDiv.uge(MaxValue)) {
501 if (UpperDiv.ule(MaxValue))
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
BufferedTokenStream.cs 141 return int.MaxValue;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/
BufferedTokenStream.cs 162 return int.MaxValue;
  /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/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
BufferedTreeNodeStream.cs 241 return int.MaxValue;
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
BufferedTreeNodeStream.cs 276 return int.MaxValue;
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/webrtc/src/modules/audio_processing/test/
unit_test.cc 154 T MaxValue(T a, T b) {
174 max = MaxValue(max, AbsValue(frame._payloadData[i]));
    [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 616 milliseconds