Searched refs:bit_unset (Results 1 – 6 of 6) sorted by relevance
/third_party/boost/libs/multiprecision/test/ |
D | test_native_integer.cpp | 33 BOOST_CHECK_EQUAL(bit_unset(i, 0), 0); in test() 38 BOOST_CHECK_EQUAL(bit_unset(i, max_index), 0); in test()
|
D | constexpr_test_cpp_int_5.cpp | 79 using boost::multiprecision::bit_unset; in do_bit_unset() 80 bit_unset(val, pos); in do_bit_unset()
|
D | test_arithmetic.hpp | 800 BOOST_CHECK_EQUAL(bit_unset(zero, i * 17), 0); in test_integer_ops()
|
/third_party/boost/boost/multiprecision/ |
D | integer.hpp | 169 …TEXPR typename enable_if_c<is_integral<Integer>::value, Integer&>::type bit_unset(Integer& val, un… in bit_unset() function
|
/third_party/boost/boost/multiprecision/detail/ |
D | integer_ops.hpp | 242 bit_unset(number<Backend, ExpressionTemplates>& x, unsigned index) in bit_unset() function
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 646 `bit_test`, `bit_set`, `bit_unset`, `bit_flip`, `sqrt`, `gcd`, `lcm` are all supported. Use of __c… 2250 `bit_test`, `bit_set`, `bit_unset`, `bit_flip`, `sqrt`, `gcd`, `lcm` are all supported. Use of __c… 2572 Integer& bit_unset(Integer& val, unsigned index); 3857 …number<Backend, ExpressionTemplates>& bit_unset(number<Backend, ExpressionTemplates>& val, unsigne… 4389 …number<Backend, ExpressionTemplates>& bit_unset(number<Backend, ExpressionTemplates>& val, unsigne…
|