Searched refs:bot (Results 1 – 2 of 2) sorted by relevance
167 static inline block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() argument170 __m128i lshift = _mm_cvtsi32_si128(bot); in gen_offset()171 __m128i rshift = _mm_cvtsi32_si128(64 - bot); in gen_offset()195 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() argument200 rval.u64[0] = (KtopStr[0] << bot) | (KtopStr[1] >> (64 - bot)); in gen_offset()201 rval.u64[1] = (KtopStr[1] << bot) | (KtopStr[2] >> (64 - bot)); in gen_offset()206 block gen_offset(uint64_t KtopStr[3], unsigned bot) { in gen_offset() argument211 if (bot < 32) { in gen_offset()217 bot = bot - 32; in gen_offset()219 if (bot == 0) in gen_offset()[all …]
671 const GGLfixed* bot = p2; in edge_setup() local674 if (top[1] > bot[1]) { in edge_setup()675 swap(top, bot); in edge_setup()679 int y2 = bot[1] | 1; in edge_setup()695 const int dx = bot[0] - x1; in edge_setup()861 const GGLfixed* bot = p2; in aa_edge_setup() local864 if (top[1] > bot[1]) in aa_edge_setup()865 swap(top, bot); in aa_edge_setup()868 int y2 = bot[1]; in aa_edge_setup()881 const int dx = bot[0] - x1; in aa_edge_setup()