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 | 629 const __m128i f1_1 = _mm_sub_epi32(xx_loadu_128(&flt0[k + 4]), u_1); in av1_apply_selfguided_restoration_sse4_1() local 630 v_1 = _mm_add_epi32(v_1, _mm_mullo_epi32(xq0, f1_1)); in av1_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 av1_apply_selfguided_restoration_avx2() local 683 v_1 = _mm256_add_epi32(v_1, _mm256_mullo_epi32(xq0, f1_1)); in av1_apply_selfguided_restoration_avx2()
|
/external/python/pycparser/tests/ |
D | test_c_parser.py | 162 f1_1 = self.parse(t1_1, filename='test.c') 163 self.assert_coord(f1_1.ext[0].body.block_items[0], 3, 13, 'test.c') 164 self.assert_coord(f1_1.ext[0].body.block_items[1], 4, 13, 'test.c')
|