Searched refs:a_c (Results 1 – 4 of 4) sorted by relevance
29 a_c = b"""84 _create_file(self.tmp_dir + "/a.c", a_c)
1 …ourtyone.ttf:--font-size=1000 --ned --remove-default-ignorables --font-funcs=ft:U+0061,U+0063:[a_c]
9050 uint16x8_t a_c; variable9052 a_c = vshrq_n_u16( a, (16 - c));9053 a_c = _mm_slli_epi16(a_c, (16 - c)); //logical shift provides right "c" bits zeros in a9054 return _mm_or_si128 (a_c, b_shift); //combine (insert b into a)9062 uint32x4_t a_c; variable9064 a_c = vshrq_n_u32( a, (32 - c));9065 a_c = _mm_slli_epi32(a_c, (32 - c)); //logical shift provides right "c" bits zeros in a9066 return _mm_or_si128 (a_c, b_shift); //combine (insert b into a)9074 uint64x2_t a_c; variable9076 a_c = _mm_srli_epi64(a, (64 - c));[all …]
446 Output a_c = in TEST_F() local