Searched refs:digits_per_block_10 (Results 1 – 2 of 2) sorted by relevance
/third_party/boost/boost/multiprecision/cpp_int/ |
D | cpp_int_config.hpp | 68 static const limb_type digits_per_block_10 = 18; variable 77 …const limb_type values[digits_per_block_10] = {10, 100, 1000, 10000, 100000, 1000000, 10000000, 10… in block_multiplier() 78 BOOST_ASSERT(count < digits_per_block_10); in block_multiplier() 108 static const limb_type digits_per_block_10 = 9; 117 …const limb_type values[digits_per_block_10] = {10, 100, 1000, 10000, 100000, 1000000, 10000000, 10… 118 BOOST_ASSERT(count < digits_per_block_10);
|
/third_party/boost/boost/multiprecision/ |
D | cpp_int.hpp | 1775 for (unsigned i = 0; i < digits_per_block_10; ++i) in do_assign_string() 1991 for (unsigned i = 0; i < digits_per_block_10; ++i) in do_get_string()
|