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

  /external/clang/test/CodeGen/
string-literal-short-wstring.c 42 wchar_t we = L'\u1234\U0010F00B'; local
char-literal.c 82 wchar_t we = L'\u1234\U0010F00B'; local
  /frameworks/base/media/libstagefright/codecs/amrnb/enc/src/
p_ol_wgh.cpp 485 const Word16 *ww, *we;
489 we = &corrweight[123 + lag_max - old_lag];
505 t0 = Mpy_32_16 (t0_h, t0_l, *we);
506 we--;
596 const Word16 *we; local
601 we = &corrweight[123 + lag_max - old_lag];
618 t0 = Mpy_32_16(t0_h, t0_l, *we, pOverflow);
619 we--;
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
p_med_ol.c 40 Word16 *ww, *we, *hp_wsp; local
53 we = &corrweight[98 + L_max - L_0];
82 R0 = Mpy_32_16(hi, lo, *we);
83 we--;
  /frameworks/base/services/sensorservice/
Fusion.cpp 64 * disturbance which we do not want to update into the fused frame.
81 * we reject it as invalid due to alignment of the vectors.
253 // Average all the values we collected so far
282 // ignore acceleration data if we're close to free-fall
302 // Also reject if too small since we will get ill-defined (zero mag)
323 // If we have created an orthogonal magnetic field successfully,
335 // P needs to stay positive semidefinite or the fusion diverges. When we
336 // detect divergence, we reset the fusion.
370 const vec3_t we = w - b; local
371 const vec4_t dq = getF(q)*((0.5f*dT)*we);
    [all...]
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceScript.java 80 // maximum number of events that we read at one time
562 MonkeyWaitEvent we = new MonkeyWaitEvent(LONGPRESS_WAIT_TIME); local
563 mQ.addLast(we);
  /prebuilt/common/ant/
ant.jar 

Completed in 201 milliseconds