Searched refs:eval_lsb (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/boost/multiprecision/detail/ |
D | integer_ops.hpp | 46 using default_ops::eval_lsb; in eval_gcd() 78 unsigned us = eval_lsb(u); in eval_gcd() 79 unsigned vs = eval_lsb(v); in eval_gcd() 94 vs = eval_lsb(v); in eval_gcd() 181 using default_ops::eval_lsb; in lsb() 182 return eval_lsb(x.backend()); in lsb() 191 using default_ops::eval_lsb; in lsb() 192 return eval_lsb(n.backend()); in lsb()
|
D | default_ops.hpp | 1421 inline BOOST_MP_CXX14_CONSTEXPR unsigned eval_lsb(const T& val) in eval_lsb() function
|
/third_party/boost/libs/math/reporting/performance/ |
D | test_gcd.cpp | 310 using default_ops::eval_lsb; in eval_gcd_new() 355 unsigned us = eval_lsb(u); in eval_gcd_new() 356 unsigned vs = eval_lsb(v); in eval_gcd_new() 393 vs = eval_lsb(*vp); in eval_gcd_new() 400 vs = eval_lsb(*up); in eval_gcd_new() 412 vs = eval_lsb(*vp); in eval_gcd_new()
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | misc.hpp | 177 eval_lsb(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& a) in eval_lsb() function 405 using default_ops::eval_lsb; in eval_gcd() 430 unsigned us = eval_lsb(u); in eval_gcd() 453 us = eval_lsb(u); in eval_gcd() 488 using default_ops::eval_lsb; in eval_gcd() 529 unsigned us = eval_lsb(u); in eval_gcd() 530 unsigned vs = eval_lsb(v); in eval_gcd() 557 vs = eval_lsb(v); in eval_gcd() 637 eval_lsb(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& a) in eval_lsb() function
|
/third_party/boost/boost/multiprecision/ |
D | debug_adaptor.hpp | 395 inline unsigned eval_lsb(const debug_adaptor<Backend>& arg) in eval_lsb() function 397 using default_ops::eval_lsb; in eval_lsb() 398 return eval_lsb(arg.value()); in eval_lsb()
|
D | logged_adaptor.hpp | 451 inline unsigned eval_lsb(const logged_adaptor<Backend>& arg) in eval_lsb() function 453 using default_ops::eval_lsb; in eval_lsb() 455 unsigned r = eval_lsb(arg.value()); in eval_lsb()
|
D | cpp_bin_float.hpp | 550 using default_ops::eval_lsb; 577 if (roundup && (msb - bits_to_keep == (int)eval_lsb(arg))) 782 …if (eval_lsb(b.bits()) != cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_c… in do_eval_subtract() 806 …if (eval_lsb(a.bits()) != cpp_bin_float<Digits, DigitBase, Allocator, Exponent, MinE, MaxE>::bit_c… in do_eval_subtract() 1695 bool fractional = (shift_type)eval_lsb(arg.bits()) < shift; in eval_floor() 1740 bool fractional = (shift_type)eval_lsb(arg.bits()) < shift; in eval_ceil()
|
D | tommath.hpp | 715 inline unsigned eval_lsb(const tommath_int& val) in eval_lsb() function
|
D | gmp.hpp | 1764 inline unsigned eval_lsb(const gmp_int& val) in eval_lsb() function
|
/third_party/boost/libs/multiprecision/doc/ |
D | multiprecision.qbk | 5107 [[`eval_lsb(cb)`][`unsigned`][Returns the index of the least significant bit that is set. Only req…
|