Searched refs:w1 (Results 126 - 150 of 245) sorted by relevance

12345678910

/external/vulkan-validation-layers/libs/glm/detail/
H A Dtype_mat2x4.hpp71 T const & x1, T const & y1, T const & z1, T const & w1);
82 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
H A Dtype_mat3x4.hpp71 T const & x1, T const & y1, T const & z1, T const & w1,
85 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
H A Dtype_mat4x4.hpp76 T const & x1, T const & y1, T const & z1, T const & w1,
94 X1 const & x1, Y1 const & y1, Z1 const & z1, W1 const & w1,
/external/libavc/common/armv8/
H A Dih264_padding_neon_av8.s79 // w1 => src_strd
89 sxtw x1, w1
163 // w1 => src_strd
175 sxtw x1, w1
322 // w1 => src_strd
334 sxtw x1, w1
479 // w1 => src_strd
491 sxtw x1, w1
637 // w1 => src_strd
649 sxtw x1, w1
[all...]
/external/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv84_video_vp.c36 uint32_t w1; // 1f0 member in struct:h264_iparm1
52 uint32_t w1; // 0c member in struct:h264_iparm2
99 param1.w1 = param1.w2 = param1.w3 = align(width, 64);
107 param2.w1 = param2.w2 = param2.w3 = param1.w1;
/external/mesa3d/src/mesa/program/
H A Dprog_noise.c529 float x1, y1, z1, w1, x2, y2, z2, w2, x3, y3, z3, w3, x4, y4, z4, w4; local
561 w1 = w0 - l1 + G4;
592 t1 = 0.6f - x1 * x1 - y1 * y1 - z1 * z1 - w1 * w1;
600 x1, y1, z1, w1);
/external/python/cpython3/Lib/test/
H A Dtest_signal.py114 r1, w1 = os.pipe()
116 self.addCleanup(os.close, w1)
122 os.set_blocking(w1, False)
125 signal.set_wakeup_fd(w1)
126 self.assertEqual(signal.set_wakeup_fd(w2), w1)
/external/llvm/test/MC/AArch64/
H A Darm64-diags.s77 ldrb w1, [x3, w3, sxtw #4]
78 ldrh w1, [x3, w3, sxtw #4]
79 ldr w1, [x3, w3, sxtw #4]
88 ; CHECK-ERRORS:ldrb w1, [x3, w3, sxtw #4]
91 ; CHECK-ERRORS:ldrh w1, [x3, w3, sxtw #4]
94 ; CHECK-ERRORS:ldr w1, [x3, w3, sxtw #4]
159 ldp w1, w2, [x2], #16
189 ; CHECK-ERRORS: ldp w1, w2, [x2], #16
251 add w1, w2, w3, lsr #75
254 ; CHECK-ERRORS: add w1, w
[all...]
/external/opencv/cxcore/src/
H A Dcxdxt.cpp227 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
[all...]
/external/python/cpython2/Lib/
H A Dftplib.py953 w1 = words[i]
958 if w1 == 'default':
960 elif w1 == 'machine' and w2:
963 elif w1 == 'login' and w2:
966 elif w1 == 'password' and w2:
969 elif w1 == 'account' and w2:
972 elif w1 == 'macdef' and w2:
/external/valgrind/helgrind/
H A Dhg_wordset.c535 WordSet HG_(doubletonWS) ( WordSetU* wsu, UWord w1, UWord w2 ) argument
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;
/external/boringssl/ios-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S26 cmp w1,#128
28 cmp w1,#256
30 tst w1,#0x3f
34 cmp w1,#192
38 mov w1,#8 // reuse w1
51 subs w1,w1,#1
109 subs w1,w1,#
[all...]
/external/boringssl/linux-aarch64/crypto/fipsmodule/
H A Daesv8-armx64.S27 cmp w1,#128
29 cmp w1,#256
31 tst w1,#0x3f
35 cmp w1,#192
39 mov w1,#8 // reuse w1
52 subs w1,w1,#1
110 subs w1,w1,#
[all...]
/external/vixl/test/aarch64/
H A Dtest-assembler-aarch64.cc464 __ Mov(w1, 0xffff1234);
704 __ Orr(w3, w0, Operand(w1, LSL, 28));
707 __ Orr(w6, w0, Operand(w1, ASR, 4));
709 __ Orr(w8, w0, Operand(w1, ROR, 12));
738 __ Orr(w6, w0, Operand(w1, UXTB));
740 __ Orr(w8, w0, Operand(w1, UXTW, 2));
742 __ Orr(w10, w0, Operand(w1, SXTB));
771 __ Orr(w11, w1, 0x90abcdef);
798 __ Orn(w3, w0, Operand(w1, LSL, 4));
801 __ Orn(w6, w0, Operand(w1, AS
[all...]
/external/libunwind/include/tdep-ia64/
H A Dlibunwind_i.h81 unw_word_t w0, w1; member in struct:ia64_loc
/external/libunwind/src/ia64/
H A Dunwind_i.h224 /* Bits 0 and 1 of the second word (w1) of a location are used
244 #define IA64_GET_AUX_ADDR(l) ((l).w1 & ~0x3)
245 #define IA64_IS_NULL_LOC(l) (((l).w0 | (l).w1) == 0)
248 #define IA64_IS_REG_LOC(l) (((l).w1 & IA64_LOC_TYPE_REG) != 0)
249 #define IA64_IS_UC_LOC(l) (((l).w1 & IA64_LOC_TYPE_UC) != 0)
/external/libvpx/libvpx/vp9/encoder/x86/
H A Dvp9_dct_ssse3.c128 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
138 res0 = _mm_packs_epi32(w0, w1);
179 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
187 res1 = _mm_packs_epi32(w0, w1);
/external/fdlibm/
H A De_lgamma_r.c58 * 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/libvpx/libvpx/vpx_dsp/x86/
H A Dfwd_txfm_impl_sse2.h160 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
164 // w1 = [b8 b9 bF bE]
167 const __m128i x0 = _mm_packs_epi32(w0, w1);
220 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS2); local
224 // w1 = [o2 o6 oA oE]
228 const __m128i x0 = _mm_packs_epi32(w0, w1);
359 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
367 res0 = _mm_packs_epi32(w0, w1);
445 const __m128i w1 = _mm_srai_epi32(v1, DCT_CONST_BITS); local
453 res1 = _mm_packs_epi32(w0, w1);
[all...]
/external/webp/src/enc/
H A Dpicture_psnr_enc.c84 const int w1 = w - VP8_SSIM_KERNEL - 1; local
98 for (; x < w1; ++x) {
/external/elfutils/src/
H A Delfcmp.c821 const Elf32_Word *w1 = p1; local
823 return *w1 < *w2 ? -1 : *w1 > *w2 ? 1 : 0;
829 const Elf64_Xword *w1 = p1; local
831 return *w1 < *w2 ? -1 : *w1 > *w2 ? 1 : 0;
/external/sonivox/jet_tools/JetCreator/
H A DJetCtrls.py404 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/valgrind/coregrind/
H A Dm_oset.c182 UWord w1 = *(const 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;
594 UWord w1 = *(const UWord*)k; local
599 if (w1 < w2) curr = curr->left;
600 else if (w1 > w2) curr = curr->right;
H A Dm_stacktrace.c940 static Bool looks_like_Thumb_call32 ( UShort w0, UShort w1 )
943 VG_(printf)("isT32call %04x %04x\n", (UInt)w0, (UInt)w1);
945 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True;
947 if ((w0 & 0xF800) == 0xF000 && (w1 & 0xC000) == 0xC000) return True;
976 UShort w1 = in_same_page(ra, ra+2) ? *(UShort*)(ra+2) : 0; local
977 if (looks_like_Thumb_call16(w1) || looks_like_Thumb_call32(w0,w1))
/external/tremolo/Tremolo/
H A DmdctLARM.s1021 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...]

Completed in 1764 milliseconds

12345678910