HomeSort by relevance Sort by last modified time
    Searched refs:p_1 (Results 1 - 11 of 11) sorted by null

  /external/libaom/libaom/aom_dsp/x86/
subtract_avx2.c 22 __m256i p_1 = _mm256_cvtepu8_epi16(_mm256_extracti128_si256(p, 1)); local
24 const __m256i d_1 = _mm256_sub_epi16(s_1, p_1);
convolve_avx2.h 108 __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/libaom/libaom/av1/common/x86/
convolve_avx2.c 132 __m128i *const p_1 = local
135 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1);
245 __m128i *const p_1 = local
248 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1);
331 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + dst_stride]; local
333 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1);
403 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + dst_stride]; local
405 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1);
convolve_2d_avx2.c 165 __m128i *const p_1 = (__m128i *)&dst[i * dst_stride + j + dst_stride]; local
168 _mm_storel_epi64(p_1, res_1);
171 xx_storel_32(p_1, res_1);
174 *(uint16_t *)p_1 = _mm_cvtsi128_si32(res_1);
  /external/google-fruit/extras/scripts/
analyze_template_instantiations_clang_diagnostics.py 265 p_1 = p[1]
269 return compute_layout(p_1, [], p_2, p_3, current_indent, current_line_length, inside_meta_type, last_token_was_type_wrapper, accept_single_line_only)
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_meta_type, last_token_was_type_wrapper, accept_single_line_only)
  /external/libffi/testsuite/libffi.call/
huge_struct.c 82 char* p_1,
124 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1),
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,
171 char* p_1 = *(char**)args[11]; 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,
  /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
huge_struct.c 82 char* p_1,
124 ui64_1 + 1, si64_1 + 1, f_1 + 1, d_1 + 1, ld_1 + 1, (char*)((intptr_t)p_1 + 1),
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,
171 char* p_1 = *(char**)args[11]; 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,
  /external/tensorflow/tensorflow/python/ops/
control_flow_ops.py     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython2/Lib/test/
test_descr.py     [all...]
  /external/python/cpython3/Lib/test/
test_descr.py     [all...]

Completed in 393 milliseconds