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

  /frameworks/native/libs/gui/
Sensor.cpp 73 float Sensor::getMinValue() const {
  /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/
HexagonMCInst.cpp 95 int MinValue = getMinValue();
149 int HexagonMCInst::getMinValue(void) 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);
392 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
468 llvm::APSInt Min = AdjustmentType.getMinValue();
    [all...]
  /external/llvm/include/llvm/ADT/
APInt.h 409 static APInt getMinValue(unsigned numBits) {
    [all...]
APSInt.h 259 /// getMinValue - Return the APSInt representing the minimum integer value
261 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
262 return APSInt(Unsigned ? APInt::getMinValue(numBits)
  /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 
  /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 

Completed in 1519 milliseconds