Searched refs:retcy (Results 1 – 1 of 1) sorted by relevance
1390 BIG_CHUNK_TYPE cy, cy1, retcy, dlow, dhigh; in big_mul_add_vec() local1406 retcy = cy1 >> (BIG_CHUNK_SIZE / 2); in big_mul_add_vec()1424 retcy = (cy >> (BIG_CHUNK_SIZE / 2)) + in big_mul_add_vec()1425 dhigh * (a[len - 1] >> (BIG_CHUNK_SIZE / 2)) + retcy; in big_mul_add_vec()1427 return (retcy); in big_mul_add_vec()1476 uint32_t cy, cy1, retcy, dlow, dhigh; in big_mul_add_vec() local1487 retcy = cy1 >> 16; in big_mul_add_vec()1497 retcy = (cy >> 16) + dhigh * (a[len - 1] >> 16) + retcy; in big_mul_add_vec()1499 return (retcy); in big_mul_add_vec()