Searched refs:getMinValue (Results 1 - 25 of 55) sorted by relevance

123

/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
H A DTagValueData.java18 abstract public int getMinValue(); method in class:TagValueData
H A DScriptTagModuleWriter.java22 int min = data.getMinValue();
89 int min = data.getMinValue();
H A DLanguageData.java144 public int getMinValue() method in class:LanguageData
H A DScriptIDModuleWriter.java28 int minScript = scriptData.getMinValue();
115 int minLanguage = languageData.getMinValue();
H A DScriptRunModuleWriter.java24 int minScript = scriptData.getMinValue();
H A DScriptData.java181 public int getMinValue() method in class:ScriptData
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h61 llvm::APSInt getMinValue() const LLVM_READONLY {
62 return llvm::APSInt::getMinValue(BitWidth, IsUnsigned);
H A DBasicValueFactory.h129 inline const llvm::APSInt& getMinValue(const llvm::APSInt &v) { function in class:clang::ento::BasicValueFactory
130 return getValue(APSIntType(v).getMinValue());
137 inline const llvm::APSInt& getMinValue(QualType T) { function in class:clang::ento::BasicValueFactory
138 return getValue(getAPSIntType(T).getMinValue());
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp153 const llvm::APSInt &getMinValue() const { function in class:__anon1707::RangeSet
164 APSIntType Type(getMinValue());
178 Lower = Type.getMinValue();
183 Lower = Type.getMinValue();
188 Lower = Type.getMinValue();
219 Lower = Type.getMinValue();
229 Lower = Type.getMinValue();
261 IntersectInRange(BV, F, BV.getMinValue(Upper), Upper, newRanges, i, e);
425 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
501 llvm::APSInt Min = AdjustmentType.getMinValue();
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp97 GLValue::getMinValue(inputTypes[inputTypeNdx]),
167 GLValue::getMinValue(inputTypes[inputTypeNdx]),
238 GLValue::getMinValue(inputTypes[inputTypeNdx]),
306 GLValue::getMinValue(inputTypes[inputTypeNdx]),
/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp96 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(inputType
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp95 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),
949 GLValue::getMinValue(Array::INPUTTYPE_FLOAT),
1038 GLValue::getMinValue(inputType
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp98 GLValue::getMinValue(inputTypes[inputTypeNdx]),
203 GLValue::getMinValue(m_type),
306 GLValue::getMinValue(m_type),
407 GLValue::getMinValue(m_type),
/external/swiftshader/third_party/LLVM/lib/Support/
H A DConstantRange.cpp36 Lower = Upper = APInt::getMinValue(BitWidth);
69 return ConstantRange(APInt::getMinValue(W), UMax);
81 return ConstantRange(APInt::getMinValue(W), UMax + 1);
173 return APInt::getMinValue(getBitWidth());
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DAPSInt.h246 /// getMinValue - Return the APSInt representing the minimum integer value
248 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
249 return APSInt(Unsigned ? APInt::getMinValue(numBits)
/external/llvm/unittests/IR/
H A DConstantRangeTest.cpp686 ConstantRange(APInt::getMinValue(32), APInt::getMinValue(32) - 5));
690 ConstantRange(APInt::getMinValue(32), APInt::getSignedMaxValue(32) - 4));
723 EXPECT_TRUE(ConstantRange(APInt::getMinValue(32), APInt(32, 100))
733 EXPECT_TRUE(ConstantRange(APInt(32, 100), APInt::getMinValue(32))
760 EXPECT_FALSE(ConstantRange(APInt::getMinValue(32) - APInt(32, 100),
761 APInt::getMinValue(32) + APInt(32, 100))
/external/llvm/include/llvm/ADT/
H A DAPSInt.h281 /// getMinValue - Return the APSInt representing the minimum integer value
283 static APSInt getMinValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
284 return APSInt(Unsigned ? APInt::getMinValue(numBits)
/external/llvm/lib/IR/
H A DConstantRange.cpp38 Lower = Upper = APInt::getMinValue(BitWidth);
73 return ConstantRange(APInt::getMinValue(W), UMax);
85 return ConstantRange(APInt::getMinValue(W), UMax + 1);
281 return APInt::getMinValue(getBitWidth());
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h403 int getMinValue(const MachineInstr *MI) const;
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h133 int getMinValue(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonMCInstrInfo.cpp296 int HexagonMCInstrInfo::getMinValue(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
485 int MinValue = HexagonMCInstrInfo::getMinValue(MCII, MCI);
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp196 APInt Min = APInt::getMinValue(BW).zextOrSelf(MaxIntegerBW+1);
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DAPFloatTest.cpp364 EXPECT_EQ(APSInt::getMinValue(5, true), result);
389 EXPECT_EQ(APSInt::getMinValue(5, false), result);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractRealVector.java317 public double getMinValue() { method in class:AbstractRealVector
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp400 static GLValue getMinValue (Array::InputType type);

Completed in 568 milliseconds

123