HomeSort by relevance Sort by last modified time
    Searched defs:getMinValue (Results 1 - 25 of 25) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
BasicValueFactory.h 129 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) {
130 return getValue(APSIntType(v).getMinValue());
137 inline const llvm::APSInt& getMinValue(QualType T) {
138 return getValue(getAPSIntType(T).getMinValue());
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonInstPrinter.cpp 34 static int getMinValue(uint64_t TSFlags) {
164 if (ImmValue < getMinValue(MII.TSFlags) ||
HexagonMCInstrInfo.cpp 64 int HexagonMCInstrInfo::getMinValue(MCInstrInfo const &MCII,
130 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI);
  /frameworks/native/libs/gui/
Sensor.cpp 297 float Sensor::getMinValue() const {
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 144 const llvm::APSInt &getMinValue() const {
155 APSIntType Type(getMinValue());
169 Lower = Type.getMinValue();
174 Lower = Type.getMinValue();
179 Lower = Type.getMinValue();
210 Lower = Type.getMinValue();
220 Lower = Type.getMinValue();
252 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e);
394 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
470 llvm::APSInt Min = AdjustmentType.getMinValue();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 434 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); }
    [all...]
APSInt.h 272 /// getMinValue - Return the APSInt representing the minimum integer value
274 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
275 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 317 public double getMinValue() {
  /external/deqp/modules/glshared/
glsVertexArrayTests.cpp     [all...]
glsDrawTest.cpp 514 static GLValue getMinValue (DrawTestSpec::InputType type);
619 GLValue GLValue::getMinValue (DrawTestSpec::InputType type)
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp     [all...]
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
  /prebuilts/devtools/tools/lib/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/jfreechart/
jfreechart-1.0.9.jar 
  /prebuilts/tools/common/m2/repository/jfree/jfreechart/1.0.9/
jfreechart-1.0.9.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 

Completed in 231 milliseconds