Searched refs:maybe_orig (Results 1 – 2 of 2) sorted by relevance
1310 cpp_num orig, maybe_orig; local1331 maybe_orig = num_rshift (num, precision, n);1332 num.overflow = !num_eq (orig, maybe_orig);
1290 cpp_num orig, maybe_orig; in num_lshift() local1311 maybe_orig = num_rshift (num, precision, n); in num_lshift()1312 num.overflow = !num_eq (orig, maybe_orig); in num_lshift()