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

  /external/chromium_org/third_party/libyuv/util/
ssim.cc 65 } W0 = MAKE_WEIGHT(0),
229 const __m128i w0 = _mm_unpacklo_epi8(v0, zero); \
231 const __m128i ww0 = _mm_mullo_epi16(w0, (WEIGHT).values_.m_); \
237 xx = _mm_add_epi32(xx, _mm_madd_epi16(ww0, w0)); \
248 LOAD_LINE_PAIR(0, W0);
254 LOAD_LINE_PAIR(6, W0);
  /external/chromium_org/third_party/opus/src/src/
mlp_train.c 117 double *W0, *W1;
132 W0 = net->weights[0];
145 double sum = W0[i*(inDim+1)];
147 sum += W0[i*(inDim+1)+j+1]*in[j];
232 double *W0, *W1, *best_W0, *best_W1;
253 W0 = net->weights[0];
269 memcpy(W0_old, W0, W0_size*sizeof(double));
270 memcpy(W0_old2, W0, W0_size*sizeof(double));
329 best_W0[i] = W0[i];
347 W0[i] = best_W0[i]
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 501 float W0 = l - t;
506 float w0 = w - W0; local
510 * determine the magnitude ordering of x0, y0, z0 and w0.
520 int c4 = (x0 > w0) ? 4 : 0;
521 int c5 = (y0 > w0) ? 2 : 0;
522 int c6 = (z0 > w0) ? 1 : 0;
561 w1 = w0 - l1 + G4;
565 w2 = w0 - l2 + 2.0f * G4;
569 w3 = w0 - l3 + 3.0f * G4
    [all...]
  /external/mesa3d/src/mesa/program/
prog_noise.c 501 float W0 = l - t;
506 float w0 = w - W0; local
510 * determine the magnitude ordering of x0, y0, z0 and w0.
520 int c4 = (x0 > w0) ? 4 : 0;
521 int c5 = (y0 > w0) ? 2 : 0;
522 int c6 = (z0 > w0) ? 1 : 0;
561 w1 = w0 - l1 + G4;
565 w2 = w0 - l2 + 2.0f * G4;
569 w3 = w0 - l3 + 3.0f * G4
    [all...]
  /libcore/luni/src/test/java/libcore/java/lang/
ClassCastExceptionTest.java 81 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
86 A0, B0, C0, D0, E0, F0, G0, H0, I0, J0, K0, L0, M0, N0, O0, P0, Q0, R0, S0, T0, U0, V0, W0, X0, Y0, Z0,
  /art/runtime/arch/arm64/
registers_arm64.h 75 W0 = 0,

Completed in 815 milliseconds