Searched refs:w2 (Results 126 - 150 of 222) sorted by relevance

123456789

/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
H A DHttp20Draft09.java96 int w2;
99 w2 = source.readInt();
108 // boolean r = (w2 & 0x80000000) != 0; // Reserved: Ignore first bit.
109 int streamId = (w2 & 0x7fffffff); // 31-bit opaque identifier.
535 int w2 = source.readInt();
539 streamId = (w2 & 0x7fffffff);
/external/openfst/src/include/fst/
H A Dfactor-weight.h110 StringWeight<L, S> w2; local
112 w2.PushBack(iter.Value());
113 return make_pair(w1, w2);
138 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
139 return make_pair(w1, w2);
H A Ddeterminize.h59 W operator()(const W &w1, const W &w2) const { return Plus(w1, w2); }
72 Weight operator()(const Weight &w1, const Weight &w2) const {
74 StringWeightIterator<L, S> iter2(w2);
79 } else if (w1.Size() == 0 || w2.Size() == 0) {
83 } else if (w2 == Weight::Zero()) {
102 Weight operator()(const Weight &w1, const Weight &w2) const {
103 return Weight(label_common_divisor_(w1.Value1(), w2.Value1()),
104 weight_common_divisor_(w1.Value2(), w2.Value2()));
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dfactor-weight.h90 StringWeight<L, S> w2; local
92 w2.PushBack(iter.Value());
93 return make_pair(w1, w2);
118 GallicWeight<L, W, S> w2(iter.Value().second, W::One());
119 return make_pair(w1, w2);
/external/valgrind/main/coregrind/
H A Dm_trampoline.S729 ldrb w2, [x0]
731 cmp w2, w1
734 cbz w2, .L16
735 ldrb w2, [x0,1]!
736 cmp w2, w1
748 ldrb w2, [x0]
750 cmp w2, w3
754 cbz w2, .L26
755 ldrb w2, [x0,1]!
757 cmp w2, w
[all...]
H A Dm_oset.c183 UWord w2 = *(const UWord*)elem_of_node(n); local
185 // "return w1 - w2". But it didn't work reliably, because the
190 if (w1 > w2) return 1;
191 if (w1 < w2) return -1;
597 UWord w2; local
600 w2 = *(UWord*)elem_of_node_no_check(curr);
601 if (w1 < w2) curr = curr->left;
602 else if (w1 > w2) curr = curr->right;
/external/chromium_org/chrome/browser/thumbnails/
H A Dcontent_analysis.cc73 double w2 = 0.0; local
76 w2 += histogram[i];
82 double m2 = t2 / w2;
83 double max_variance_score = w1 * w2 * (m1 - m2) * (m1 - m2);
88 w2 -= histogram[i];
92 m2 = t2 / w2;
93 double variance_score = w1 * w2 * (m1 - m2) * (m1 - m2);
/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathUtils.cpp312 const SkScalar w2 = 2.f * weight; local
317 klm[3] = w2 * (p[1].fY - p[0].fY);
318 klm[4] = w2 * (p[0].fX - p[1].fX);
319 klm[5] = w2 * (p[1].fX * p[0].fY - p[0].fX * p[1].fY);
321 klm[6] = w2 * (p[2].fY - p[1].fY);
322 klm[7] = w2 * (p[1].fX - p[2].fX);
323 klm[8] = w2 * (p[2].fX * p[1].fY - p[1].fX * p[2].fY);
/external/skia/src/gpu/
H A DGrPathUtils.cpp312 const SkScalar w2 = 2.f * weight; local
317 klm[3] = w2 * (p[1].fY - p[0].fY);
318 klm[4] = w2 * (p[0].fX - p[1].fX);
319 klm[5] = w2 * (p[1].fX * p[0].fY - p[0].fX * p[1].fY);
321 klm[6] = w2 * (p[2].fY - p[1].fY);
322 klm[7] = w2 * (p[1].fX - p[2].fX);
323 klm[8] = w2 * (p[2].fX * p[1].fY - p[1].fX * p[2].fY);
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c171 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
175 // w2 = [b4 b5 b3 b2]
178 const __m128i x1 = _mm_packs_epi32(w2, w3);
216 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS2); local
220 // w2 = [o1 o5 o9 oD]
224 const __m128i x1 = _mm_packs_epi32(w2, w3);
532 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
540 res4 = _mm_packs_epi32(w2, w3);
594 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
602 res7 = _mm_packs_epi32(w2, w
945 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1460 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1524 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1556 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1578 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1612 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1634 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1668 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1690 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1712 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1734 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
[all...]
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_sse2.c140 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
144 // w2 = [b4 b5 b3 b2]
147 const __m128i x1 = _mm_packs_epi32(w2, w3);
185 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS2); local
189 // w2 = [o1 o5 o9 oD]
193 const __m128i x1 = _mm_packs_epi32(w2, w3);
461 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
469 res4 = _mm_packs_epi32(w2, w3);
523 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
531 res7 = _mm_packs_epi32(w2, w
926 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
1373 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1437 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1469 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1491 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1525 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1547 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1581 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1603 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1625 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1647 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
[all...]
H A Dvp9_dct_avx2.c80 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
84 const __m128i res0 = _mm_packs_epi32(w0, w2);
360 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
368 res4 = _mm_packs_epi32(w2, w3);
422 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
430 res7 = _mm_packs_epi32(w2, w3);
825 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local
871 w2 = _mm_add_epi32(u2, u10);
889 v2 = _mm_add_epi32(w2, k__DCT_CONST_ROUNDING);
952 w2
1272 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1336 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1368 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1390 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1424 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1446 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1480 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1502 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1524 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
1546 const __m128i w2 = _mm_srai_epi32(v2, DCT_CONST_BITS); local
[all...]
/external/chromium_org/v8/test/cctest/
H A Dtest-assembler-arm64.cc297 __ Mvn(w2, Operand(w0, LSL, 1));
305 __ Mvn(w10, Operand(w2, UXTB));
307 __ Mvn(w12, Operand(w2, UXTH, 2));
309 __ Mvn(x14, Operand(w2, UXTW, 4));
310 __ Mvn(x15, Operand(w2, SXTW, 4));
424 __ Mov(w2, 0x1234ffffL);
1103 __ Mul(w2, w17, w18);
1184 __ Madd(w2, w16, w16, w18);
1254 __ Msub(w2, w16, w16, w18);
1447 __ Sdiv(w2, w1
[all...]
/external/llvm/test/MC/Mips/msa/
H A Dtest_2rf.s8 # CHECK: fexupr.d $w5, $w2 # encoding: [0x7b,0x33,0x11,0x5e]
41 fexupr.d $w5, $w2
H A Dtest_i5.s12 # CHECK: clei_s.h $w2, $w10, -9 # encoding: [0x7a,0x37,0x50,0x87]
57 clei_s.h $w2, $w10, -9
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c659 UWord w2 = get_UWord( &loc ); local
661 TRACE_D3(" %08lx %08lx\n", w1, w2);
662 if (w1 == 0 && w2 == 0)
667 base = w2;
672 /* else enumerate [w1+base, w2+base) */
673 /* w2 is 1 past end of range, as per D3 defn for "DW_AT_high_pc"
675 if (w1 > w2) {
683 acquire = w1 < w2;
694 w = w2 -1 + base + svma_of_referencing_CU;
829 UWord w2 local
3648 UWord w1, w2; local
[all...]
/external/libvorbis/lib/
H A Dvorbisfile.c2036 float *w1, float *w2){
2043 w=w2;
2146 float *w1,*w2; local
2171 w2=vorbis_window(&vf2->vd,0);
2189 _ov_splice(pcm,lappcm,n1,n2,vi1->channels,vi2->channels,w1,w2);
2200 float *w1,*w2; local
2232 w2=vorbis_window(&vf->vd,0);
2238 _ov_splice(pcm,lappcm,n1,n2,ch1,ch2,w1,w2);
2261 float *w1,*w2; local
2293 w2
2033 _ov_splice(float **pcm,float **lappcm, int n1, int n2, int ch1, int ch2, float *w1, float *w2) argument
[all...]
/external/chromium_org/athena/screen/
H A Dscreen_manager_unittest.cc41 void CheckZOrder(aura::Window* w1, aura::Window* w2) { argument
50 std::find(begin_iter, end_iter, w2);
/external/clang/test/Analysis/
H A Dderived-to-base.cpp331 Wrapper w2(w);
332 clang_analyzer_eval(getX(w2.d) == 1); // expected-warning{{TRUE}}
/external/fdlibm/
H A De_lgamma_r.c58 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z
150 w2 = -2.77777777728775536470e-03, /* 0xBF66C16C, 0x16B02E5C */ variable
297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
/external/libhevc/common/arm64/
H A Dihevc_deblk_luma_horz.s128 ldr w2, [x0,x19] // 2 value
131 dup v28.2s,w2 // 2 value
152 ldrb w2,[x14,x19] // -2 value
212 ldr w2, [x0,x19,lsl #2] // has the -4 value
215 dup v22.2s,w2 // -4 value
268 ldrb w2,[x4,x19]
/external/valgrind/main/helgrind/
H A Dhg_wordset.c535 WordSet HG_(doubletonWS) ( WordSetU* wsu, UWord w1, UWord w2 )
539 if (w1 == w2) {
543 else if (w1 < w2) {
546 wv->words[1] = w2;
549 tl_assert(w1 > w2);
551 wv->words[0] = w2;
/external/vixl/test/
H A Dtest-simulator-a64.cc187 Register length = w2;
288 Register length = w2;
405 Register length = w2;
537 Register length = w2;
663 Register length = w2;
777 Register length = w2;
H A Dtest-assembler-a64.cc262 __ Mvn(w2, Operand(w0, LSL, 1));
270 __ Mvn(w10, Operand(w2, UXTB));
272 __ Mvn(w12, Operand(w2, UXTH, 2));
274 __ Mvn(x14, Operand(w2, UXTW, 4));
275 __ Mvn(x15, Operand(w2, SXTW, 4));
307 __ Mov(w2, 0x1234ffff);
1042 __ Mul(w2, w17, w18);
1121 __ Madd(w2, w16, w16, w18);
1190 __ Msub(w2, w16, w16, w18);
1379 __ Sdiv(w2, w1
[all...]
/external/chromium_org/third_party/libevent/test/
H A Dregress.c461 struct both r1, r2, w1, w2; local
467 memset(&w2, 0, sizeof(w2));
470 w2.nread = 8192;
475 event_set(&w2.ev, pair[1], EV_WRITE, combined_write_cb, &w2);
482 if (event_add(&w2.ev, NULL))

Completed in 2867 milliseconds

123456789