Home
last modified time | relevance | path

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

12

/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp170 Upper = Type.getMaxValue(); in pin()
180 Upper = Type.getMaxValue(); in pin()
189 Upper = Type.getMaxValue(); in pin()
199 Upper = Type.getMaxValue(); in pin()
221 Upper = Type.getMaxValue(); in pin()
253 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e); in Intersect()
394 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T)); in GetRange()
499 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGT()
532 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymGE()
557 llvm::APSInt Max = AdjustmentType.getMaxValue(); in assumeSymLE()
/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/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUCharacterProperty.java445 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.IntProperty
454 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.BiDiIntProperty
455 return UBiDiProps.INSTANCE.getMaxValue(which); in getMaxValue()
463 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.CombiningClassIntProperty
479 int getMaxValue(int which) { in getMaxValue() method in UCharacterProperty.NormQuickCheckIntProperty
502 int getMaxValue(int which) {
521 int getMaxValue(int which) {
540 int getMaxValue(int which) {
589 return intProps[which-UProperty.INT_START].getMaxValue(which); in getIntPropertyMaxValue()
DUBiDiProps.java156 public final int getMaxValue(int which) { in getMaxValue() method in UBiDiProps
/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/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/llvm/lib/IR/
DConstantRange.cpp34 Lower = Upper = APInt::getMaxValue(BitWidth); in ConstantRange()
173 return APInt::getMaxValue(getBitWidth()); in getUnsignedMax()
483 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth()); in truncate()
498 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize)); in truncate()
499 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/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonInstPrinter.cpp48 static int getMaxValue(uint64_t TSFlags) { in getMaxValue() function
165 ImmValue > getMaxValue(MII.TSFlags)) in printExtOperand()
DHexagonMCInstrInfo.cpp49 int HexagonMCInstrInfo::getMaxValue(MCInstrInfo const &MCII, in getMaxValue() function in llvm::HexagonMCInstrInfo
131 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI); in isConstExtended()
DHexagonMCInstrInfo.h41 int getMaxValue(MCInstrInfo const &MCII, MCInst const &MCI);
/external/parameter-framework/parameter/
DParameterType.h117 type getMaxValue() const in getMaxValue() function
DEnumParameterType.cpp165 int64_t maxValue = getMaxValue<uint64_t>(); in checkValueAgainstRange()
DFixedPointParameterType.cpp158 int32_t iMax = getMaxValue<uint32_t>(); in setOutOfRangeError()
/external/llvm/include/llvm/ADT/
DAPSInt.h267 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { in getMaxValue() function
268 return APSInt(Unsigned ? APInt::getMaxValue(numBits) in getMaxValue()
/external/llvm/lib/Target/Hexagon/
DHexagonInstrInfo.h214 int getMaxValue(const MachineInstr *MI) const;
/external/icu/icu4c/source/common/
Duprops.cpp298 IntPropertyGetMaxValue *getMaxValue; member
485 return prop.getMaxValue(prop, which); in u_getIntPropertyMaxValue()
/external/deqp/modules/glshared/
DglsDrawTest.cpp513 static GLValue getMaxValue (DrawTestSpec::InputType type);
601 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type) in getMaxValue() function in deqp::gls::__anond14e03d00111::GLValue
1656 const GLType max = extractGLValue<GLType>(GLValue::getMaxValue(GLValueTypeTraits<GLType>::Type)); in createBasicArray()
2963 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue(); in valid()
2965 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue(); in valid()
2967 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue(); in valid()
3863 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat(); in getCoordScale()
3903 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat(); in getColorScale()
DglsVertexArrayTests.hpp360 static GLValue getMaxValue (Array::InputType type);
/external/llvm/lib/Transforms/Scalar/
DFloat2Int.cpp202 APInt Max = APInt::getMaxValue(BW).zextOrSelf(MaxIntegerBW+1); in walkBackwards()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java343 public double getMaxValue() { in getMaxValue() method in AbstractRealVector

12