Home
last modified time | relevance | path

Searched refs:p_1 (Results 1 – 12 of 12) sorted by relevance

/external/libaom/libaom/av1/common/x86/
Dconvolve_avx2.c132 __m128i *const p_1 = in av1_convolve_y_sr_avx2() local
135 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1); in av1_convolve_y_sr_avx2()
245 __m128i *const p_1 = in av1_convolve_y_sr_avx2() local
248 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1); in av1_convolve_y_sr_avx2()
331 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + dst_stride]; in av1_convolve_x_sr_avx2() local
333 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1); in av1_convolve_x_sr_avx2()
403 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + dst_stride]; in av1_convolve_x_sr_avx2() local
405 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1); in av1_convolve_x_sr_avx2()
Dconvolve_2d_avx2.c165 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + j + dst_stride]; in av1_convolve_2d_sr_avx2() local
168 _mm_storel_epi64(p_1, res_1); in av1_convolve_2d_sr_avx2()
171 xx_storel_32(p_1, res_1); in av1_convolve_2d_sr_avx2()
174 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1); in av1_convolve_2d_sr_avx2()
/external/google-fruit/extras/scripts/
Danalyze_template_instantiations_clang_diagnostics.py265 p_1 = p[1]
269 …return compute_layout(p_1, [], p_2, p_3, current_indent, current_line_length, inside_meta_type, la…
279 p_1 = p[1]
286 if p_1 == '(' and p_4 == ')':
294 …return compute_layout(p_1, (p_2, *(p_3)), p_4, p_5, current_indent, current_line_length, inside_me…
/external/libaom/libaom/aom_dsp/x86/
Dsubtract_avx2.c22 __m256i p_1 = _mm256_cvtepu8_epi16(_mm256_extracti128_si256(p, 1)); in subtract32_avx2() local
24 const __m256i d_1 = _mm256_sub_epi16(s_1, p_1); in subtract32_avx2()
Dconvolve_avx2.h108 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + j + dst_stride]; \
111 _mm_storel_epi64(p_1, res_1); \
114 xx_storel_32(p_1, res_1); \
117 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1); \
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
Dhuge_struct.c82 char* p_1, in test_large_fn() argument
124 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1), in test_large_fn()
141 … ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, (unsigned long)p_1, in test_large_fn()
171 char* p_1 = *(char**)args[11]; in cls_large_fn() local
212 ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, p_1, in cls_large_fn()
/external/libffi/testsuite/libffi.call/
Dhuge_struct.c82 char* p_1, in test_large_fn() argument
124 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1), in test_large_fn()
141 … ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, (unsigned long)p_1, in test_large_fn()
171 char* p_1 = *(char**)args[11]; in cls_large_fn() local
212 ui8_1, si8_1, ui16_1, si16_1, ui32_1, si32_1, ui64_1, si64_1, f_1, d_1, ld_1, p_1, in cls_large_fn()
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SimplifyCFG/
Dfold-branch-debuginvariant.ll48 !8 = !DILocalVariable(name: "p_1", arg: 1, scope: !4, line: 4, type: !7)
/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1952 p_2, p_1 = switch(pred, pred)
1953 pivot_1 = array_ops.identity(p_1, name="switch_t")
1957 for tensor in [p_1, p_2, pivot_1, pivot_2, pred]:
/external/python/cpython2/Lib/test/
Dtest_descr.py1989 p_1 = Proxy(-1)
1999 self.assertEqual(cmp(p0, p_1), 1)
2029 p_1 = DProxy(-1)
2039 self.assertEqual(cmp(p0, p_1), 1)
/external/honggfuzz/examples/apache-httpd/corpus_http2/
Da774a58efa0c86a0326a2ee09a982947.00008439.honggfuzz.cov124 …^�H�^�Y ��� o�H#q����C�ꇡG:�z�Q�4�m-2Ϟ�*"8�;��%b=�+T�� V�Ӳ5OE�vvH��Nݷ�p_1}R�kl��ŞWA�a���"�n…
/external/python/cpython3/Lib/test/
Dtest_descr.py2118 p_1 = Proxy(-1)