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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/
basep-10.s 5 GREG w4
8 w4: label
15 LDA $45,w4
basep-11.s 5 w4: label
12 LDA $45,w4
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
insns-c674x-reloc.s 21 addab .D2 b14,w4-w3,b16
27 addah .D2 b14,w4-w3,b16
33 addaw .D2 b14,w4-w3,b16
39 addk .S2 w3-w4,b5
43 mvk .S2 w3-w4,b5
67 ldb .D2T1 *+b14(w4-w3),a1
73 ldbu .D2T1 *+b14(w4-w3),a1
79 ldh .D2T1 *+b14(w4-w3),a1
85 ldhu .D2T1 *+b14(w4-w3),a1
91 ldw .D2T1 *+b14(w4-w3),a
117 w4: label
    [all...]
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
pitch_filter_mips.c 26 int32_t w1, w2, w3, w4, w5, gain32, sign32; local
71 "lwl %[w4], 15(%[out2_pos2]) \n\t"
75 "lwr %[w4], 12(%[out2_pos2]) \n\t"
80 "dpa.w.ph $ac0, %[w4], %[coef4] \n\t"
88 "li %[w4], 16384 \n\t"
91 "mtlo %[w4], $ac1 \n\t"
101 "lh %[w4], 0(%[input1]) \n\t"
110 "subu %[w2], %[w4], %[w2] \n\t"
114 "addu %[w2], %[w2], %[w4] \n\t"
121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] "=&r" (w3), [w4] "=&r" (w4)
    [all...]
  /external/clang/test/Headers/
stddefneeds.cpp 42 wint_t w4; // expected-error{{unknown}} variable
  /external/libunwind/src/x86/
Gos-freebsd.c 42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local
87 if ((*a->access_mem) (as, ip + 16, &w4, 0, arg) < 0 ||
91 w3 == 0x14688e03 && w4 == 0x0001a1b8 && w5 == 0x80cd5000)
  /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);
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
relax-group.s 140 .relax w4
142 w4: label
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_lgamma_r.c 154 w4 = -5.95187557450339963135e-04, /* 0xBF4380CB, 0x8C0FE741 */ variable
292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
  /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);
  /external/tcpdump/
print-tipc.c 128 uint32_t w4; member in struct:internal_tipc_pkthdr
139 #define TIPC_LAST_SENT_FRAG(w4) (((w4) >> 16) & 0xFFFF)
140 #define TIPC_NEXT_SENT_FRAG(w4) (((w4) >> 0) & 0xFFFF)
226 uint32_t w0, w1, w2, w4, w5, w9; local
270 w4 = EXTRACT_32BITS(&ap->w4);
271 last_sent_frag = TIPC_LAST_SENT_FRAG(w4);
272 next_sent_frag = TIPC_NEXT_SENT_FRAG(w4);
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/ld128/
e_lgammal_r.c 170 w4 = -5.95238095238095234390450004444370959e-04L, variable
321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_dct_ssse3.c 140 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
148 res2 = _mm_packs_epi32(w4, w5);
190 const __m128i w4 = _mm_srai_epi32(v4, DCT_CONST_BITS); local
197 res5 = _mm_packs_epi32(w4, w5);