Searched refs:overflow2 (Results 1 – 7 of 7) sorted by relevance
46 atf_test_case overflow2156 atf_add_test_case overflow2
605 u64 overflow1, overflow2; in felem_reduce() local661 overflow2 = ((limb) (in[8] >> 64)) >> 52; in felem_reduce()664 overflow2 <<= 1; /* overflow2 < 2^13 */ in felem_reduce()667 out[1] += overflow2; /* out[1] < 2^59 + 2^6 + 2^13 */ in felem_reduce()
604 u64 overflow1, overflow2;660 overflow2 = ((limb) (in[8] >> 64)) >> 52;663 overflow2 <<= 1; /* overflow2 < 2^13 */666 out[1] += overflow2; /* out[1] < 2^59 + 2^6 + 2^13 */
3102 wi::overflow_type overflow, overflow2; in iv_can_overflow_p() local3103 overflow = overflow2 = wi::OVF_NONE; in iv_can_overflow_p()3104 if (wi::gtu_p (wi::mul (wi::neg (step_min, &overflow2), in iv_can_overflow_p()3107 || overflow || overflow2) in iv_can_overflow_p()
3093 wi::overflow_type overflow, overflow2; in iv_can_overflow_p() local3094 overflow = overflow2 = wi::OVF_NONE; in iv_can_overflow_p()3095 if (wi::gtu_p (wi::mul (wi::neg (step_min, &overflow2), in iv_can_overflow_p()3098 || overflow || overflow2) in iv_can_overflow_p()
11636 4901daebef7a51847b08d357c96855a3 gcc/testsuite/g++.dg/cpp0x/constexpr-arith-overflow2.C11865 49a55dd7856ddc68e96fae9181b210ee gcc/testsuite/g++.dg/cpp0x/constexpr-overflow2.C
12719 4901daebef7a51847b08d357c96855a3 gcc/testsuite/g++.dg/cpp0x/constexpr-arith-overflow2.C12958 49a55dd7856ddc68e96fae9181b210ee gcc/testsuite/g++.dg/cpp0x/constexpr-overflow2.C