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

  /external/smack/src/org/xbill/DNS/
FormattedTime.java 16 private static NumberFormat w2, w4; field in class:FormattedTime
22 w4 = new DecimalFormat();
23 w4.setMinimumIntegerDigits(4);
24 w4.setGroupingUsed(false);
41 sb.append(w4.format(c.get(Calendar.YEAR)));
  /external/dropbear/libtommath/
bn_mp_toom_mul.c 27 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
31 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4,
77 /* w4 = a2 * b2 */
78 if ((res = mp_mul(&a2, &b2, &w4)) != MP_OKAY) {
175 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
194 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
213 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
256 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
266 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
274 mp_clear_multi(&w0, &w1, &w2, &w3, &w4,
    [all...]
bn_mp_toom_sqr.c 22 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
26 if ((res = mp_init_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)) != MP_OKAY) {
54 /* w4 = a2 * a2 */
55 if ((res = mp_sqr(&a2, &w4)) != MP_OKAY) {
119 if ((res = mp_sub(&w1, &w4, &w1)) != MP_OKAY) {
138 if ((res = mp_sub(&w2, &w4, &w2)) != MP_OKAY) {
157 if ((res = mp_mul_2d(&w4, 3, &tmp1)) != MP_OKAY) {
200 if ((res = mp_lshd(&w4, 4*B)) != MP_OKAY) {
210 if ((res = mp_add(&w4, &tmp1, &tmp1)) != MP_OKAY) {
218 mp_clear_multi(&w0, &w1, &w2, &w3, &w4, &a0, &a1, &a2, &tmp1, NULL)
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
skipjack.c 92 w1 = tmp ^ w4 ^ x; \
93 w4 = w3; w3 = w2; \
98 tmp1 = w4; w4 = w3; \
105 w2 = w3; w3 = w4; w4 = tmp;
110 w3 = w4; w4 = w1; w1 = tmp;
149 unsigned w1,w2,w3,w4,tmp,tmp1; local
160 w4 = ((unsigned)pt[6]<<8)|pt[7]
213 unsigned w1,w2,w3,w4,tmp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
chvr_filter.cpp 40 int w1, w2, w3, w4; local
59 w4 = w2 << 1; /* Offset to four rows in pixels */
193 a3_1 += ((*(ptr - w4) - *(ptr - w1)) << 1) + (a3_1 << 2);
  /libcore/luni/src/test/java/libcore/java/lang/
OldAndroidMonitorTest.java 389 Worker w4 = new Worker(6, 7); local
398 w4.start();
  /external/chromium_org/ash/wm/
activation_controller_unittest.cc 62 aura::Window* w4() { return w4_.get(); } function in class:ash::test::GetTopmostWindowToActivateTest
143 EXPECT_TRUE(wm::IsActiveWindow(w4()));
154 EXPECT_TRUE(wm::IsActiveWindow(w4()));
164 EXPECT_TRUE(wm::IsActiveWindow(w4()));
195 EXPECT_TRUE(wm::IsActiveWindow(w4()));
398 scoped_ptr<aura::Window> w4(CreateTestWindowInShellWithDelegate(
402 w4->AddTransientChild(w41.get());
404 EXPECT_FALSE(wm::CanActivateWindow(w4.get()));
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgammaf_r.c 86 w4 = -5.9518753551e-04, /* 0xba1c065c */ variable
223 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
e_lgamma_r.c 153 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
290 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
573 w4 = w0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /external/fdlibm/
e_lgamma_r.c 152 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /external/mesa3d/src/mesa/program/
prog_noise.c 529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
573 w4 = w0 - 1.0f + 4.0f * G4;
625 t4 = 0.6f - x4 * x4 - y4 * y4 - z4 * z4 - w4 * w4;
633 y4, z4, w4);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES11Canvas.java 332 float w4 = m[3] * x2 + m[7] * y2 + m[15]; local
333 r[2] = x4 / w4;
334 r[3] = y4 / w4;
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 7847 mp_int w0, w1, w2, w3, w4, tmp1, tmp2, a0, a1, a2, b0, b1, b2; local
8130 mp_int w0, w1, w2, w3, w4, tmp1, a0, a1, a2; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_sse2.c 81 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
85 const __m128i res1 = _mm_packs_epi32(w4, w6);
358 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
365 res2 = _mm_packs_epi32(w4, w5);
420 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
427 res5 = _mm_packs_epi32(w4, w5);
821 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1264 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
1328 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
    [all...]
  /external/libvpx/libvpx/vp9/common/x86/
vp9_idct_intrin_sse2.c 683 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
734 w4 = _mm_add_epi32(u4, u12);
752 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
815 w4 = _mm_sub_epi32(v0, v4);
824 v4 = _mm_add_epi32(w4, k__DCT_CONST_ROUNDING);
    [all...]
  /external/valgrind/main/VEX/priv/
guest_ppc_toIR.c 6331 IRTemp w4 = newTemp( Ity_I32 ); local
    [all...]

Completed in 1251 milliseconds