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

12

/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAPSIntType.h66 llvm::APSInt getMaxValue() const LLVM_READONLY {
67 return llvm::APSInt::getMaxValue(BitWidth, IsUnsigned);
H A DBasicValueFactory.h125 inline const llvm::APSInt& getMaxValue(const llvm::APSInt &v) { function in class:clang::ento::BasicValueFactory
126 return getValue(APSIntType(v).getMaxValue());
133 inline const llvm::APSInt& getMaxValue(QualType T) { function in class:clang::ento::BasicValueFactory
134 return getValue(getAPSIntType(T).getMaxValue());
/external/deqp/framework/common/
H A DtcuFloatFormat.hpp56 double getMaxValue (void) const { return m_maxValue; } function in class:tcu::FloatFormat
H A DtcuFloatFormat.cpp166 return chooseInterval(m_hasInf, rSign * getMaxValue(), rSign * TCU_INFINITY);
208 return deSign(d) * getMaxValue();
/external/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp170 Upper = Type.getMaxValue();
180 Upper = Type.getMaxValue();
189 Upper = Type.getMaxValue();
199 Upper = Type.getMaxValue();
221 Upper = Type.getMaxValue();
253 IntersectInRange(BV, F, Lower, BV.getMaxValue(Lower), newRanges, i, e);
394 RangeSet Result(F, BV.getMinValue(T), BV.getMaxValue(T));
499 llvm::APSInt Max = AdjustmentType.getMaxValue();
532 llvm::APSInt Max = AdjustmentType.getMaxValue();
557 llvm::APSInt Max = AdjustmentType.getMaxValue();
[all...]
/external/deqp/modules/gles2/stress/
H A Des2sVertexArrayTests.cpp98 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
168 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
239 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
307 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCInstrInfo.h41 int getMaxValue(MCInstrInfo const &MCII, MCInst const &MCI);
H A DHexagonInstPrinter.cpp48 static int getMaxValue(uint64_t TSFlags) { function
165 ImmValue > getMaxValue(MII.TSFlags))
H A DHexagonMCInstrInfo.cpp49 int HexagonMCInstrInfo::getMaxValue(MCInstrInfo const &MCII, function in class:llvm::HexagonMCInstrInfo
131 int MaxValue = HexagonMCInstrInfo::getMaxValue(MCII, MCI);
/external/deqp/modules/gles2/functional/
H A Des2fVertexArrayTest.cpp97 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
167 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
238 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
306 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
369 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
434 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
540 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT));
630 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT));
737 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT));
826 GLValue::getMaxValue(inputType
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fVertexArrayTest.cpp96 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
201 GLValue::getMaxValue(m_type));
304 GLValue::getMaxValue(m_type));
405 GLValue::getMaxValue(m_type));
499 GLValue::getMaxValue(m_type));
615 GLValue::getMaxValue(m_type));
753 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT));
843 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT));
950 GLValue::getMaxValue(Array::INPUTTYPE_FLOAT));
1039 GLValue::getMaxValue(inputType
[all...]
/external/deqp/modules/gles3/stress/
H A Des3sVertexArrayTests.cpp99 GLValue::getMaxValue(inputTypes[inputTypeNdx]));
204 GLValue::getMaxValue(m_type));
307 GLValue::getMaxValue(m_type));
408 GLValue::getMaxValue(m_type));
/external/parameter-framework/parameter/
H A DParameterType.h117 type getMaxValue() const function in class:CParameterType
H A DEnumParameterType.cpp165 int64_t maxValue = getMaxValue<uint64_t>();
H A DFixedPointParameterType.cpp158 int32_t iMax = getMaxValue<uint32_t>();
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DUCharacterProperty.java445 int getMaxValue(int which) { method in class:UCharacterProperty.IntProperty
454 int getMaxValue(int which) { method in class:UCharacterProperty.BiDiIntProperty
455 return UBiDiProps.INSTANCE.getMaxValue(which);
463 int getMaxValue(int which) { method in class:UCharacterProperty.CombiningClassIntProperty
479 int getMaxValue(int which) { method in class: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);
H A DUBiDiProps.java156 public final int getMaxValue(int which) { method in class:UBiDiProps
/external/llvm/lib/IR/
H A DConstantRange.cpp34 Lower = Upper = APInt::getMaxValue(BitWidth);
173 return APInt::getMaxValue(getBitWidth());
483 APInt MaxValue = APInt::getMaxValue(DstTySize).zext(getBitWidth());
498 Union = ConstantRange(APInt::getMaxValue(DstTySize),Upper.trunc(DstTySize));
499 UpperDiv = APInt::getMaxValue(getBitWidth());
/external/llvm/include/llvm/ADT/
H A DAPSInt.h265 /// getMaxValue - Return the APSInt representing the maximum integer value
267 static APSInt getMaxValue(uint32_t numBits, bool Unsigned) { function in class:llvm::APSInt
268 return APSInt(Unsigned ? APInt::getMaxValue(numBits)
/external/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.h214 int getMaxValue(const MachineInstr *MI) const;
/external/icu/icu4c/source/common/
H A Duprops.cpp298 IntPropertyGetMaxValue *getMaxValue; member in struct:IntProperty
485 return prop.getMaxValue(prop, which);
/external/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp202 APInt Max = APInt::getMaxValue(BW).zextOrSelf(MaxIntegerBW+1);
/external/deqp/modules/glshared/
H A DglsDrawTest.cpp513 static GLValue getMaxValue (DrawTestSpec::InputType type);
601 GLValue GLValue::getMaxValue (DrawTestSpec::InputType type) function in class:deqp::gls::__anon3758::GLValue
1656 const GLType max = extractGLValue<GLType>(GLValue::getMaxValue(GLValueTypeTraits<GLType>::Type));
2963 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_BYTE).ub.getValue();
2965 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_SHORT).us.getValue();
2967 maxIndexValue = GLValue::getMaxValue(INPUTTYPE_UNSIGNED_INT).ui.getValue();
3863 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat();
3903 const float max = GLValue::getMaxValue(attribSpec.inputType).toFloat();
H A DglsVertexArrayTests.hpp360 static GLValue getMaxValue (Array::InputType type);
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
H A DAbstractRealVector.java343 public double getMaxValue() { method in class:AbstractRealVector

Completed in 1069 milliseconds

12