/toolchain/binutils/binutils-2.25/gas/testsuite/gas/all/ |
struct.s | 3 .globl w3 8 w3: .short 0 label
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
elf-rel2.s | 9 .type w3,@object 10 .size w3,4 11 w3: .word 3 label 29 lw $2,w3
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mmix/ |
basep-10.s | 4 .weak w3 6 GREG w3 10 w3: label 11 LDA $43,w3
|
basep-11.s | 3 .weak w3 7 w3: label 8 LDA $43,w3
|
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/elf/ |
struct.s | 1 .globl w1, w2, w3, l1, l2 7 w3: .short 0 label
|
/external/v8/test/mjsunit/asm/ |
infinite-loops-taken.js | 29 function w3(f) { function in function:Module 34 return { w0: w0, w1: w1, w2: w2, w3: w3 }; 41 assertEquals(111, m.w3(counter(5)));
|
/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 115 w3: label [all...] |
/external/libunwind/src/hppa/ |
Gis_signal_frame.c | 33 unw_word_t w0, w1, w2, w3, ip; local 61 || (ret = (*a->access_mem) (as, ip + 12, &w3, 0, arg)) < 0) 67 && w1 == 0x3414015a && w2 == 0xe4008200 && w3 == 0x08000240);
|
/prebuilts/go/darwin-x86/src/image/jpeg/ |
idct.go | 47 w3 = 2408 // 2048*sqrt(2)*cos(3*pi/16) 56 w3pw5 = w3 + w5 57 w3mw5 = w3 - w5 105 x8 = w3 * (x6 + x7) 159 y8 = w3*(y6+y7) + 4 46 w3 = 2408 \/\/ 2048*sqrt(2)*cos(3*pi\/16) const
|
/prebuilts/go/linux-x86/src/image/jpeg/ |
idct.go | 47 w3 = 2408 // 2048*sqrt(2)*cos(3*pi/16) 56 w3pw5 = w3 + w5 57 w3mw5 = w3 - w5 105 x8 = w3 * (x6 + x7) 159 y8 = w3*(y6+y7) + 4 46 w3 = 2408 \/\/ 2048*sqrt(2)*cos(3*pi\/16) const
|
/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 70 "lwl %[w3], 11(%[out2_pos2]) \n\t" 74 "lwr %[w3], 8(%[out2_pos2]) \n\t" 79 "dpa.w.ph $ac0, %[w3], %[coef3] \n\t" 85 "lwl %[w3], 7(%[inputState]) \n\t" 90 "lwr %[w3], 4(%[inputState]) \n\t" 94 "swl %[w3], 9(%[inputState]) \n\t" 97 "swr %[w3], 6(%[inputState]) \n\t" 100 "dpa.w.ph $ac1, %[kDampF2], %[w3] \n\t" 121 : [w1] "=&r" (w1), [w2] "=&r" (w2), [w3] "=&r" (w3), [w4] "=&r" (w4) [all...] |
/external/clang/test/Headers/ |
stddefneeds.cpp | 33 wint_t w3; // expected-error{{unknown}} variable
|
/external/libunwind/src/x86/ |
Gos-freebsd.c | 42 unw_word_t w0, w1, w2, w3, w4, w5, ip; local 81 (*a->access_mem) (as, ip + 12, &w3, 0, arg) < 0) 84 (w3 & 0xff) == 0x80) 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 58 w3 = w1 + w2; /* Offset to three rows in pixels */ 130 ptr_c = ptr - w3; /* Points to pixel three rows above */ 132 v[0] = (int)(*(ptr_c - w3)); 144 + (*(ptr_c + w3)); /* Current pixel */ 192 a3_1 = *(ptr - w2) - *(ptr - w3); 196 a3_2 += ((*(ptr) - *(ptr + w3)) << 1) + (a3_2 << 2);
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/ |
relax-group.s | 137 .relax w3 139 w3: label
|
/external/clang/test/Analysis/ |
array-struct-region.c | 314 ShortStringWrapper w3 = w2; local 315 clang_analyzer_eval(w3.str.data[0] == 'a'); // expected-warning{{TRUE}} 316 clang_analyzer_eval(w3.str.data[1] == 'b'); // expected-warning{{TRUE}} 317 clang_analyzer_eval(w3.str.data[2] == 'c'); // expected-warning{{TRUE}} 318 clang_analyzer_eval(w3.length == 0); // expected-warning{{TRUE}}
|
/external/iproute2/examples/bpf/ |
bpf_prog.c | 287 __u32 w3 = load_word(skb, off + sizeof(w0) * 3); local 289 return w0 ^ w1 ^ w2 ^ w3;
|
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Collision/ |
b2Distance.cpp | 339 b2Vec2 w3 = m_v3.w; local 353 // [w1.e13 w3.e13][a3] = [0] 355 b2Vec2 e13 = w3 - w1; 357 float32 w3e13 = b2Dot(w3, e13); 363 // [w2.e23 w3.e23][a3] = [0] 365 b2Vec2 e23 = w3 - w2; 367 float32 w3e23 = b2Dot(w3, e23); 374 float32 d123_1 = n123 * b2Cross(w2, w3); 375 float32 d123_2 = n123 * b2Cross(w3, w1); 416 // w3 regio [all...] |
/external/opencv/cvaux/src/ |
cvmorphcontours.cpp | 422 double w1,w2,w3; local 444 w3 = W[i-1][j-1].w_south + _cvBendingWork( /*&null_edge*/&small_edge, 452 if(w1<w3) 459 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] ); 465 if( w2<w3) 472 W[i][j].w_southeast = w3 + _cvStretchingWork( &edges1[i-1], &edges2[j-1] );
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 59 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z 153 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ variable 292 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/external/fdlibm/ |
e_lgamma_r.c | 58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z 151 w3 = 7.93650558643019558500e-04, /* 0x3F4A019F, 0x98CF38B6 */ 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 569 w3 = w0 - l3 + 3.0f * G4; 614 t3 = 0.6f - x3 * x3 - y3 * y3 - z3 * z3 - w3 * w3; 622 x3, y3, z3, w3);
|
/frameworks/base/media/mca/filterfw/native/core/ |
shader_program.cpp | 49 const float w3 = x * y; local 51 *xt = w0 * b[0] + w1 * b[2] + w2 * b[4] + w3 * b[6]; 52 *yt = w0 * b[1] + w1 * b[3] + w2 * b[5] + w3 * b[7]; [all...] |
/frameworks/rs/driver/runtime/ |
rs_sample.c | 190 float w0, float w1, float w2, float w3) { 195 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 203 float w0, float w1, float w2, float w3) { 208 float r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 216 float w0, float w1, float w2, float w3) { 221 float2 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 229 float w0, float w1, float w2, float w3) { 234 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 242 float w0, float w1, float w2, float w3) { 247 float4 r = p0 * w0 + p1 * w1 + p2 * w2 + p3 * w3; 502 float w3 = fracU * fracV; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/ld128/ |
e_lgammal_r.c | 169 w3 = 7.93650793650793650791708939493907380e-04L, variable 321 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*(w6+y*(w7+y*(w8+
|