/external/eigen/doc/examples/ |
Tutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp | 12 MatrixXf::Index maxIndex; 13 float maxNorm = mat.colwise().sum().maxCoeff(&maxIndex); 15 std::cout << "Maximum sum at position " << maxIndex << std::endl; 18 std::cout << mat.col( maxIndex ) << std::endl;
|
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/ |
IndexDataManager.cpp | 81 static void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) 84 *maxIndex = indices[0]; 89 if (*maxIndex < indices[i]) *maxIndex = indices[i]; 93 static void computeRange(GLenum type, const GLvoid *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) 97 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex); 101 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex); 105 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); 173 &translated->maxIndex, NULL)) 175 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex); [all...] |
IndexRangeCache.cpp | 54 if (outMaxIndex) *outMaxIndex = i->second.maxIndex; 88 : minIndex(0), maxIndex(0), streamOffset(0) 93 : minIndex(minIdx), maxIndex(maxIdx), streamOffset(offset)
|
IndexDataManager.h | 36 unsigned int maxIndex;
|
IndexRangeCache.h | 45 unsigned int maxIndex;
|
/external/chromium_org/third_party/skia/src/core/ |
SkTileGrid.h | 106 int maxIndex = 0; 115 maxIndex = tile; 119 maxIndex = tile; 125 for (int tile = minIndex; tile <= maxIndex; ++tile) {
|
SkPath.cpp | [all...] |
/external/skia/src/core/ |
SkTileGrid.h | 106 int maxIndex = 0; 115 maxIndex = tile; 119 maxIndex = tile; 125 for (int tile = minIndex; tile <= maxIndex; ++tile) {
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
uenumtst.c | 39 int32_t maxIndex; 60 return cont->maxIndex; 65 if(cont->currIndex >= cont->maxIndex) { 82 if(cont->currIndex >= cont->maxIndex) { 145 int32_t maxIndex; 161 return ucont->maxIndex; 166 if(ucont->currIndex >= ucont->maxIndex) { 202 cont->maxIndex = size; 273 ucont->maxIndex = size;
|
/external/icu4c/test/cintltst/ |
uenumtst.c | 39 int32_t maxIndex; 60 return cont->maxIndex; 65 if(cont->currIndex >= cont->maxIndex) { 82 if(cont->currIndex >= cont->maxIndex) { 145 int32_t maxIndex; 161 return ucont->maxIndex; 166 if(ucont->currIndex >= ucont->maxIndex) { 202 cont->maxIndex = size; 273 ucont->maxIndex = size;
|
/frameworks/opt/mms/src/java/com/google/android/mms/pdu/ |
EncodedStringValue.java | 253 int maxIndex = addr.length - 1; 254 for (int i = 0; i <= maxIndex; i++) { 256 if (i < maxIndex) {
|
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/ |
TriStrip.java | 128 int maxIndex = 0;
132 if (in_indices[i] > maxIndex)
133 maxIndex = in_indices[i];
142 stripifier.stripify(tempIndices, cacheSize, minStripSize, maxIndex, tempStrips, tempFaces);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
FilterDeleteSet.java | 192 int maxIndex = minIndex; 196 maxIndex = Math.max(d.index, maxIndex); 201 int to = Math.min(maxIndex + 5, n);
|
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
DecTestBench.c | 490 u32 maxIndex; 502 maxIndex = (u32)(streamStop - stream); 504 if (maxIndex == 0) 511 } while (byte != 1 && index < maxIndex); 514 if (index == maxIndex || index < 3) 524 maxIndex -= index; 559 if (index == maxIndex)
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
CSSMetadata.js | [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/ |
ExplodedRenderingHelper.java | 193 int maxIndex = horizontal ? 1 : 0; 198 if (max == -1 || max < p[maxIndex]) { 199 max = p[maxIndex]; 202 resultPadding[maxIndex] = max;
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_fixup.cpp | 472 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) { 475 int minIndex, int maxIndex) */ 518 for (GLuint i = minIndex; i < maxIndex; i++) { 534 arg_max->add_intvalue(maxIndex); 545 GLuint *minIndex, GLuint *maxIndex) { 548 *maxIndex = 0; 562 if (index > *maxIndex) *maxIndex = index; 567 GLuint minIndex, GLuint maxIndex, nsecs_t time) { 589 minIndex, maxIndex, time) [all...] |
/frameworks/base/libs/hwui/ |
DeferredDisplayList.h | 147 void discardDrawingBatches(const unsigned int maxIndex);
|
DeferredDisplayList.cpp | 690 void DeferredDisplayList::discardDrawingBatches(const unsigned int maxIndex) { 691 for (unsigned int i = mEarliestUnclearedIndex; i <= maxIndex; i++) { 699 mEarliestUnclearedIndex = maxIndex + 1;
|
/external/icu4c/i18n/ |
plurrule.cpp | 538 int32_t maxIndex = 0; 544 otherIndex = maxIndex; 546 ++maxIndex; 551 ++maxIndex; 555 if (NULL == newSampleInfo.allocateInsteadAndCopy(maxIndex)) { 571 newSampleInfo[maxIndex - 1] = 0; // unlimited 582 for (int i = 0, keywordsRemaining = maxIndex; 603 found = otherIndex == -1 ? maxIndex - 1 : otherIndex; 633 for (int i = 0, j = 0; i < maxIndex; ++i) { 643 for (int i = 0; i < maxIndex; ++i) [all...] |
/external/clang/utils/ABITest/ |
ABITestGen.py | 362 parser.add_option("", "--max", dest="maxIndex", metavar="N", 595 if opts.maxIndex is None: 597 opts.maxIndex = 10000000 599 opts.maxIndex = ftg.cardinality 600 opts.maxIndex = min(opts.maxIndex, ftg.cardinality) 601 opts.minIndex = max(0,min(opts.maxIndex-1, opts.minIndex)) 603 opts.count = min(opts.count, opts.maxIndex-opts.minIndex) 663 index = opts.minIndex + int((opts.maxIndex-opts.minIndex) * random.random())
|
/frameworks/base/core/jni/android/opengl/ |
util.cpp | 103 int maxIndex = -1; 109 if ( index > maxIndex ) { 110 maxIndex = index; 114 if ( maxIndex * 3 > positionsLength) { 118 transformedIndexCount = maxIndex - minIndex + 1;
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderLayerStackingNode.cpp | 479 size_t maxIndex = std::min(posZOrderListAfterPromote->size() + negZOrderListAfterPromote->size(), posZOrderListBeforePromote->size() + negZOrderListBeforePromote->size()); 485 for (size_t i = 0; i < maxIndex && nodeAfterPromote != this; ++i) { 498 for (size_t i = 0; i < maxIndex && nodeAfterPromote != this; ++i) {
|
/external/chromium_org/third_party/icu/source/test/letest/ |
cletest.c | 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; 701 if (ix > maxIndex) { 702 maxIndex = ix; 716 charIndex = maxIndex + 1;
|
/external/icu4c/test/letest/ |
cletest.c | 696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; 701 if (ix > maxIndex) { 702 maxIndex = ix; 716 charIndex = maxIndex + 1;
|