HomeSort by relevance Sort by last modified time
    Searched defs:maxIndex (Results 1 - 24 of 24) sorted by null

  /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/
IndexRangeCache.cpp 24 unsigned int maxIndex = indices[0];
29 if (maxIndex < indices[i]) maxIndex = indices[i];
32 return RangeUI(minIndex, maxIndex);
  /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/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;
letest.cpp     [all...]
  /external/icu/icu4c/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/icu/icu4c/source/test/letest/
cletest.c 697 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
702 if (ix > maxIndex) {
703 maxIndex = ix;
717 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 562 const size_t maxIndex = (LIGHTSENSOR_LEVEL - 1);
563 if (index > maxIndex) {
564 index = maxIndex;
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrDrawTarget.cpp 372 int maxIndex = startIndex + indexCount;
385 if (maxIndex > maxValidIndex) {
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 717 GLuint maxIndex = ctx.getInteger(GL_MAX_VERTEX_ATTRIBS);
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");
    [all...]
es31fOpaqueTypeIndexingTests.cpp 478 const int maxIndex = maxElement(lookupIndices);
493 if (samplerNdx > maxIndex && samplerLoc < 0)
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java     [all...]
  /external/aac/libSBRenc/src/
env_est.cpp 103 static const UCHAR maxIndex[2] = {9, 5};
316 for (i = 0; i < maxIndex[ampRes]; i++) {
327 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_elm.cpp     [all...]
  /external/dexmaker/src/dx/java/com/android/dx/ssa/back/
FirstFitLocalCombiningAllocator.java     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkPath.cpp     [all...]
  /external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/program/
program_parse.tab.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
compiler.jar 
  /external/chromium_org/third_party/checkstyle/
checkstyle-5.7-all.jar 

Completed in 1630 milliseconds