Home
last modified time | relevance | path

Searched defs:maxValue (Results 1 – 25 of 46) sorted by relevance

12

/external/lzma/CPP/Windows/Control/
DProgressBar.h17 …LRESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMessage(PBM_SETRAN… in SetRange()
18 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMessage(PBM_SETRANGE32, minValue,… in SetRange32()
/external/opencv/cv/src/
Dcvadapthresh.cpp46 int maxValue, int type, int size, double delta ) in icvAdaptiveThreshold_MeanC()
104 cvAdaptiveThreshold( const void *srcIm, void *dstIm, double maxValue, in cvAdaptiveThreshold()
/external/guava/guava/src/com/google/common/collect/
DDiscreteDomain.java79 @Override public Integer maxValue() { in maxValue() method in DiscreteDomain.IntegerDomain
133 @Override public Long maxValue() { in maxValue() method in DiscreteDomain.LongDomain
259 public C maxValue() { in maxValue() method in DiscreteDomain
/external/smali/smali/src/main/java/org/jf/smali/
DLiteralTools.java145 short maxValue = (short)(Short.MAX_VALUE / (radix / 2)); in parseShort() local
209 int maxValue = Integer.MAX_VALUE / (radix / 2); in parseInt() local
279 long maxValue = Long.MAX_VALUE / (radix / 2); in parseLong() local
/external/icu/icu4c/source/common/
Dpropsvec.h165 int32_t maxValue; member
/external/clang/test/CodeGenObjC/
Dprotocols.m6 +(int) maxValue; class
/external/skia/src/core/
DSkAntiRun.h54 U8CPU maxValue, int offsetX) { in add()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DISO8601Converter.java470 public int gatherInt(String errorMsg, int maxValue) throws XMPException in gatherInt()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java144 public static void checkValueArg(int valueArg, int maxValue) { in checkValueArg()
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp108 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
/external/desugar/java/com/google/devtools/common/options/
DConverters.java360 final int maxValue; field in Converters.RangeConverter
362 public RangeConverter(int minValue, int maxValue) { in RangeConverter()
/external/harfbuzz_ng/src/
Dhb-ot-var-fvar-table.hh69 Fixed maxValue; /* The maximum coordinate value for the axis. */ member
/external/parameter-framework/upstream/parameter/
DIntegerParameterType.cpp401 type minValue, type maxValue, in checkValueAgainstRange()
/external/skia/src/effects/
DSkColorMatrix.cpp20 SkScalar maxValue = row[4] / 255; in component_needs_clamping() local
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
DFingerPrintGraph.java97 double maxValue = 0.0; field in FingerPrintGraph
/external/deqp/modules/glshared/
DglsLongStressCase.hpp67 Value maxValue; member
147 tcu::Vec4 maxValue; member
DglsStateQueryUtil.cpp1174 void verifyIntegerMax (tcu::ResultCollector& result, QueriedState& state, int maxValue) in verifyIntegerMax()
1376 void verifyFloatMax (tcu::ResultCollector& result, QueriedState& state, float maxValue) in verifyFloatMax()
1859 …ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int maxValue, QueryType type) in verifyStateIntegerMax()
1936 …esultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float maxValue, QueryType typ… in verifyStateFloatMax()
/external/aac/libSBRenc/src/
Dps_main.cpp558 FIXP_QMF maxValue = FL2FXCONST_DBL(0.f); in psFindBestScaling() local
/external/deqp/modules/gles3/functional/
Des3fShaderCommonFunctionTests.cpp69 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar()
70 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar()
71 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar()
74 …ector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) in randomVector()
83 …dom& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, i… in fillRandomVectors()
91 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp329 float maxValue = (float)getViewportWidth()*0.5f; in init() local
609 float maxValue = (float)getViewportWidth()*0.5f; in init() local
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp325 float maxValue = (float)getViewportWidth()*0.5f; in init() local
601 float maxValue = (float)getViewportWidth()*0.5f; in init() local
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp674 deUint32 maxValue = 0; in checkUniquenessAndLinearity() local
721 deUint32 maxValue = 0; in checkPath() local
Des31fShaderCommonFunctionTests.cpp73 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return … in randomScalar()
74 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { re… in randomScalar()
75 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { … in randomScalar()
78 …ector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) in randomVector()
87 …dom& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, void* dst, i… in fillRandomVectors()
95 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonAsmBackend.cpp596 int64_t maxValue; in fixupNeedsRelaxationAdvanced() local
/external/dng_sdk/source/
Ddng_utils.cpp434 uint32 maxValue, in HistogramArea()

12