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

/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/bench/
H A DColorCubeBench.cpp80 const int maxIndex = fCubeDimension - 1; local
84 lut[i] = ((maxIndex - i) * 255) / maxIndex;
/external/skia/gm/
H A Dcolorcube.cpp80 const int maxIndex = size - 1; local
82 lut[i] = (i * 255) / maxIndex;
83 invLut[i] = ((maxIndex - i) * 255) / maxIndex;
/external/skia/src/codec/
H A DSkCodec_libico.cpp168 uint32_t maxIndex = 0; local
174 maxIndex = i;
177 SkImageInfo info = codecs->operator[](maxIndex)->getInfo();
/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.c699 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
704 if (ix > maxIndex) {
705 maxIndex = ix;
719 charIndex = maxIndex + 1;
H A Dletest.cpp929 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1; local
934 if (ix > maxIndex) {
935 maxIndex = ix;
949 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/skia/samplecode/
H A DSampleFilterFuzz.cpp221 const int maxIndex = size - 1; local
223 lut[i] = (i * 255) / maxIndex;
224 invLut[i] = ((maxIndex - i) * 255) / maxIndex;
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp719 GLuint maxIndex = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS); local
723 ctx.glBindAttribLocation(program, maxIndex, "test");
728 ctx.glBindAttribLocation(program, maxIndex-1, "gl_test");
733 ctx.glBindAttribLocation(-1, maxIndex-1, "test");
738 ctx.glBindAttribLocation(shader, maxIndex-1, "test");
H A Des31fOpaqueTypeIndexingTests.cpp478 const int maxIndex = maxElement(lookupIndices); local
493 if (samplerNdx > maxIndex && samplerLoc < 0)
/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/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/skia/src/core/
H A DSkPath.cpp2424 int maxIndex = index; local
2435 maxIndex = i;
2438 *maxIndexPtr = maxIndex;
2490 int maxIndex; local
2491 int minIndex = find_min_max_x_at_y(pts, index, n, &maxIndex);
2492 if (minIndex == maxIndex) {
2496 SkASSERT(pts[maxIndex].fY == pts[index].fY);
2497 SkASSERT(pts[minIndex].fX <= pts[maxIndex].fX);
2500 cross = minIndex - maxIndex;
/external/slf4j/log4j-over-slf4j/compatibility/lib/
H A Dlogback-core-0.9.8-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF ch/ ch/qos/ ch/qos/logback/ ch/qos/logback/core/ ...
H A Dlog4j-1.3alpha-8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/log4j/ org/apache/log4j/Appender ...
/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 ...
H A Dorg.eclipse.swt.win32.win32.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/ ...

Completed in 438 milliseconds