Searched refs:round_down_for_mask (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | wide-int.cc | 2196 wi::round_down_for_mask (const wide_int &val, const wide_int &mask) in round_down_for_mask() function in wi 2542 ASSERT_EQ (17, wi::round_down_for_mask (wi::shwi (17, prec), in test_round_for_mask() 2547 ASSERT_EQ (1, wi::round_down_for_mask (wi::shwi (6, prec), in test_round_for_mask() 2552 ASSERT_EQ (17, wi::round_down_for_mask (wi::shwi (24, prec), in test_round_for_mask() 2557 ASSERT_EQ (0x011, wi::round_down_for_mask (wi::shwi (0x22, prec), in test_round_for_mask() 2562 ASSERT_EQ (100, wi::round_down_for_mask (wi::shwi (101, prec), in test_round_for_mask() 2567 ASSERT_EQ (0x2bc, wi::round_down_for_mask (wi::shwi (0x2c2, prec), in test_round_for_mask() 2572 ASSERT_EQ (0xabc, wi::round_down_for_mask (wi::shwi (0xabd, prec), in test_round_for_mask() 2577 ASSERT_EQ (0xabc, wi::round_down_for_mask (wi::shwi (0x1000, prec), in test_round_for_mask()
|
| D | tree-vrp.cc | 176 wide_int a_max = wi::round_down_for_mask (*min - 1, nonzero_bits); in intersect_range_with_nonzero_bits() 217 *max = wi::round_down_for_mask (*max, nonzero_bits); in intersect_range_with_nonzero_bits()
|
| D | wide-int.h | 3394 wide_int round_down_for_mask (const wide_int &, const wide_int &);
|
| 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)
|