/external/valgrind/main/VEX/switchback/ |
linker.c | 671 Elf_Word w1, w2; 740 w1 = *pP & 0xC0000000; 743 w1 |= w2; 744 *pP = w1; 747 w1 = *pP & 0xFFC00000; 750 w1 |= w2; 751 *pP = w1; 754 w1 = *pP & ~0x3FF; 757 w1 |= w2; 758 *pP = w1; [all...] |
/external/valgrind/main/VEX/unused/ |
linker.c | 574 Elf_Word w1, w2; local 631 w1 = *pP & 0xC0000000; 634 w1 |= w2; 635 *pP = w1; 638 w1 = *pP & 0xFFC00000; 641 w1 |= w2; 642 *pP = w1; 645 w1 = *pP & ~0x3FF; 648 w1 |= w2; 649 *pP = w1; [all...] |
/external/opencv/cxcore/src/ |
cxdxt.cpp | 227 CvComplex64f w, w1; local 357 w.re = w1.re = icvDxtTab[m][0]; 358 w.im = w1.im = -icvDxtTab[m][1]; 363 w.im = w1.im = sin(t); 364 w.re = w1.re = sqrt(1. - w1.im*w1.im); 387 t = w.re*w1.re - w.im*w1.im; 388 w.im = w.re*w1.im + w.im*w1.re [all...] |
/external/dropbear/libtommath/pre_gen/ |
mpi.c | 625 mp_word W1; 636 W1 = 0; 670 _W = _W + _W + W1; 681 W1 = _W >> ((mp_word)DIGIT_BIT); 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/chromium_org/ash/shelf/ |
shelf_layout_manager_unittest.cc | [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
content_analysis.cc | 71 double w1 = histogram[0]; // Total weight of the first class. local 72 double t1 = 0.5 * w1; 81 double m1 = t1 / w1; 83 double max_variance_score = w1 * w2 * (m1 - m2) * (m1 - m2); 87 w1 += histogram[i]; 91 m1 = t1 / w1; 93 double variance_score = w1 * w2 * (m1 - m2) * (m1 - m2);
|
/external/valgrind/main/coregrind/ |
m_stacktrace.c | 606 static Bool looks_like_Thumb_call32 ( UShort w0, UShort w1 ) 609 VG_(printf)("isT32call %04x %04x\n", (UInt)w0, (UInt)w1); 611 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True; 613 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True; 642 UShort w1 = in_same_page(ra, ra+2) ? *(UShort*)(ra+2) : 0; local 643 if (looks_like_Thumb_call16(w1) || looks_like_Thumb_call32(w0,w1)) [all...] |
m_oset.c | 182 UWord w1 = *(UWord*)k; 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; 596 UWord w1 = *(UWord*)k; local 601 if (w1 < w2) curr = curr->left; 602 else if (w1 > w2) curr = curr->right;
|
/external/valgrind/main/helgrind/ |
hg_wordset.c | 535 WordSet HG_(doubletonWS) ( WordSetU* wsu, UWord w1, UWord w2 ) 539 if (w1 == w2) { 541 wv->words[0] = w1; 543 else if (w1 < w2) { 545 wv->words[0] = w1; 549 tl_assert(w1 > w2); 552 wv->words[1] = w1;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
ftplib.py | 921 w1 = words[i] 926 if w1 == 'default': 928 elif w1 == 'machine' and w2: 931 elif w1 == 'login' and w2: 934 elif w1 == 'password' and w2: [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
ftplib.py | 921 w1 = words[i] 926 if w1 == 'default': 928 elif w1 == 'machine' and w2: 931 elif w1 == 'login' and w2: 934 elif w1 == 'password' and w2: [all...] |
/external/chromium_org/ash/wm/panels/ |
panel_window_resizer_unittest.cc | 154 scoped_ptr<aura::Window> w1(CreatePanelWindow(bounds)); 158 window_order_original.push_back(w1.get()); 161 window_order_swapped.push_back(w1.get());
|
/external/valgrind/main/coregrind/m_debuginfo/ |
readdwarf3.c | 656 UWord w1 = get_UWord( &loc ); local 659 TRACE_D3(" %08lx %08lx\n", w1, w2); 660 if (w1 == 0 && w2 == 0) 663 if (w1 == -1UL) { 670 /* else enumerate [w1+base, w2+base) */ 673 if (w1 > w2) { 681 acquire = w1 < w2; 690 w = w1 + base + svma_of_referencing_CU; 826 UWord w1 = get_UWord( &ranges ); local 829 if (w1 == 0 && w2 == 0 3625 UWord w1, w2; local [all...] |
/external/openfst/src/include/fst/ |
factor-weight.h | 109 StringWeight<L, S> w1(iter.Value()); 113 return make_pair(w1, w2); 137 GallicWeight<L, W, S> w1(iter.Value().first, weight_.Value2()); 139 return make_pair(w1, w2);
|
/external/libvorbis/lib/ |
vorbisfile.c | 2146 float *w1,*w2; local 2200 float *w1,*w2; local 2261 float *w1,*w2; local [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
e_lgamma_r.c | 61 * w = w0 + w1*z + w2*z + w3*z + ... + w6*z 150 w1 = 8.33333333333329678849e-02, /* 0x3FB55555, 0x5555553B */ variable 290 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
e_lgammaf_r.c | 83 w1 = 8.3333335817e-02, /* 0x3daaaaab */ variable 223 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 149 w1 = 8.33333333333329678849e-02, /* 0x3FB55555, 0x5555553B */ variable 297 w = w0+z*(w1+y*(w2+y*(w3+y*(w4+y*(w5+y*w6)))));
|
/external/jmonkeyengine/engine/src/core/com/jme3/math/ |
Ray.java | 255 // s = w0*s0 + w1*s1 + w2*s2; 256 // t = w0*t0 + w1*t1 + w2*t2; 257 float w1 = dirDotDiffxEdge2 * inv; local 259 //float w0 = 1.0f - w1 - w2; 260 store.set(t, w1, w2);
|
/external/chromium_org/ui/views/corewm/ |
focus_controller_unittest.cc | 228 // +-- w1 235 aura::Window* w1 = aura::test::CreateTestWindowWithDelegate( variable 240 gfx::Rect(5, 5, 10, 10), w1); 243 gfx::Rect(15, 15, 10, 10), w1); 530 // w1's ActivationChangeObserver shifted focus to this child, pre-empting 768 aura::Window* w1 = root_window()->GetChildById(1); variable 769 ActivateWindow(w1); variable 779 ChangeWindowDisposition(w1); variable [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetCtrls.py | 404 w1 = 30
405 self.time = (wx.TextCtrl(parent, -1, str(value[0]), pos=(p1, top), size=(w1, -1), style=wx.TE_NOHIDESEL),
406 wx.TextCtrl(parent, -1, str(value[1]), pos=(p1 + (w1 + 3), top), size=(w1, -1), style=wx.TE_NOHIDESEL),
407 wx.TextCtrl(parent, -1, str(value[2]), pos=(p1 + (w1 + 3) *2, top), size=(w1, -1), style=wx.TE_NOHIDESEL),
|
/external/tremolo/Tremolo/ |
mdctLARM.s | 1021 ADD r7, r1, r0, LSL #1 @ r7 = w1 = x + (n>>1) 1027 LDR r10,[r7,#-8]! @ r10= w1[0] w1 -= 2 1028 LDR r11,[r7,#4] @ r11= w1[1] 1032 ADD r6, r6, r10 @ r6 = s0 = w0[0] + w1[0] 1033 SUB r10,r6, r10,LSL #1 @ r10= s1b= w0[0] - w1[0] 1034 SUB r11,r11,r9 @ r11= s1 = w1[1] - w0[1] 1035 ADD r9, r11,r9, LSL #1 @ r9 = s0b= w1[1] + w0[1] 1064 LDR r10,[r7,#-8]! @ r10= w1[0] w1 -= [all...] |
/external/valgrind/main/VEX/priv/ |
host_generic_simd64.c | 48 static inline ULong mk32x2 ( UInt w1, UInt w0 ) { 49 return (((ULong)w1) << 32) | ((ULong)w0); 64 UShort w1, UShort w0 ) { 66 UInt lo32 = (((UInt)w1) << 16) | ((UInt)w0); 93 UChar w1, UChar w0 ) { 97 | (((UInt)w1) << 8) | (((UInt)w0) << 0); 1175 static inline UInt mk16x2 ( UShort w1, UShort w2 ) { 1176 return (((UInt)w1) << 16) | ((UInt)w2); 1187 UChar w1, UChar w0 ) { 1189 | (((UInt)w1) << 8) | (((UInt)w0) << 0) [all...] |
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_dct_sse2.c | 361 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 369 res0 = _mm_packs_epi32(w0, w1); 423 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 431 res1 = _mm_packs_epi32(w0, w1); 826 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15; local 1267 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1331 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1363 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1385 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1419 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1441 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1475 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1497 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1519 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local 1541 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local [all...] |
/external/chromium/third_party/libevent/test/ |
regress.c | 461 struct both r1, r2, w1, w2; local 466 memset(&w1, 0, sizeof(w1)); 469 w1.nread = 4096; 473 event_set(&w1.ev, pair[0], EV_WRITE, combined_write_cb, &w1); 478 if (event_add(&w1.ev, NULL)) [all...] |