Searched defs:maxIndex (Results 1 - 25 of 29) sorted by relevance

12

/external/eigen/doc/examples/
H A DTutorial_ReductionsVisitorsBroadcasting_maxnorm.cpp12 MatrixXf::Index maxIndex; local
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/
H A DIndexRangeCache.h45 unsigned int maxIndex; member in struct:rx::IndexRangeCache::IndexBounds
H A DIndexDataManager.h36 unsigned int maxIndex; member in struct:rx::TranslatedIndexData
H A DIndexDataManager.cpp81 static void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex) argument
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) argument
97 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex); local
101 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex); local
105 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex); local
173 &translated->maxIndex, NULL))
175 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkTileGrid.h106 int maxIndex = 0; local
115 maxIndex = tile;
119 maxIndex = tile;
125 for (int tile = minIndex; tile <= maxIndex; ++tile) {
H A DSkPath.cpp2492 int maxIndex = index; local
2503 maxIndex = i;
2506 *maxIndexPtr = maxIndex;
2558 int maxIndex; local
2559 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2560 if (minIndex == maxIndex) {
2564 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2565 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2568 cross = minIndex - maxIndex;
/external/skia/src/core/
H A DSkTileGrid.h106 int maxIndex = 0; local
115 maxIndex = tile;
119 maxIndex = tile;
125 for (int tile = minIndex; tile <= maxIndex; ++tile) {
H A DSkPath.cpp2492 int maxIndex = index; local
2503 maxIndex = i;
2506 *maxIndexPtr = maxIndex;
2558 int maxIndex; local
2559 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2560 if (minIndex == maxIndex) {
2564 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2565 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2568 cross = minIndex - maxIndex;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Duenumtst.c39 int32_t maxIndex; member in struct:chArrayContext
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex; member in struct:uchArrayContext
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerStackingNode.cpp479 size_t maxIndex = std::min(posZOrderListAfterPromote->size() + negZOrderListAfterPromote->size(), posZOrderListBeforePromote->size() + negZOrderListBeforePromote->size()); local
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/
H A Dcletest.c696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
H A Dletest.cpp926 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
931 if (ix > maxIndex) {
932 maxIndex = ix;
946 charIndex = maxIndex + 1;
/external/icu4c/test/cintltst/
H A Duenumtst.c39 int32_t maxIndex; member in struct:chArrayContext
60 return cont->maxIndex;
65 if(cont->currIndex >= cont->maxIndex) {
82 if(cont->currIndex >= cont->maxIndex) {
145 int32_t maxIndex; member in struct:uchArrayContext
161 return ucont->maxIndex;
166 if(ucont->currIndex >= ucont->maxIndex) {
202 cont->maxIndex = size;
273 ucont->maxIndex = size;
/external/icu4c/test/letest/
H A Dcletest.c696 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
701 if (ix > maxIndex) {
702 maxIndex = ix;
716 charIndex = maxIndex + 1;
H A Dletest.cpp926 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
931 if (ix > maxIndex) {
932 maxIndex = ix;
946 charIndex = maxIndex + 1;
/external/jmonkeyengine/engine/src/tools/jme3tools/converters/model/strip/
H A DStripifier.java124 int maxIndex) {
130 for (int i = 0; i < maxIndex + 1; i++)
1331 int maxIndex, StripInfoVec outStrips, FaceInfoVec outFaceList) {
1351 buildStripifyInfo(allFaceInfos, allEdgeInfos, maxIndex);
123 buildStripifyInfo(FaceInfoVec faceInfos, EdgeInfoVec edgeInfos, int maxIndex) argument
1330 stripify(IntVec in_indices, int in_cacheSize, int in_minStripLength, int maxIndex, StripInfoVec outStrips, FaceInfoVec outFaceList) argument
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp370 int maxIndex = startIndex + indexCount; local
383 if (maxIndex > maxValidIndex) {
/external/icu4c/i18n/
H A Dplurrule.cpp538 int32_t maxIndex = 0; local
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;
[all...]
H A Ducol_elm.cpp1868 int16_t maxIndex = nfcImpl->getFCD16(cMark) & 0xff; local
1883 maxIndex = (int32_t)index[(nfcImpl->getFCD16(cMark) & 0xff)-1];
1890 maxIndex = (int32_t)index[cClass-1];
1893 maxIndex=0;
1896 for ( i=0; i<maxIndex ; i++ ) {
/external/skia/src/gpu/
H A DGrDrawTarget.cpp370 int maxIndex = startIndex + indexCount; local
383 if (maxIndex > maxValidIndex) {
/external/aac/libSBRenc/src/
H A Denv_est.cpp103 static const UCHAR maxIndex[2] = {9, 5}; variable
316 for (i = 0; i < maxIndex[ampRes]; i++) {
327 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
/external/chromium_org/third_party/icu/source/i18n/
H A Ducol_elm.cpp1860 int16_t maxIndex = (unorm_getFCD16(fcdTrieIndex, cMark) & 0xff ); local
1875 maxIndex = (int32_t)index[(unorm_getFCD16(fcdTrieIndex, cMark) & 0xff)-1];
1882 maxIndex = (int32_t)index[cClass-1];
1885 maxIndex=0;
1888 for ( i=0; i<maxIndex ; i++ ) {
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
H A Dprogram_parse.tab.c5480 const GLint maxIndex = 1 << INST_INDEX_BITS; local
5484 ASSERT(index <= maxIndex);
5485 (void) maxIndex;
5522 const GLint maxIndex = (1 << INST_INDEX_BITS) - 1; local
5527 ASSERT(index <= maxIndex);
5528 (void) maxIndex;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 900 milliseconds

12