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

1 2

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
APSIntType.h 61 llvm::APSInt getMinValue() const LLVM_READONLY {
62 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned);
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.h 92 int getMinValue() const;
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);
394 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
470 llvm::APSInt Min = AdjustmentType.getMinValue();
    [all...]
ProgramState.cpp 323 nonloc::ConcreteInt Min(BVF.getMinValue(indexTy));
  /external/chromium_org/ui/android/java/src/org/chromium/ui/picker/
TwoFieldDatePicker.java 70 if (oldVal == picker.getMaxValue() && newVal == picker.getMinValue()) {
73 } else if (oldVal == picker.getMinValue() && newVal == picker.getMaxValue()) {
MonthPicker.java 74 getPositionInYearSpinner().getMinValue(),
  /external/deqp/modules/gles2/stress/
es2sVertexArrayTests.cpp 97 GLValue::getMinValue(inputTypes[inputTypeNdx]),
167 GLValue::getMinValue(inputTypes[inputTypeNdx]),
238 GLValue::getMinValue(inputTypes[inputTypeNdx]),
306 GLValue::getMinValue(inputTypes[inputTypeNdx]),
  /frameworks/native/include/gui/
Sensor.h 63 float getMinValue() const;
  /external/deqp/modules/gles2/functional/
es2fVertexArrayTest.cpp 96 GLValue::getMinValue(inputTypes[inputTypeNdx]),
166 GLValue::getMinValue(inputTypes[inputTypeNdx]),
237 GLValue::getMinValue(inputTypes[inputTypeNdx]),
305 GLValue::getMinValue(inputTypes[inputTypeNdx]),
368 GLValue::getMinValue(inputTypes[inputTypeNdx]),
433 GLValue::getMinValue(inputTypes[inputTypeNdx]),
539 GLValue::getMinValue(Array::INPUTTYPE_FLOAT),
629 GLValue::getMinValue(Array::INPUTTYPE_FLOAT),
736 GLValue::getMinValue(Array::INPUTTYPE_FLOAT),
825 GLValue::getMinValue(inputTypes[inputTypeNdx])
    [all...]
  /external/deqp/modules/gles3/functional/
es3fVertexArrayTest.cpp 95 GLValue::getMinValue(inputTypes[inputTypeNdx]),
200 GLValue::getMinValue(m_type),
303 GLValue::getMinValue(m_type),
404 GLValue::getMinValue(m_type),
498 GLValue::getMinValue(m_type),
614 GLValue::getMinValue(m_type),
752 GLValue::getMinValue(Array::INPUTTYPE_FLOAT),
842 GLValue::getMinValue(Array::INPUTTYPE_FLOAT),
    [all...]
  /external/deqp/modules/gles3/stress/
es3sVertexArrayTests.cpp 98 GLValue::getMinValue(inputTypes[inputTypeNdx]),
203 GLValue::getMinValue(m_type),
306 GLValue::getMinValue(m_type),
407 GLValue::getMinValue(m_type),
  /external/llvm/include/llvm/ADT/
APSInt.h 253 /// getMinValue - Return the APSInt representing the minimum integer value
255 static APSInt getMinValue(uint32_t numBits, bool Unsigned) {
256 return APSInt(Unsigned ? APInt::getMinValue(numBits)
APInt.h 428 static APInt getMinValue(unsigned numBits) { return APInt(numBits, 0); }
    [all...]
  /external/llvm/lib/IR/
ConstantRange.cpp 36 Lower = Upper = APInt::getMinValue(BitWidth);
70 return ConstantRange(APInt::getMinValue(W), UMax);
82 return ConstantRange(APInt::getMinValue(W), UMax + 1);
171 return APInt::getMinValue(getBitWidth());
Instructions.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.h 208 int getMinValue(const MachineInstr *MI) const;
HexagonInstrInfo.cpp     [all...]
  /frameworks/native/libs/gui/
Sensor.cpp 270 float Sensor::getMinValue() const {
  /frameworks/base/core/java/android/widget/
NumberPicker.java     [all...]
TimePickerSpinnerDelegate.java 125 int minValue = mMinuteSpinner.getMinValue();
DatePicker.java     [all...]
  /external/deqp/modules/glshared/
glsVertexArrayTests.hpp 361 static GLValue getMinValue (Array::InputType type);
glsDrawTest.cpp 528 static GLValue getMinValue (DrawTestSpec::InputType type);
633 GLValue GLValue::getMinValue (DrawTestSpec::InputType type)
    [all...]

Completed in 1859 milliseconds

1 2