Searched refs:tmp_r2 (Results 1 – 1 of 1) sorted by relevance
65 uint32_t tmp_r2 = 0; in VliMul() local74 tmp_r2 += (tmp_r1 < product); in VliMul()77 tmp_r1 = (tmp_r1 >> 32) | (((uint64_t)tmp_r2) << 32); in VliMul()78 tmp_r2 = 0; in VliMul()184 uint32_t tmp_r2 = 0; in vliSquare() local191 tmp_r2 += l_product >> 63; in vliSquare()195 tmp_r2 += (tmp_r1 < l_product); in vliSquare()198 tmp_r1 = (tmp_r1 >> 32) | (((uint64_t)tmp_r2) << 32); in vliSquare()199 tmp_r2 = 0; in vliSquare()