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

1 2 3 4 5 6 7

  /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/skia/bench/
ColorCubeBench.cpp 81 const int maxIndex = fCubeDimension - 1;
85 lut[i] = ((maxIndex - i) * 255) / maxIndex;
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/audio/
Correlation.java 54 int maxIndex = -1;
67 maxIndex = i;
73 log(String.format(" Maxvalue %f, max Index : %d/%d (%d) minIndex=%d",maxValue, maxIndex,
89 mEstimatedLatencySamples = maxIndex*groupSize;
Util.java 124 int maxIndex = startIndex;
126 if (data[i] > data[maxIndex]) {
127 maxIndex = i;
130 return maxIndex;
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTableWriter.java 50 int maxIndex = length();
52 for (int i = 0; i < maxIndex; i += 1) {
  /external/skia/gm/
colorcube.cpp 80 const int maxIndex = size - 1;
82 lut[i] = (i * 255) / maxIndex;
83 invLut[i] = ((maxIndex - i) * 255) / maxIndex;
  /external/skia/src/codec/
SkIcoCodec.cpp 162 uint32_t maxIndex = 0;
168 maxIndex = i;
171 SkImageInfo info = codecs->operator[](maxIndex)->getInfo();
  /external/guava/guava/src/com/google/common/collect/
DenseImmutableTable.java 134 private final int maxIndex = keyToIndex().size();
138 for (index++; index < maxIndex; index++) {
  /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 699 le_int32 minIndex = 0x7FFFFFFF, maxIndex = -1;
704 if (ix > maxIndex) {
705 maxIndex = ix;
719 charIndex = maxIndex + 1;
letest.cpp     [all...]
  /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)
  /frameworks/opt/telephony/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) {
  /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);
  /packages/apps/Messaging/src/android/support/v7/mms/pdu/
EncodedStringValue.java 253 int maxIndex = addr.length - 1;
254 for (int i = 0; i <= maxIndex; i++) {
256 if (i < maxIndex) {
  /packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
EncodedStringValue.java 268 int maxIndex = addr.length - 1;
269 for (int i = 0; i <= maxIndex; i++) {
271 if (i < maxIndex) {
  /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;
  /device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp 561 const size_t maxIndex = (LIGHTSENSOR_LEVEL - 1);
562 if (index > maxIndex) {
563 index = maxIndex;
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/LinearMath/
btVector3.cpp 60 long maxIndex = -1L;
179 maxIndex = 4*index + segment + indexTable[test];
427 maxIndex = 4*index + segment + indexTable[test];
431 return maxIndex;
    [all...]
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/
Group.java 371 int maxIndex = children.size;
372 if (first < 0 || first >= maxIndex) return false;
373 if (second < 0 || second >= maxIndex) return false;
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/ui/
TextArea.java 219 int maxIndex = Math.max(cursor, selectionStart);
225 if (!((minIndex < lineStart && minIndex < lineEnd && maxIndex < lineStart && maxIndex < lineEnd)
226 || (minIndex > lineStart && minIndex > lineEnd && maxIndex > lineStart && maxIndex > lineEnd))) {
229 int end = Math.min(linesBreak.get(i + 1), maxIndex);
  /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};
424 for (i = 0; i < maxIndex[ampRes]; i++) {
435 return panTable[ampRes][maxIndex[ampRes]-1] + sign * panTable[ampRes][panIndex];
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/linear/
AbstractRealVector.java 327 int maxIndex = -1;
333 maxIndex = entry.getIndex();
337 return maxIndex;
344 final int maxIndex = getMaxIndex();
345 return maxIndex < 0 ? Double.NaN : getEntry(maxIndex);
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp     [all...]

Completed in 7740 milliseconds

1 2 3 4 5 6 7