Home
last modified time | relevance | path

Searched defs:w0 (Results 1 – 25 of 196) sorted by relevance

12345678

/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_bc_decoder.cpp54 CF_WORD0_EGCM w0(dw0); in decode_cf() local
83 CF_WORD0_R6R7 w0(dw0); in decode_cf() local
116 CF_ALU_WORD0_ALL w0(dw0); in decode_cf_alu() local
144 CF_ALU_WORD0_EXT_EGCM w0(dw0); in decode_cf_alu() local
181 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); in decode_cf_exp() local
236 CF_ALLOC_EXPORT_WORD0_ALL w0(dw0); in decode_cf_mem() local
245 CF_ALLOC_EXPORT_WORD0_RAT_EGCM w0(dw0); in decode_cf_mem() local
296 ALU_WORD0_ALL w0(dw0); in decode_alu() local
442 TEX_WORD0_R6 w0(dw0); in decode_fetch() local
451 TEX_WORD0_R7 w0(dw0); in decode_fetch() local
[all …]
/external/tcpdump/
Dprint-tipc.c64 nd_uint32_t w0; member
68 #define TIPC_VER(w0) (((w0) >> 29) & 0x07) argument
69 #define TIPC_USER(w0) (((w0) >> 25) & 0x0F) argument
70 #define TIPC_HSIZE(w0) (((w0) >> 21) & 0x0F) argument
71 #define TIPC_MSIZE(w0) (((w0) >> 0) & 0x1FFFF) argument
108 nd_uint32_t w0; member
122 nd_uint32_t w0; member
144 nd_uint32_t w0; member
159 uint32_t w0, w1, w2; in print_payload() local
218 uint32_t w0, w1, w2, w4, w5, w9; in print_internal() local
[all …]
/external/libaom/aom_dsp/x86/
Dlpf_common_sse2.h28 __m128i w0, w1, w2, w3, w4, w5, ww0; in highbd_transpose6x6_sse2() local
67 __m128i w0, w1, ww0, ww1; in highbd_transpose4x8_8x4_low_sse2() local
85 __m128i w0, w1, ww2, ww3; in highbd_transpose4x8_8x4_high_sse2() local
132 __m128i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x8_low_sse2() local
166 __m128i w0, w1, w2, w3, ww0, ww1; in highbd_transpose8x8_high_sse2() local
234 __m128i w0, w1; in transpose4x8_8x4_low_sse2() local
272 __m128i w0, w1, ww0, ww1; in transpose4x8_8x4_sse2() local
321 __m128i w0, w1, w2, w3, w4, w5; in transpose8x8_low_sse2() local
353 __m128i w0, w1, w2, w3, w4, w5, w6, w7; in transpose8x8_sse2() local
401 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9; in transpose16x8_8x16_sse2() local
[all …]
Dintrapred_utils.h57 __m128i w0, w1, w2, w3, ww0, ww1, ww2, ww3; in transpose4x16_sse2() local
95 __m128i w0, w1, w2, w3, w4, w5, w6, w7, w8, w9; in transpose16x16_sse2() local
/external/python/cpython3/Modules/_decimal/libmpdec/
Dsixstep.c59 mpd_uint_t *x, w0, w1, wstep; in six_step_fnt() local
144 mpd_uint_t *x, w0, w1, wstep; in inv_six_step_fnt() local
Dfourstep.c144 mpd_uint_t kernel, w0, w1, wstep; in four_step_fnt() local
206 mpd_uint_t kernel, w0, w1, wstep; in inv_four_step_fnt() local
Ddifradix2.c84 mpd_uint_t w, w0, w1, wstep; in fnt_dif2() local
/external/libaom/av1/common/x86/
Dhighbd_txfm_utility_sse4.h98 static INLINE __m128i half_btf_sse4_1(const __m128i *w0, const __m128i *n0, in half_btf_sse4_1()
111 static INLINE __m128i half_btf_0_sse4_1(const __m128i *w0, const __m128i *n0, in half_btf_0_sse4_1()
Dav1_txfm_sse2.h29 const __m128i *const w0, const __m128i *const w1, const __m128i __rounding, in btf_16_w4_sse2()
44 #define btf_16_4p_sse2(w0, w1, in0, in1, out0, out1) \ argument
60 #define btf_16_sse2(w0, w1, in0, in1, out0, out1) \ argument
Dav1_inv_txfm_avx2.h29 #define btf_16_w16_0_avx2(w0, w1, in, out0, out1) \ argument
/external/libaom/av1/encoder/x86/
Dav1_txfm1d_sse4.h96 #define btf_32_sse4_1_type0(w0, w1, in0, in1, out0, out1, bit) \ argument
112 #define btf_32_sse4_1_type1(w0, w1, in0, in1, out0, out1, bit) \ argument
Dav1_fwd_txfm_avx2.h18 static INLINE void btf_32_avx2_type0(const int32_t w0, const int32_t w1, in btf_32_avx2_type0()
37 static INLINE void btf_32_avx2_type1(const int32_t w0, const int32_t w1, in btf_32_avx2_type1()
/external/libaom/tools/txfm_analyzer/
Dtxfm_gen_code.cc44 char *cos_text_sse2(double w0, double w1, int mod, char *text, int size) { in cos_text_sse2()
101 char w0[100]; in node_to_code_c() local
284 double w0 = node0->inWeight[0]; in gen_cospi_list_sse2() local
302 double w0 = node1->inWeight[0]; in gen_cospi_list_sse2() local
317 double w0 = node1->inWeight[0]; in gen_cospi_list_sse2() local
/external/mesa3d/src/intel/common/
Dgen_l3_config.c237 gen_diff_l3_weights(struct gen_l3_weights w0, struct gen_l3_weights w1) in gen_diff_l3_weights()
305 struct gen_l3_weights w0) in gen_get_l3_config()
/external/libgav1/src/dsp/
Dloop_restoration.cc461 const int filter1, const int16_t w0, in SelfGuidedDoubleMultiplier()
469 const int16_t w0) { in SelfGuidedSingleMultiplier()
478 const uint32_t scale, const int16_t w0, in BoxFilterPass1()
497 const int16_t w0, uint16_t* const sum3[4], in BoxFilterPass2()
520 const uint16_t scales[2], const int16_t w0, in BoxFilter()
562 const int16_t w0 = restoration_info.sgr_proj_info.multiplier[0]; in BoxFilterProcess() local
706 const int16_t w0 = restoration_info.sgr_proj_info.multiplier[0]; in BoxFilterProcessPass1() local
799 const int16_t w0 = (1 << kSgrProjPrecisionBits) - w1; in BoxFilterProcessPass2() local
/external/strace/tests/
Dvmsplice.c54 void *w0 = tail_memdup(w0_c, LENGTH_OF(w0_c)); in main() local
/external/strace/tests-mx32/
Dvmsplice.c54 void *w0 = tail_memdup(w0_c, LENGTH_OF(w0_c)); in main() local
/external/strace/tests-m32/
Dvmsplice.c54 void *w0 = tail_memdup(w0_c, LENGTH_OF(w0_c)); in main() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DChunkedIntArray.java71 int appendSlot(int w0, int w1, int w2, int w3) in appendSlot()
221 void writeSlot(int position, int w0, int w1, int w2, int w3) in writeSlot()
/external/XNNPACK/src/s16-window/gen/
Dscalar-x2.c41 const int16_t w0 = w[0]; in xnn_s16_window_ukernel__scalar_x2() local
Dscalar-x3.c42 const int16_t w0 = w[0]; in xnn_s16_window_ukernel__scalar_x3() local
Dscalar-x4.c43 const int16_t w0 = w[0]; in xnn_s16_window_ukernel__scalar_x4() local
/external/musl/src/math/
D__tan.c69 double w0, a0; in __tan() local
/external/libcxx/test/std/strings/basic.string/string.cons/
Dimplicit_deduction_guides.pass.cpp299 std::wstring w0(L"abcdef"); in main() local
312 ExpectW w0(L"abcdef"); in main() local
/external/cronet/buildtools/third_party/libc++/trunk/test/std/strings/basic.string/string.cons/
Dimplicit_deduction_guides.pass.cpp346 std::wstring w0(L"abcdef"); in test() local
361 ExpectW w0(L"abcdef"); in test() local

12345678