Home
last modified time | relevance | path

Searched refs:maybe_orig (Results 1 – 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
Dexpr.c1293 cpp_num orig, maybe_orig; in num_lshift() local
1314 maybe_orig = num_rshift (num, precision, n); in num_lshift()
1315 num.overflow = !num_eq (orig, maybe_orig); in num_lshift()