Searched defs:eval_left_shift (Results 1 – 7 of 7) sorted by relevance
| /third_party/boost/boost/multiprecision/ |
| D | debug_adaptor.hpp | 359 inline void eval_left_shift(debug_adaptor<Backend>& arg, std::size_t a) in eval_left_shift() function 366 inline void eval_left_shift(debug_adaptor<Backend>& arg, const debug_adaptor<Backend>& a, std::size… in eval_left_shift() function
|
| D | logged_adaptor.hpp | 408 inline void eval_left_shift(logged_adaptor<Backend>& arg, std::size_t a) in eval_left_shift() function 416 inline void eval_left_shift(logged_adaptor<Backend>& arg, const logged_adaptor<Backend>& a, std::si… in eval_left_shift() function
|
| D | tommath.hpp | 516 inline void eval_left_shift(tommath_int& t, UI i) in eval_left_shift() function 534 inline void eval_left_shift(tommath_int& t, const tommath_int& v, UI i) in eval_left_shift() function
|
| D | gmp.hpp | 1566 inline void eval_left_shift(gmp_int& t, UI i) in eval_left_shift() function 1576 inline void eval_left_shift(gmp_int& t, const gmp_int& v, UI i) in eval_left_shift() function
|
| /third_party/boost/boost/multiprecision/cpp_int/ |
| D | bitwise.hpp | 439 eval_left_shift( in eval_left_shift() function 694 eval_left_shift(cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& result, T s) … in eval_left_shift() function
|
| /third_party/boost/libs/multiprecision/performance/ |
| D | arithmetic_backend.hpp | 484 inline BOOST_MP_CXX14_CONSTEXPR void eval_left_shift(arithmetic_backend<Arithmetic>& result, I val) in eval_left_shift() function
|
| /third_party/boost/boost/multiprecision/detail/ |
| D | default_ops.hpp | 801 inline BOOST_MP_CXX14_CONSTEXPR void eval_left_shift(T& result, const T& arg, const V val) in eval_left_shift() function
|