HomeSort by relevance Sort by last modified time
    Searched refs:MinValue (Results 1 - 17 of 17) 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/platform/
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/chromium_org/content/shell/renderer/test_runner/
web_ax_object_proxy.h 69 int MinValue();
web_ax_object_proxy.cc 483 .SetProperty("minValue", &WebAXObjectProxy::MinValue)
643 int WebAXObjectProxy::MinValue() {
    [all...]
  /external/chromium_org/third_party/webrtc/modules/media_file/source/
avi_file.cc 53 T MinValue(T a, T b)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ndr64types.h 134 NDR64_INT64 MinValue;
568 NDR64_UINT32 MinValue;
vmr9.idl 239 FLOAT MinValue;
dxva2api.h 275 DXVA2_Fixed32 MinValue;
netmon.h 1182 DWORD MinValue;
    [all...]
vmr9.h     [all...]
  /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;
195 bool isImm(int64_t MinValue, int64_t MaxValue) const {
196 return Kind == KindImm && inRange(Imm, MinValue, MaxValue);
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata_2.0.0.v20100601.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 

Completed in 661 milliseconds