Searched defs:maxIndex (Results 1 - 25 of 27) 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/skia/src/core/
H A DSkTileGrid.h110 int maxIndex = 0; local
119 maxIndex = tile;
123 maxIndex = tile;
129 for (int tile = minIndex; tile <= maxIndex; ++tile) {
H A DSkPath.cpp2522 int maxIndex = index; local
2533 maxIndex = i;
2536 *maxIndexPtr = maxIndex;
2588 int maxIndex; local
2589 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2590 if (minIndex == maxIndex) {
2594 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2595 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2598 cross = minIndex - maxIndex;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DIndexRangeCache.cpp24 unsigned int maxIndex = indices[0]; local
29 if (maxIndex < indices[i]) maxIndex = indices[i];
32 return RangeUI(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/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.cpp927 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
932 if (ix > maxIndex) {
933 maxIndex = ix;
947 charIndex = maxIndex + 1;
/external/icu/icu4c/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/icu/icu4c/source/test/letest/
H A Dcletest.c697 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
702 if (ix > maxIndex) {
703 maxIndex = ix;
717 charIndex = maxIndex + 1;
H A Dletest.cpp928 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
933 if (ix > maxIndex) {
934 maxIndex = ix;
948 charIndex = maxIndex + 1;
/external/chromium_org/third_party/skia/src/gpu/
H A DGrDrawTarget.cpp372 int maxIndex = startIndex + indexCount; local
385 if (maxIndex > maxValidIndex) {
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp717 GLuint maxIndex = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
721 ctx.glBindAttribLocation(program, maxIndex, "test");
726 ctx.glBindAttribLocation(program, maxIndex-1, "gl_test");
731 ctx.glBindAttribLocation(-1, maxIndex-1, "test");
736 ctx.glBindAttribLocation(shader, maxIndex-1, "test");
H A Des31fOpaqueTypeIndexingTests.cpp478 const int maxIndex = maxElement(lookupIndices); local
493 if (samplerNdx > maxIndex && samplerLoc < 0)
/external/skia/src/gpu/
H A DGrDrawTarget.cpp371 int maxIndex = startIndex + indexCount; local
384 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.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/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/chromium_org/third_party/skia/src/core/
H A DSkPath.cpp2483 int maxIndex = index; local
2494 maxIndex = i;
2497 *maxIndexPtr = maxIndex;
2549 int maxIndex; local
2550 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2551 if (minIndex == maxIndex) {
2555 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2556 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2559 cross = minIndex - maxIndex;
/external/owasp/sanitizer/tools/findbugs/lib/
H A DjFormatString.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/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 ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.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/ ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ...
/external/chromium_org/third_party/closure_compiler/compiler/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 300 milliseconds

12