Searched refs:maxValue (Results 51 - 75 of 94) sorted by relevance

1234

/external/deqp/modules/gles2/performance/
H A Des2pShaderControlStatementTests.cpp325 float maxValue = (float)getViewportWidth()*0.5f; local
327 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
329 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
601 float maxValue = (float)getViewportWidth()*0.5f; local
603 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
605 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
/external/deqp/modules/gles3/performance/
H A Des3pShaderControlStatementTests.cpp329 float maxValue = (float)getViewportWidth()*0.5f; local
331 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
333 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
609 float maxValue = (float)getViewportWidth()*0.5f; local
611 Vec4(maxValue, 0.0f, 0.0f, 0.0f),
613 Vec4(maxValue, 0.0f, 0.0f, 0.0f)));
/external/deqp/modules/gles3/functional/
H A Des3fShaderCommonFunctionTests.cpp68 template<typename T> T randomScalar (de::Random& rnd, T minValue, T maxValue);
69 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(minValue, maxValue); } argument
70 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); } argument
71 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { return minValue + rnd.getUint32() % (maxValue - minValue + 1); } argument
74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) argument
78 res[ndx] = randomScalar<T>(rnd, minValue[ndx], maxValue[ndx]);
83 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, voi argument
91 fillRandomScalars(de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) argument
[all...]
H A Des3fASTCDecompressionCases.cpp990 const float maxValue = +65504.0f;
1000 const deFloat16 r = deFloat32To16(minValue + (float)rNdx * (maxValue - minValue) / (float)(numBlocks-1));
1001 const deFloat16 g = deFloat32To16(minValue + (float)gNdx * (maxValue - minValue) / (float)(numBlocks-1));
1002 const deFloat16 b = deFloat32To16(minValue + (float)bNdx * (maxValue - minValue) / (float)(numBlocks-1));
1003 const deFloat16 a = deFloat32To16(minValue + (float)aNdx * (maxValue - minValue) / (float)(numBlocks-1));
/external/deqp/modules/gles31/functional/
H A Des31fShaderCommonFunctionTests.cpp69 template<typename T> T randomScalar (de::Random& rnd, T minValue, T maxValue);
70 template<> inline float randomScalar (de::Random& rnd, float minValue, float maxValue) { return rnd.getFloat(minValue, maxValue); } argument
71 template<> inline deInt32 randomScalar (de::Random& rnd, deInt32 minValue, deInt32 maxValue) { return rnd.getInt(minValue, maxValue); } argument
72 template<> inline deUint32 randomScalar (de::Random& rnd, deUint32 minValue, deUint32 maxValue) { return minValue + rnd.getUint32() % (maxValue - minValue + 1); } argument
75 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue) argument
79 res[ndx] = randomScalar<T>(rnd, minValue[ndx], maxValue[ndx]);
84 static void fillRandomVectors (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue, voi argument
92 fillRandomScalars(de::Random& rnd, T minValue, T maxValue, void* dst, int numValues, int offset = 0) argument
[all...]
H A Des31fShaderAtomicOpTests.cpp524 int maxValue = (int)m_initialValue;
530 maxValue = de::max(maxValue, inputValue);
533 if (!intEqualsAfterUintCast(maxValue, groupOutput, m_precision))
538 << ": expected maximum " << maxValue << " (" << tcu::Format::Hex<8>((deUint32)maxValue) << ")"
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp779 val[i] = rnd.getFloat(spec.minValue.f[i], spec.maxValue.f[i]);
794 val[i] = rnd.getFloat(spec.minValue.f[i], spec.maxValue.f[i]);
814 val[i] = rnd.getInt(spec.minValue.i[i], spec.maxValue.i[i]);
830 DE_ASSERT(spec.minValue.i[i] >= 0 && spec.maxValue.i[i] >= 0);
831 val[i] = (deUint32)rnd.getInt(spec.minValue.i[i], spec.maxValue.i[i]);
1011 data[vtxNdx*numComponents + compNdx] = rnd.getFloat(attrSpec.minValue.f[compNdx], attrSpec.maxValue.f[compNdx]);
1021 data[vtxNdx*numComponents + compNdx] = rnd.getInt(attrSpec.minValue.i[compNdx], attrSpec.maxValue.i[compNdx]);
1052 const float z = (1.0f-t)*attrSpec.minValue.f[2] + t*attrSpec.maxValue.f[2];
1169 tcu::fillWithComponentGradients(dummyTex->getAccess(), spec.minValue, spec.maxValue);
H A DglsDrawTest.cpp586 int maxValue = 65536;
587 return (float)(double(2 * fi.getValue() + 1) / (maxValue - 1));
3854 float maxValue = 1.0f;
3891 maxValue += attrMaxValue;
3894 return 1.0f / maxValue;
/external/chromium_org/third_party/WebKit/Source/core/svg/animation/
H A DSVGSMILElement.cpp786 SMILTime SVGSMILElement::maxValue() const function in class:blink::SVGSMILElement
895 SMILTime maxValue = this->maxValue(); local
896 if (minValue > maxValue) {
900 maxValue = SMILTime::indefinite();
902 return resolvedBegin + std::min(maxValue, std::max(minValue, preliminaryActiveDuration));
H A DSVGSMILElement.h86 SMILTime maxValue() const;
/external/chromium_org/third_party/icu/source/tools/gennorm2/
H A Dn2builder.cpp1123 uint32_t maxValue=utrie2_get32(norm16Trie, lead); local
1124 utrie2_enumForLeadSurrogate(norm16Trie, lead, NULL, enumRangeMaxValue, &maxValue);
1125 if( maxValue>=(uint32_t)indexes[Normalizer2Impl::IX_LIMIT_NO_NO] &&
1126 maxValue>(uint32_t)indexes[Normalizer2Impl::IX_MIN_NO_NO]
1131 maxValue=(uint32_t)indexes[Normalizer2Impl::IX_LIMIT_NO_NO]-1;
1133 utrie2_set32ForLeadSurrogateCodeUnit(norm16Trie, lead, maxValue, errorCode);
/external/icu/icu4c/source/tools/gennorm2/
H A Dn2builder.cpp1123 uint32_t maxValue=utrie2_get32(norm16Trie, lead); local
1124 utrie2_enumForLeadSurrogate(norm16Trie, lead, NULL, enumRangeMaxValue, &maxValue);
1125 if( maxValue>=(uint32_t)indexes[Normalizer2Impl::IX_LIMIT_NO_NO] &&
1126 maxValue>(uint32_t)indexes[Normalizer2Impl::IX_MIN_NO_NO]
1131 maxValue=(uint32_t)indexes[Normalizer2Impl::IX_LIMIT_NO_NO]-1;
1133 utrie2_set32ForLeadSurrogateCodeUnit(norm16Trie, lead, maxValue, errorCode);
/external/guava/guava-tests/test/com/google/common/collect/
H A DContiguousSetTest.java56 @Override public Integer maxValue() {
57 return integers().maxValue();
H A DMinMaxPriorityQueueTest.java816 int maxValue) {
818 assertTrue("maxValue is incorrect", replicatedMaxValue == maxValue);
814 removeMaxFromReplica( SortedMap<Integer, AtomicInteger> replica, int maxValue) argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DLength.h246 // always contains a percentage, and without a maxValue passed to these functions
323 float nonNanCalculatedValue(int maxValue) const;
/external/guava/guava/src/com/google/common/collect/
H A DRange.java407 Ranges.atMost(domain.maxValue()));
H A DCut.java217 return domain.maxValue();
/external/tcpdump/
H A Dprint-snmp.c959 == smiRange->maxValue.value.unsigned32) {
963 && elem->asnlen <= smiRange->maxValue.value.unsigned32);
969 && elem->data.integer <= smiRange->maxValue.value.integer32);
974 && elem->data.uns <= smiRange->maxValue.value.unsigned32);
/external/chromium_org/third_party/freetype/src/truetype/
H A Dttgxvar.c582 FT_ULong maxValue; member in struct:fvar_axis_
652 FT_FRAME_ULONG ( maxValue ),
747 a->maximum = axis_rec.maxValue; /* A Fixed */
/external/freetype/src/truetype/
H A Dttgxvar.c582 FT_ULong maxValue; member in struct:fvar_axis_
652 FT_FRAME_ULONG ( maxValue ),
747 a->maximum = axis_rec.maxValue; /* A Fixed */
/external/pdfium/core/src/fxge/fx_freetype/fxft2.5.01/src/truetype/
H A Dttgxvar.c582 FT_ULong maxValue; member in struct:fvar_axis_
652 FT_FRAME_ULONG ( maxValue ),
747 a->maximum = axis_rec.maxValue; /* A Fixed */
/external/aac/libAACenc/src/
H A Dqc_main.cpp141 UINT *RESTRICT maxValue);
1297 UINT *RESTRICT maxValue)
1313 maxValue[sfbOffs+sfb] = maxThisSfb;
1292 FDKaacEnc_calcMaxValueInSfb(INT sfbCnt, INT maxSfbPerGroup, INT sfbPerGroup, INT *RESTRICT sfbOffset, SHORT *RESTRICT quantSpectrum, UINT *RESTRICT maxValue) argument
/external/chromium_org/third_party/icu/source/common/
H A Dpropsvec.c512 toUTrie2->maxValue=rowIndex;
/external/icu/icu4c/source/common/
H A Dpropsvec.c512 toUTrie2->maxValue=rowIndex;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DUIUtils.js256 var maxValue = Math.pow(16, hexString.length) - 1;
271 else if (result > maxValue)

Completed in 665 milliseconds

1234