Searched refs:f1_1 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CodeGen/ |
D | transparent-union.c | 28 void f1_1(int *a0) { in f1_1() function
|
D | x86_32-arguments-win32.c | 9 struct s1 f1_1(void) { while (1) {} } in f1_1() function
|
D | arm-vector-arguments.c | 27 T_float32x4 f1_1(T_float32x4 a0) { return a0; } in f1_1() function
|
D | arm64-arguments.c | 182 T_float32x4 f1_1(T_float32x4 a0) { return a0; } in f1_1() function
|
/external/libaom/libaom/av1/common/x86/ |
D | selfguided_sse4.c | 627 const __m128i f1_1 = _mm_sub_epi32(xx_loadu_128(&flt0[k + 4]), u_1); in apply_selfguided_restoration_sse4_1() local 628 v_1 = _mm_add_epi32(v_1, _mm_mullo_epi32(xq0, f1_1)); in apply_selfguided_restoration_sse4_1()
|
D | selfguided_avx2.c | 682 const __m256i f1_1 = _mm256_sub_epi32(yy_loadu_256(&flt0[k + 8]), u_1); in apply_selfguided_restoration_avx2() local 683 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq0, f1_1)); in apply_selfguided_restoration_avx2()
|
/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", 170 " f2_1 = f2_1 + f1_1\n", 171 " f1_1 = tmp\n", 175 " return f1_1, f2\n",
|