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

1 2 3 4 5 6 7 8 91011>>

  /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/swiftshader/src/OpenGL/libGLES_CM/
IndexDataManager.cpp 63 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
66 *maxIndex = indices[0];
71 if(*maxIndex < indices[i]) *maxIndex = indices[i];
75 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
79 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
83 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
113 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
135 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
IndexDataManager.h 31 unsigned int maxIndex;
  /external/swiftshader/src/OpenGL/libGL/
IndexDataManager.cpp 67 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
70 *maxIndex = indices[0];
75 if(*maxIndex < indices[i]) *maxIndex = indices[i];
79 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex)
83 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
87 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex);
91 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex);
130 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
152 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex);
    [all...]
IndexDataManager.h 34 unsigned int 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/swiftshader/src/OpenGL/libGLESv2/
IndexDataManager.h 33 unsigned int maxIndex;
IndexDataManager.cpp 196 void computeRange(const IndexType *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std::vector<GLsizei>* restartIndices)
198 *maxIndex = 0;
209 if(*maxIndex < indices[i]) *maxIndex = indices[i];
213 void computeRange(GLenum type, const void *indices, GLsizei count, GLuint *minIndex, GLuint *maxIndex, std::vector<GLsizei>* restartIndices)
217 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex, restartIndices);
221 computeRange(static_cast<const GLuint*>(indices), count, minIndex, maxIndex, restartIndices);
225 computeRange(static_cast<const GLushort*>(indices), count, minIndex, maxIndex, restartIndices);
293 computeRange(type, indices, count, &translated->minIndex, &translated->maxIndex, restartIndices);
354 if(translated->minIndex < start || translated->maxIndex > end
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/
OpenTypeTableWriter.java 52 int maxIndex = length();
54 for (int i = 0; i < maxIndex; i += 1) {
  /external/icu/icu4c/source/test/cintltst/
uenumtst.c 41 int32_t maxIndex;
62 return cont->maxIndex;
67 if(cont->currIndex >= cont->maxIndex) {
84 if(cont->currIndex >= cont->maxIndex) {
147 int32_t maxIndex;
163 return ucont->maxIndex;
168 if(ucont->currIndex >= ucont->maxIndex) {
204 cont->maxIndex = size;
275 ucont->maxIndex = size;
  /development/samples/ApiDemos/src/com/example/android/mmslib/pdu/
EncodedStringValue.java 253 int maxIndex = addr.length - 1;
254 for (int i = 0; i <= maxIndex; i++) {
256 if (i < 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/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) {
  /external/skia/src/codec/
SkIcoCodec.cpp 172 int maxIndex = 0;
179 maxIndex = i;
182 int width = codecs->operator[](maxIndex)->getInfo().width();
183 int height = codecs->operator[](maxIndex)->getInfo().height();
184 SkEncodedInfo info = codecs->operator[](maxIndex)->getEncodedInfo();
185 SkColorSpace* colorSpace = codecs->operator[](maxIndex)->getInfo().colorSpace();
  /external/skqp/src/codec/
SkIcoCodec.cpp 172 int maxIndex = 0;
179 maxIndex = i;
182 int width = codecs->operator[](maxIndex)->getInfo().width();
183 int height = codecs->operator[](maxIndex)->getInfo().height();
184 SkEncodedInfo info = codecs->operator[](maxIndex)->getEncodedInfo();
185 SkColorSpace* colorSpace = codecs->operator[](maxIndex)->getInfo().colorSpace();
  /external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
Correlation.java 71 int maxIndex = -1;
85 maxIndex = i;
91 log(String.format(" Maxvalue %f, max Index : %d/%d (%d) minIndex = %d", maxValue, maxIndex,
108 mEstimatedLatencySamples = maxIndex * groupSize;
  /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);
  /frameworks/base/tests/JankBench/app/src/main/jni/
Bench.cpp 226 size_t maxIndex = size / sizeof(void *);
227 size_t loops = ((maxIndex / 2) & (~3));
231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops);
238 ni = ni % maxIndex;
241 if (ni >= maxIndex) {
  /frameworks/base/core/java/android/hardware/hdmi/
IHdmiControlService.aidl 58 void setSystemAudioVolume(int oldIndex, int newIndex, int 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;
  /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) {
  /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);
  /developers/build/prebuilts/gradle/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 81 val maxIndex = Math.min(offset + limit, files.size)
82 for (i in offset..maxIndex) {
  /developers/samples/android/content/documentsUi/ContentProviderPaging/kotlinApp/app/src/main/kotlin/com.example.android.contentproviderpaging/
ImageProvider.kt 81 val maxIndex = Math.min(offset + limit, files.size)
82 for (i in offset..maxIndex) {

Completed in 485 milliseconds

1 2 3 4 5 6 7 8 91011>>