Home
last modified time | relevance | path

Searched defs:minValue (Results 1 – 25 of 36) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DDiscreteDomain.java75 @Override public Integer minValue() { in minValue() method in DiscreteDomain.IntegerDomain
129 @Override public Long minValue() { in minValue() method in DiscreteDomain.LongDomain
244 public C minValue() { in minValue() method in DiscreteDomain
/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp64 int32_t minValue=0; in firstAfter() local
105 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
/external/deqp/modules/glshared/
DglsVertexArrayTests.cpp320 inline GLValue::Float minValue (void) in minValue() function
326 inline GLValue::Short minValue (void) in minValue() function
332 inline GLValue::Ushort minValue (void) in minValue() function
338 inline GLValue::Byte minValue (void) in minValue() function
344 inline GLValue::Ubyte minValue (void) in minValue() function
350 inline GLValue::Fixed minValue (void) in minValue() function
356 inline GLValue::Int minValue (void) in minValue() function
362 inline GLValue::Uint minValue (void) in minValue() function
368 inline GLValue::Half minValue (void) in minValue() function
374 inline GLValue::Double minValue (void) in minValue() function
DglsDrawTest.cpp766 inline GLValue::Float minValue (void) in minValue() function
772 inline GLValue::Double minValue (void) in minValue() function
778 inline GLValue::Short minValue (void) in minValue() function
784 inline GLValue::Ushort minValue (void) in minValue() function
790 inline GLValue::Byte minValue (void) in minValue() function
796 inline GLValue::Ubyte minValue (void) in minValue() function
802 inline GLValue::Fixed minValue (void) in minValue() function
808 inline GLValue::Int minValue (void) in minValue() function
814 inline GLValue::Uint minValue (void) in minValue() function
820 inline GLValue::Half minValue (void) in minValue() function
DglsStateQueryUtil.cpp1120 void verifyIntegerMin (tcu::ResultCollector& result, QueriedState& state, int minValue) in verifyIntegerMin()
1322 void verifyFloatMin (tcu::ResultCollector& result, QueriedState& state, float minValue) in verifyFloatMin()
1849 …ResultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int minValue, QueryType type) in verifyStateIntegerMin()
1926 …esultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float minValue, QueryType typ… in verifyStateFloatMin()
1986 …ctor& result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int minValue, QueryType type) in verifyStateIndexedIntegerMin()
2016 …sult, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int minValue, QueryType type) in verifyStateFramebufferIntegerMin()
DglsLongStressCase.hpp66 Value minValue; member
146 tcu::Vec4 minValue; member
/external/icu/icu4c/source/common/unicode/
Denumset.h34 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DSimplexSolver.java62 double minValue = 0; in getPivotColumn() local
/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp75 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MaxSamplesCase()
176 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in MinimumValueCase()
208 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType veri… in AlignmentCase()
355 …ext& context, const char* name, const char* desc, glw::GLenum target, int minValue, glw::GLenum ti… in FramebufferMinimumValueCase()
Des31fAtomicCounterTests.cpp673 deUint32 minValue = (deUint32)-1; in checkUniquenessAndLinearity() local
720 deUint32 minValue = 0xFFFFFFFFu; 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 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector()
87 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors()
95 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.cpp199 …erifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue) in ConstantMinimumValue64TestCase()
294 GLuint64 minValue; in init() member
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 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector()
83 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors()
91 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars()
/external/parameter-framework/parameter/
DIntegerParameterType.cpp399 …meterType::checkValueAgainstRange(const string& strValue, type value, type minValue, type maxValue… in checkValueAgainstRange()
DEnumParameterType.cpp166 int64_t minValue = -maxValue - 1; in checkValueAgainstRange() local
/external/skia/src/effects/
DSkColorMatrix.cpp21 SkScalar minValue = 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.java98 double minValue = Double.MAX_VALUE; field in FingerPrintGraph
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp328 float minValue = 0.0f; in init() local
608 float minValue = 0.0f; in init() local
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp324 float minValue = 0.0f; in init() local
600 float minValue = 0.0f; in init() local
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp875 uint16_t minValue; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
3642 uint16_t value, minValue; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
3819 uint16_t value, minValue; in ucnv_MBCSSingleFromBMPWithOffsets() local
5016 uint16_t value, minValue; in ucnv_SBCSFromUTF8() local
/external/guava/guava-tests/test/com/google/common/collect/
DMinMaxPriorityQueueTest.java839 int minValue) { in removeMinFromReplica()
/external/mesa3d/src/mesa/main/
Dimage.c814 GLint minValue) in clip_left_or_bottom()
/external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
DAbstractRealVector.java302 double minValue = Double.POSITIVE_INFINITY; in getMinIndex() local
/external/pdfium/third_party/freetype/src/truetype/
Dttgxvar.c580 FT_ULong minValue; member
/external/freetype/src/truetype/
Dttgxvar.c718 FT_Fixed minValue; member

12