Searched refs:f2_1 (Results 1 – 5 of 5) sorted by relevance
/external/clang/test/CodeGen/ |
D | x86_32-arguments-win32.c | 17 struct s2 f2_1(void) { while (1) {} } in f2_1() function
|
D | pointer-arithmetic.c | 13 void *f2_1(void *a, int b) { return (a += b); } in f2_1() function
|
/external/tensorflow/tensorflow/contrib/autograph/examples/notebooks/ |
D | algorithms.ipynb | 163 " def extra_test(f1_1, f2_1):\n", 167 " def loop_body(i, f1_1, f2_1):\n", 169 " tmp = f2_1\n", 170 " f2_1 = f2_1 + f1_1\n", 173 " dynamic_print(i, ': ', f2_1)):\n", 174 " f2, i_1 = ag__.utils.alias_tensors(f2_1, i)\n",
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 635 const __m128i f2_1 = _mm_sub_epi32(xx_loadu_128(&flt1[k + 4]), u_1); in apply_selfguided_restoration_sse4_1() local 636 v_1 = _mm_add_epi32(v_1, _mm_mullo_epi32(xq1, f2_1)); in apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 690 const __m256i f2_1 = _mm256_sub_epi32(yy_loadu_256(&flt1[k + 8]), u_1); in apply_selfguided_restoration_avx2() local 691 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq1, f2_1)); in apply_selfguided_restoration_avx2()
|