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

  /external/webkit/Source/JavaScriptCore/runtime/
NumberConstructor.h 45 enum { NaNValue, NegInfinity, PosInfinity, MaxValue, MinValue };
  /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/llvm/lib/Support/
ConstantRange.cpp 469 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
476 // Analyze wrapped sets in their two parts: [0, Upper) \/ [Lower, MaxValue]
477 // We use the non-wrapped set code to analyze the [Lower, MaxValue) part, and
478 // then we do the union with [MaxValue, Upper)
481 if (Upper.uge(MaxValue))
487 // Union covers the MaxValue case, so return if the remaining range is just
488 // MaxValue.
494 if (LowerDiv.uge(MaxValue)) {
500 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/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/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/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 240 milliseconds