Home
last modified time | relevance | path

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

12

/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/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/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.h163 int32_t maxValue; member
/external/clang/test/CodeGenObjC/
Dprotocols.m6 +(int) maxValue; class
/external/skia/src/core/
DSkAntiRun.h49 U8CPU maxValue, int offsetX) { in add()
DSkScan_AntiPath.cpp490 U8CPU stopAlpha, U8CPU maxValue) { in add_aa_span()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DISO8601Converter.java470 public int gatherInt(String errorMsg, int maxValue) throws XMPException in gatherInt()
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp106 int32_t maxValue=values[length-1]; // Assume minValue<=maxValue. in uprv_makeDenseRanges() local
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DPreconditions.java144 public static void checkValueArg(int valueArg, int maxValue) { in checkValueArg()
/external/parameter-framework/parameter/
DIntegerParameterType.cpp399 …kValueAgainstRange(const string& strValue, type value, type minValue, type maxValue, CParameterAcc… in checkValueAgainstRange()
DEnumParameterType.cpp165 int64_t maxValue = getMaxValue<uint64_t>(); in checkValueAgainstRange() local
/external/skia/src/effects/
DSkColorMatrix.cpp20 SkScalar maxValue = row[4] / 255; in component_needs_clamping() local
/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/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/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/aac/libSBRenc/src/
Dps_main.cpp558 FIXP_QMF maxValue = FL2FXCONST_DBL(0.f); in psFindBestScaling() local
/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/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java847 int maxValue) { in removeMaxFromReplica()
/external/mesa3d/src/mesa/main/
Dimage.c781 GLint maxValue) in clip_right_or_top()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java328 double maxValue = Double.NEGATIVE_INFINITY; in getMaxIndex() local

12