Home
last modified time | relevance | path

Searched refs:limb_type (Results 1 – 25 of 345) sorted by relevance

12345678910>>...14

/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dbigint.hh102 limb_type a1, limb_type a0, limb_type b1, limb_type b0) { in add()
114 limb_type a, limb_type b) { in multiply()
131 limb_type r0 = (limb_type) al * b; in multiply_half()
133 limb_type r1 = (limb_type) ah * b; in multiply_half()
146 static limb_type inverse(limb_type x) { in inverse()
200 static limb_type multiply_add(limb_type *x, const limb_type *a, int n, in multiply_add()
227 static limb_type multiply(limb_type *x, const limb_type *a, int n, in multiply()
228 limb_type b, limb_type carry = 0) { in multiply()
251 static limb_type multiply_half(limb_type *x, const limb_type *a, int n, in multiply_half()
274 static limb_type divide(limb_type *x, const limb_type *a, int n, in divide()
[all …]
/dports/devel/boost-docs/boost_1_72_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
H A Dbitwise.hpp110 next_limb = op(limb_type(0), static_cast<limb_type>(carry)); in bitwise_op()
128 pr[i] = op(static_cast<limb_type>(carry), limb_type(0)); in bitwise_op()
219 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
223 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
227 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
321 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_byte()
322 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_byte()
352 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_limb()
353 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_limb()
383 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_generic()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
H A Dintel_intrinsics.hpp75 …RCEINLINE unsigned char addcarry_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in addcarry_limb()
85 …CEINLINE unsigned char subborrow_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in subborrow_limb()
101 …RCEINLINE unsigned char addcarry_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in addcarry_limb()
106 …CEINLINE unsigned char subborrow_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in subborrow_limb()
H A Dbitwise.hpp110 next_limb = op(limb_type(0), static_cast<limb_type>(carry)); in bitwise_op()
128 pr[i] = op(static_cast<limb_type>(carry), limb_type(0)); in bitwise_op()
219 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
223 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
227 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
321 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_byte()
322 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_byte()
352 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_limb()
353 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_limb()
383 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_generic()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
H A Dintel_intrinsics.hpp75 …RCEINLINE unsigned char addcarry_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in addcarry_limb()
85 …CEINLINE unsigned char subborrow_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in subborrow_limb()
101 …RCEINLINE unsigned char addcarry_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in addcarry_limb()
106 …CEINLINE unsigned char subborrow_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in subborrow_limb()
H A Dbitwise.hpp110 next_limb = op(limb_type(0), static_cast<limb_type>(carry)); in bitwise_op()
128 pr[i] = op(static_cast<limb_type>(carry), limb_type(0)); in bitwise_op()
219 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
223 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
227 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
321 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_byte()
322 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_byte()
352 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_limb()
353 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_limb()
383 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_generic()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
H A Dintel_intrinsics.hpp75 …RCEINLINE unsigned char addcarry_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in addcarry_limb()
85 …CEINLINE unsigned char subborrow_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in subborrow_limb()
101 …RCEINLINE unsigned char addcarry_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in addcarry_limb()
106 …CEINLINE unsigned char subborrow_limb(unsigned char carry, limb_type a, limb_type b, limb_type* p_… in subborrow_limb()
H A Dbitwise.hpp110 next_limb = op(limb_type(0), static_cast<limb_type>(carry)); in bitwise_op()
128 pr[i] = op(static_cast<limb_type>(carry), limb_type(0)); in bitwise_op()
219 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
223 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
227 …BOOST_MP_CXX14_CONSTEXPR limb_type operator()(limb_type a, limb_type b) const BOOST_NOEXCEPT { ret… in operator ()()
321 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_byte()
322 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_byte()
352 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_limb()
353 limb_type shift = static_cast<limb_type>(s % Int::limb_bits); in left_shift_limb()
383 limb_type offset = static_cast<limb_type>(s / Int::limb_bits); in left_shift_generic()
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp21 static constexpr limb_type value = 0;
26 static constexpr limb_type value = 1;
31 static constexpr limb_type value = 2;
36 static constexpr limb_type value = 3;
131 template <limb_type first, limb_type... ARGS, limb_type value>
160 template <limb_type... PACK>
165 template <limb_type... PACK>
171 template <limb_type v, class PACK>
173 template <limb_type v, limb_type... PACK>
181 template <limb_type v, limb_type... VALUES>
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/multiprecision/cpp_int/
H A Dliterals.hpp16 template <> struct hex_value<'0'> { static constexpr limb_type value = 0; };
17 template <> struct hex_value<'1'> { static constexpr limb_type value = 1; };
18 template <> struct hex_value<'2'> { static constexpr limb_type value = 2; };
39 template <class Pack, limb_type value>
41 template <limb_type first, limb_type...ARGS, limb_type value>
70 template <limb_type...PACK>
75 template <limb_type...PACK>
81 template <limb_type v, class PACK>
83 template <limb_type v, limb_type...PACK>
91 template <limb_type v, limb_type...VALUES>
[all …]

12345678910>>...14