Home
last modified time | relevance | path

Searched refs:getMaxValue (Results 1 – 25 of 87) sorted by relevance

1234

/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp179 Upper = Type.getMaxValue(); in pin()
189 Upper = Type.getMaxValue(); in pin()
198 Upper = Type.getMaxValue(); in pin()
208 Upper = Type.getMaxValue(); in pin()
230 Upper = Type.getMaxValue(); in pin()
262 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e); in Intersect()
425 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T)); in GetRange()
537 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGTRange()
577 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymGERange()
609 llvm::APSInt Max = AdjustmentType.getMaxValue(); in getSymLERange()
[all …]
/external/cronet/third_party/protobuf/js/experimental/runtime/
Dint64_test.js24 const int64 = Int64.getMaxValue();
26 expect(int64.asLong()).toEqual(Long.getMaxValue());
179 const high = Int64.getMaxValue();
182 expect(high.equals(Int64.getMaxValue())).toEqual(true);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java629 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.IntProperty
639 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.BiDiIntProperty
640 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
649 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.CombiningClassIntProperty
667 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.NormQuickCheckIntProperty
694 int getMaxValue(int which) {
717 int getMaxValue(int which) {
727 int getMaxValue(int which) {
744 int getMaxValue(int which) {
782 int getMaxValue(int which) {
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUCharacterProperty.java630 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.IntProperty
640 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.BiDiIntProperty
641 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
650 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.CombiningClassIntProperty
668 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.NormQuickCheckIntProperty
695 int getMaxValue(int which) {
718 int getMaxValue(int which) {
728 int getMaxValue(int which) {
745 int getMaxValue(int which) {
783 int getMaxValue(int which) {
[all …]
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DBasicValueFactory.h125 inline const llvm::APSInt& getMaxValue(const llvm::APSInt &v) { in getMaxValue() function
126 return getValue(APSIntType(v).getMaxValue()); in getMaxValue()
133 inline const llvm::APSInt& getMaxValue(QualType T) { in getMaxValue() function
134 return getValue(getAPSIntType(T).getMaxValue()); in getMaxValue()
DAPSIntType.h66 llvm::APSInt getMaxValue() const LLVM_READONLY { in getMaxValue() function
67 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned); in getMaxValue()
/external/deqp/modules/gles2/functional/
Des2fVertexArrayTest.cpp97 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
167 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
238 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
306 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
369 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
434 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
540 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT)); in init()
630 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT)); in addStorageCases()
737 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT)); in addStrideCases()
826 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in addInputTypeCases()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DKnownBits.cpp24 APInt PossibleSumZero = LHS.getMaxValue() + RHS.getMaxValue() + !CarryZero; in computeForAddCarry()
/external/deqp/modules/gles2/stress/
Des2sVertexArrayTests.cpp98 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
168 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
239 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
307 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
/external/deqp/modules/gles3/functional/
Des3fVertexArrayTest.cpp96 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
201 GLValue::getMaxValue(m_type)); in init()
304 GLValue::getMaxValue(m_type)); in init()
405 GLValue::getMaxValue(m_type)); in init()
499 GLValue::getMaxValue(m_type)); in init()
615 GLValue::getMaxValue(m_type)); in init()
753 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT)); in init()
843 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT)); in addStorageCases()
950 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT)); in addStrideCases()
1039 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in addInputTypeCases()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
DScriptTagModuleWriter.java23 int max = data.getMaxValue(); in writeTagValueHeader()
90 int max = data.getMaxValue(); in writeTagValueCPP()
DTagValueData.java19 abstract public int getMaxValue(); in getMaxValue() method in TagValueData
DScriptIDModuleWriter.java29 int maxScript = scriptData.getMaxValue(); in writeScriptHeader()
116 int maxLanguage = languageData.getMaxValue(); in writeLanguageHeader()
DLanguageData.java149 public int getMaxValue() in getMaxValue() method in LanguageData
/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/integrationtests/nativegraphics/
DShadowNativeColorSpaceTest.java173 m1 = cs.getMaxValue(0); in testRanges()
174 m2 = cs.getMaxValue(1); in testRanges()
175 m3 = cs.getMaxValue(2); in testRanges()
191 m1 = cs.getMaxValue(0); in testRanges()
192 m2 = cs.getMaxValue(1); in testRanges()
193 m3 = cs.getMaxValue(2); in testRanges()
209 m1 = cs.getMaxValue(0); in testRanges()
210 m2 = cs.getMaxValue(1); in testRanges()
211 m3 = cs.getMaxValue(2); in testRanges()
/external/deqp/modules/gles3/stress/
Des3sVertexArrayTests.cpp99 GLValue::getMaxValue(inputTypes[inputTypeNdx])); in init()
204 GLValue::getMaxValue(m_type)); in init()
307 GLValue::getMaxValue(m_type)); in init()
408 GLValue::getMaxValue(m_type)); in init()
/external/cronet/third_party/protobuf/js/experimental/runtime/kernel/
Dsfixed64_test_pairs.js38 longValue: Int64.getMaxValue(),
Dsint64_test_pairs.js52 longValue: Int64.getMaxValue(),
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNumberPicker.java56 protected int getMaxValue() { in getMaxValue() method in ShadowNumberPicker
/external/llvm/lib/IR/
DConstantRange.cpp36 Lower = Upper = APInt::getMaxValue(BitWidth); in ConstantRange()
272 return APInt::getMaxValue(getBitWidth()); in getUnsignedMax()
582 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate()
597 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize)); in truncate()
598 UpperDiv = APInt::getMaxValue(getBitWidth()); in truncate()
/external/deqp/framework/common/
DtcuFloatFormat.hpp56 double getMaxValue (void) const { return m_maxValue; } in getMaxValue() function in tcu::FloatFormat
DtcuFloatFormat.cpp166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY); in clampValue()
208 return deSign(d) * getMaxValue(); in roundOut()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/FuzzMutate/
DOpDescriptor.cpp18 Cs.push_back(ConstantInt::get(IntTy, APInt::getMaxValue(W))); in makeConstantsWithType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp43 : Lower(Full ? APInt::getMaxValue(BitWidth) : APInt::getMinValue(BitWidth)), in ConstantRange()
67 return ConstantRange(Known.getMinValue(), Known.getMaxValue() + 1); in fromKnownBits()
71 APInt Lower = Known.getMinValue(), Upper = Known.getMaxValue(); in fromKnownBits()
192 APIntOps::RoundingUDiv(APInt::getMaxValue(BitWidth), V, in makeExactMulNUWRegion()
289 APInt::getMaxValue(BitWidth).lshr(ShAmtUMax) + 1); in makeGuaranteedNoWrapRegion()
344 return APInt::getMaxValue(getBitWidth()).ugt(MaxSize - 1); in isSizeLargerThan()
366 return APInt::getMaxValue(getBitWidth()); in getUnsignedMax()
649 APInt Max = APInt::getMaxValue(BW).zextOrSelf(ResultBitWidth); in castOp()
724 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize)); in truncate()
/external/parameter-framework/upstream/parameter/
DParameterType.h142 type getMaxValue() const in getMaxValue() function

1234