Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dwide-int.cc2170 wi::round_up_for_mask (const wide_int &val, const wide_int &mask) in round_up_for_mask() function in wi
2459 ASSERT_EQ (17, wi::round_up_for_mask (wi::shwi (17, prec), in test_round_for_mask()
2464 ASSERT_EQ (16, wi::round_up_for_mask (wi::shwi (6, prec), in test_round_for_mask()
2469 ASSERT_EQ (32, wi::round_up_for_mask (wi::shwi (24, prec), in test_round_for_mask()
2474 ASSERT_EQ (0x100, wi::round_up_for_mask (wi::shwi (0x22, prec), in test_round_for_mask()
2479 ASSERT_EQ (104, wi::round_up_for_mask (wi::shwi (101, prec), in test_round_for_mask()
2484 ASSERT_EQ (0x800, wi::round_up_for_mask (wi::shwi (0x2c2, prec), in test_round_for_mask()
2489 ASSERT_EQ (0, wi::round_up_for_mask (wi::shwi (0xabd, prec), in test_round_for_mask()
2494 ASSERT_EQ (0, wi::round_up_for_mask (wi::shwi (0x1000, prec), in test_round_for_mask()
H A Dtree-vrp.c194 wide_int b_min = wi::round_up_for_mask (*max + 1, nonzero_bits); in intersect_range_with_nonzero_bits()
224 if (wi::round_up_for_mask (*min, nonzero_bits) == b_min) in intersect_range_with_nonzero_bits()
240 *min = wi::round_up_for_mask (*min, nonzero_bits); in intersect_range_with_nonzero_bits()
H A Dwide-int.h3312 wide_int round_up_for_mask (const wide_int &, const wide_int &);