Searched refs:round_up_for_mask (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | wide-int.cc | 2222 wi::round_up_for_mask (const wide_int &val, const wide_int &mask) in round_up_for_mask() function in wi 2544 ASSERT_EQ (17, wi::round_up_for_mask (wi::shwi (17, prec), in test_round_for_mask() 2549 ASSERT_EQ (16, wi::round_up_for_mask (wi::shwi (6, prec), in test_round_for_mask() 2554 ASSERT_EQ (32, wi::round_up_for_mask (wi::shwi (24, prec), in test_round_for_mask() 2559 ASSERT_EQ (0x100, wi::round_up_for_mask (wi::shwi (0x22, prec), in test_round_for_mask() 2564 ASSERT_EQ (104, wi::round_up_for_mask (wi::shwi (101, prec), in test_round_for_mask() 2569 ASSERT_EQ (0x800, wi::round_up_for_mask (wi::shwi (0x2c2, prec), in test_round_for_mask() 2574 ASSERT_EQ (0, wi::round_up_for_mask (wi::shwi (0xabd, prec), in test_round_for_mask() 2579 ASSERT_EQ (0, wi::round_up_for_mask (wi::shwi (0x1000, prec), in test_round_for_mask()
|
H A D | tree-vrp.cc | 177 wide_int b_min = wi::round_up_for_mask (*max + 1, nonzero_bits); in intersect_range_with_nonzero_bits() 207 if (wi::round_up_for_mask (*min, nonzero_bits) == b_min) in intersect_range_with_nonzero_bits() 223 *min = wi::round_up_for_mask (*min, nonzero_bits); in intersect_range_with_nonzero_bits()
|
H A D | wide-int.h | 3395 wide_int round_up_for_mask (const wide_int &, const wide_int &);
|
H A D | ChangeLog-2018 | 29912 * wide-int.h (wi::round_down_for_mask, wi::round_up_for_mask): Declare. 29913 * wide-int.cc (wi::round_down_for_mask, wi::round_up_for_mask)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | wide-int.cc | 2221 wi::round_up_for_mask (const wide_int &val, const wide_int &mask) in round_up_for_mask() function in wi 2510 ASSERT_EQ (17, wi::round_up_for_mask (wi::shwi (17, prec), in test_round_for_mask() 2515 ASSERT_EQ (16, wi::round_up_for_mask (wi::shwi (6, prec), in test_round_for_mask() 2520 ASSERT_EQ (32, wi::round_up_for_mask (wi::shwi (24, prec), in test_round_for_mask() 2525 ASSERT_EQ (0x100, wi::round_up_for_mask (wi::shwi (0x22, prec), in test_round_for_mask() 2530 ASSERT_EQ (104, wi::round_up_for_mask (wi::shwi (101, prec), in test_round_for_mask() 2535 ASSERT_EQ (0x800, wi::round_up_for_mask (wi::shwi (0x2c2, prec), in test_round_for_mask() 2540 ASSERT_EQ (0, wi::round_up_for_mask (wi::shwi (0xabd, prec), in test_round_for_mask() 2545 ASSERT_EQ (0, wi::round_up_for_mask (wi::shwi (0x1000, prec), in test_round_for_mask()
|
H A D | tree-vrp.c | 347 wide_int b_min = wi::round_up_for_mask (*max + 1, nonzero_bits); in intersect_range_with_nonzero_bits() 377 if (wi::round_up_for_mask (*min, nonzero_bits) == b_min) in intersect_range_with_nonzero_bits() 393 *min = wi::round_up_for_mask (*min, nonzero_bits); in intersect_range_with_nonzero_bits()
|
H A D | wide-int.h | 3393 wide_int round_up_for_mask (const wide_int &, const wide_int &);
|