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

  /frameworks/ml/nn/common/
GraphDump.cpp 127 for (unsigned out = 0, outE = operation.outputs.size(); out < outE; out++) {
129 if (outE > 1) {
  /frameworks/base/core/java/android/util/
Half.java     [all...]
  /external/libvpx/libvpx/vpx_dsp/ppc/
inv_txfm_vsx.c 371 out7, out8, out9, outA, outB, outC, outD, outE, outF) \
387 outE = in7; \
401 STEP8_0(out9, outE, in9, inE, cospi14_v, cospi18_v); \
420 outE = vec_sub(inF, inE); \
433 tmp16_0 = vec_mergeh(out9, outE); \
434 tmp16_1 = vec_mergel(out9, outE); \
479 outE = vec_add(inD, inE); \
495 inE = outE; \
513 outE = vec_sub(in1, inE); \
    [all...]
  /cts/tests/tests/nativehardware/jni/
AHardwareBufferGLTest.cpp 79 uint32_t outE = 0;
94 outE = 0xff;
96 outE = e - 15 + 127;
100 result.i = (s << 16) | (outE << 23) | outM;
    [all...]

Completed in 177 milliseconds