Home
last modified time | relevance | path

Searched refs:minValue (Results 1 – 25 of 52) sorted by relevance

123

/external/icu/icu4c/source/tools/toolutil/
Ddenseranges.cpp64 int32_t minValue=0; in firstAfter() local
67 if(value<gapStarts[i] && (minIndex<0 || gapStarts[i]<minValue)) { in firstAfter()
68 minValue=gapStarts[i]; in firstAfter()
105 int32_t minValue=values[0]; in uprv_makeDenseRanges() local
109 int64_t maxLength=(int64_t)maxValue-(int64_t)minValue+1; in uprv_makeDenseRanges()
112 ranges[0][0]=minValue; in uprv_makeDenseRanges()
123 int32_t expectedValue=minValue; in uprv_makeDenseRanges()
149 ranges[0][0]=minValue; in uprv_makeDenseRanges()
151 int32_t gapIndex=gaps.firstAfter(minValue); in uprv_makeDenseRanges()
154 ranges[i+1][0]=minValue=(int32_t)(gapStart+gaps.gapLength(gapIndex)); in uprv_makeDenseRanges()
/external/lzma/CPP/Windows/Control/
DProgressBar.h17 …ESULT SetRange(unsigned short minValue, unsigned short maxValue) { return SendMessage(PBM_SETRANGE… in SetRange() argument
18 …DWORD SetRange32(int minValue, int maxValue) { return (DWORD)SendMessage(PBM_SETRANGE32, minValue,… in SetRange32() argument
21 …INT GetRange(bool minValue, PPBRANGE range) { return (INT)SendMessage(PBM_GETRANGE, BoolToBOOL(min… in GetRange() argument
/external/icu/icu4c/source/common/unicode/
Denumset.h30 template<typename T, uint32_t minValue, uint32_t limitValue>
34 inline EnumSet(const EnumSet<T,minValue,limitValue>& other) : fBools(other.fBools) {} in EnumSet() argument
43 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum()
45 …inline const EnumSet<T,minValue,limitValue>& operator=(const EnumSet<T,minValue,limitValue>& other…
56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag()
/external/deqp/modules/glshared/
DglsLongStressCase.hpp66 Value minValue; member
78 minValue.f[0] = minValue_; in set()
86 vecToArr(minValue_, minValue.f); in set()
94 matToArr(minValue_, minValue.f); in set()
101 minValue.i[0] = minValue_; in set()
109 vecToArr(minValue_, minValue.i); in set()
146 tcu::Vec4 minValue; member
175 , minValue (minValue_) in TextureSpec()
DglsStateQueryUtil.cpp1120 void verifyIntegerMin (tcu::ResultCollector& result, QueriedState& state, int minValue) in verifyIntegerMin() argument
1126 if (minValue > 0 && state.getBoolAccess() != true) in verifyIntegerMin()
1137 if (state.getIntAccess() < minValue) in verifyIntegerMin()
1140 buf << "Expected greater or equal to " << minValue << ", got " << state.getIntAccess(); in verifyIntegerMin()
1148 if (state.getInt64Access() < minValue) in verifyIntegerMin()
1151 buf << "Expected greater or equal to " << minValue << ", got " << state.getInt64Access(); in verifyIntegerMin()
1159 …if (state.getFloatAccess() < deInt32ToFloatRoundToNegInf(minValue) || deIsNaN(state.getFloatAccess… in verifyIntegerMin()
1162 buf << "Expected greater or equal to " << minValue << ", got " << state.getFloatAccess(); in verifyIntegerMin()
1322 void verifyFloatMin (tcu::ResultCollector& result, QueriedState& state, float minValue) in verifyFloatMin() argument
1328 if (minValue > 0.0f && state.getBoolAccess() != true) in verifyFloatMin()
[all …]
DglsStateQueryUtil.hpp401 void verifyIntegerMin (tcu::ResultCollector& result, QueriedState& state, int minValue);
405 void verifyFloatMin (tcu::ResultCollector& result, QueriedState& state, float minValue);
419 …ultCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, int minValue, QueryType type…
423 …tCollector& result, glu::CallLogWrapper& gl, glw::GLenum target, float minValue, QueryType type…
429 …result, glu::CallLogWrapper& gl, glw::GLenum target, int index, int minValue, QueryType typ…
432 …, glu::CallLogWrapper& gl, glw::GLenum target, glw::GLenum pname, int minValue, QueryType typ…
DglsVertexArrayTests.cpp317 inline T minValue (void);
320 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
[all …]
/external/deqp/modules/gles31/functional/
Des31fAtomicCounterTests.cpp673 deUint32 minValue = (deUint32)-1; in checkUniquenessAndLinearity() local
682 minValue = std::min(minValue, values[valueNdx]); in checkUniquenessAndLinearity()
687 counts.resize(maxValue - minValue + 1, 0); in checkUniquenessAndLinearity()
692 counts[values[valueNdx] - minValue]++; in checkUniquenessAndLinearity()
700 …log << TestLog::Message << "Value " << (minValue + countNdx) << " is not unique. Returned " << cou… in checkUniquenessAndLinearity()
720 deUint32 minValue = 0xFFFFFFFFu; in checkPath() local
727 minValue = std::min(minValue, increments[valueNdx]); in checkPath()
736 minValue = std::min(minValue, decrements[valueNdx]); in checkPath()
741 minValue = std::min(minValue, (deUint32)initialValue); in checkPath()
744 incrementCounts.resize(maxValue - minValue + 1, 0); in checkPath()
[all …]
Des31fIntegerStateQueryTests.cpp70 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi…
79 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi… in MaxSamplesCase() argument
82 , m_minValue (minValue) in MaxSamplesCase()
176 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi…
177 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi…
187 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi… in MinimumValueCase() argument
190 , m_minValue (minValue) in MinimumValueCase()
196 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi… in MinimumValueCase() argument
199 , m_minValue (minValue) in MinimumValueCase()
230 …t& context, const char* name, const char* desc, glw::GLenum target, int minValue, QueryType verifi…
[all …]
Des31fShaderCommonFunctionTests.cpp72 template<typename T> T randomScalar (de::Random& rnd, T minValue, T maxValue);
73 …ne float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(m… in randomScalar() argument
74 …deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(mi… in randomScalar() argument
75 …calar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { return minValue + rnd.getUint32() … in randomScalar() argument
78 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector() argument
82 res[ndx] = randomScalar<T>(rnd, minValue[ndx], maxValue[ndx]); in randomVector()
87 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors() argument
91 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue); in fillRandomVectors()
95 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars() argument
99 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
Des31fShaderAtomicOpTests.cpp442 int minValue = (int)m_initialValue; in verify() local
448 minValue = de::min(inputValue, minValue); in verify()
451 if (!intEqualsAfterUintCast(minValue, groupOutput, m_precision)) in verify()
456 << ": expected minimum " << minValue << " (" << tcu::Format::Hex<8>((deUint32)minValue) << ")" in verify()
/external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
DSimplexSolver.java62 double minValue = 0; in getPivotColumn() local
65 if (MathUtils.compareTo(tableau.getEntry(0, i), minValue, epsilon) < 0) { in getPivotColumn()
66 minValue = tableau.getEntry(0, i); in getPivotColumn()
/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/parameter-framework/upstream/parameter/
DIntegerParameterType.cpp401 type minValue, type maxValue, in checkValueAgainstRange() argument
405 if (value < minValue || value > maxValue) { in checkValueAgainstRange()
416 stream << minValue; in checkValueAgainstRange()
422 stream << minValue << ", " << maxValue; in checkValueAgainstRange()
DIntegerParameterType.h94 bool checkValueAgainstRange(const std::string &strValue, type value, type minValue,
/external/deqp/modules/gles3/functional/
Des3fInteger64StateQueryTests.cpp199 …erifier* verifier, const char* name, const char* description, GLenum targetName, GLuint64 minValue) in ConstantMinimumValue64TestCase() argument
202 , m_minValue (minValue) in ConstantMinimumValue64TestCase()
294 GLuint64 minValue; in init() member
306 …].description, implementationLimits[testNdx].targetName, implementationLimits[testNdx].minValue))); in init()
Des3fShaderCommonFunctionTests.cpp68 template<typename T> T randomScalar (de::Random& rnd, T minValue, T maxValue);
69 …ne float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(m… in randomScalar() argument
70 …deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(mi… in randomScalar() argument
71 …calar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { return minValue + rnd.getUint32() … in randomScalar() argument
74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, co… in randomVector() argument
78 res[ndx] = randomScalar<T>(rnd, minValue[ndx], maxValue[ndx]); in randomVector()
83 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Ve… in fillRandomVectors() argument
87 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue); in fillRandomVectors()
91 static void fillRandomScalars (de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, i… in fillRandomScalars() argument
95 typedPtr[offset + ndx] = randomScalar<T>(rnd, minValue, maxValue); in fillRandomScalars()
/external/mesa3d/src/mesa/main/
Dimage.c814 GLint minValue) in clip_left_or_bottom() argument
818 if (*dstX0 < minValue) { in clip_left_or_bottom()
820 ASSERT(*dstX1 > minValue); /* X1 should be inside left edge */ in clip_left_or_bottom()
821 t = (GLfloat) (minValue - *dstX0) / (GLfloat) (*dstX1 - *dstX0); in clip_left_or_bottom()
824 *dstX0 = minValue; in clip_left_or_bottom()
828 else if (*dstX1 < minValue) { in clip_left_or_bottom()
830 ASSERT(*dstX0 > minValue); /* X0 should be inside left edge */ in clip_left_or_bottom()
831 t = (GLfloat) (minValue - *dstX1) / (GLfloat) (*dstX0 - *dstX1); in clip_left_or_bottom()
834 *dstX1 = minValue; in clip_left_or_bottom()
/external/skia/src/effects/
DSkColorMatrix.cpp21 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
26 minValue += row[i]; in component_needs_clamping()
28 return (maxValue > 1) || (minValue < 0); in component_needs_clamping()
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/MLCPSolvers/
DbtLemkeAlgorithm.cpp110 btScalar minValue = 1e30f; in solve() local
115 if (v<minValue) in solve()
117 minValue=v; in solve()
/external/deqp/modules/gles2/performance/
Des2pShaderControlStatementTests.cpp324 float minValue = 0.0f; in init() local
326 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
328 Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
600 float minValue = 0.0f; in init() local
602 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
604 Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
/external/deqp/modules/gles3/performance/
Des3pShaderControlStatementTests.cpp328 float minValue = 0.0f; in init() local
330 m_attributes.push_back(AttribSpec("a_compareValue", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
332 Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
608 float minValue = 0.0f; in init() local
610 m_attributes.push_back(AttribSpec("a_bound", Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
612 Vec4(minValue, 0.0f, 0.0f, 0.0f), in init()
/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
577 this.minValue = Double.MAX_VALUE;
586 if (value < this.minValue) {
587 this.minValue = value;
596 if (value < this.minValue) {
597 this.minValue = value;
600 this.minValue = 0; // do not use minValue for now...
/external/skia/src/core/
DSkColorMatrixFilterRowMajor255.cpp187 SkScalar minValue = row[4] / 255; in component_needs_clamping() local
192 minValue += row[i]; in component_needs_clamping()
194 return (maxValue > 1) || (minValue < 0); in component_needs_clamping()
/external/icu/icu4c/source/common/
Ducnvmbcs.cpp875 uint16_t minValue; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local
886 minValue=0xf00; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
889 minValue=0x800; in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
902 if(*stage3++>=minValue) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode()
3642 uint16_t value, minValue; in ucnv_MBCSSingleFromUnicodeWithOffsets() local
3662 minValue=0x800; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3665 minValue=0xc00; in ucnv_MBCSSingleFromUnicodeWithOffsets()
3737 if(value>=minValue) { in ucnv_MBCSSingleFromUnicodeWithOffsets()
3819 uint16_t value, minValue; in ucnv_MBCSSingleFromBMPWithOffsets() local
3839 minValue=0x800; in ucnv_MBCSSingleFromBMPWithOffsets()
[all …]

123