HomeSort by relevance Sort by last modified time
    Searched refs:c_index (Results 1 - 9 of 9) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_icc.cpp 1895 int c_index = (fix_c + 4096) >> 13; local
    [all...]
  /frameworks/rs/java/tests/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/
SGEMMTest.java 117 int c_index = ((i * n) + j); local
118 c_float[c_index] = total;
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbAlsaManager.java 261 int c_index = name.indexOf('C'); local
268 card = Integer.parseInt(name.substring(c_index + 1, d_index));
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp 182 int c_index = 0; local
191 c_index = col;
194 dest_pal[row] = win_mac_pal[c_index];
    [all...]
  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/particle/
ParticleSystem.java 591 int c_index = 0;
603 for (; c_index < m_proxyCount; c_index++) {
604 Proxy c = m_proxyBuffer[c_index];
611 for (int b_index = c_index; b_index < m_proxyCount; b_index++) {
    [all...]
  /external/gemmlowp/test/
test.cc 99 const int c_index = i * c_i_stride + j * c_j_stride; local
100 c[c_index] = static_cast<uint8_t>(output);
    [all...]
  /frameworks/rs/cpu_ref/
rsCpuIntrinsicBLAS.cpp 699 const int c_index = ((ldc * i) + j); local
709 c[c_index] = (uint8_t)(output);
    [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.cc 3674 HConstant* c_index = HConstant::cast(index); local
    [all...]
hydrogen.cc 11036 HConstant* c_index = HConstant::cast(index); local
    [all...]

Completed in 273 milliseconds