Home
last modified time | relevance | path

Searched refs:IntegerType (Results 1 – 25 of 3492) sorted by relevance

12345678910>>...140

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/lib/math/bigintfxd/
H A Dmubintvecfxd.cpp197 IntegerType n; in SwitchModulus()
223 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::Mod( in Mod()
249 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModAdd( in ModAdd()
287 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModAdd( in ModAdd()
309 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModSub( in ModSub()
327 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModSub( in ModSub()
349 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModMul( in ModMul()
383 IntegerType mu = in ModMulEq()
392 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModMul( in ModMul()
439 BigVectorImpl<IntegerType> BigVectorImpl<IntegerType>::ModExp( in ModExp()
[all …]
/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/lib/math/bigintnat/
H A Dmubintvecnat.cpp125 NativeVector<IntegerType> &NativeVector<IntegerType>::operator=( in operator =()
239 NativeVector<IntegerType> NativeVector<IntegerType>::Mod( in Mod()
276 NativeVector<IntegerType> NativeVector<IntegerType>::ModAdd( in ModAdd()
332 NativeVector<IntegerType> NativeVector<IntegerType>::ModAdd( in ModAdd()
365 NativeVector<IntegerType> NativeVector<IntegerType>::ModSub( in ModSub()
384 NativeVector<IntegerType> NativeVector<IntegerType>::ModSub( in ModSub()
415 NativeVector<IntegerType> NativeVector<IntegerType>::ModMul( in ModMul()
446 NativeVector<IntegerType> NativeVector<IntegerType>::ModMul( in ModMul()
506 NativeVector<IntegerType> NativeVector<IntegerType>::ModExp( in ModExp()
580 const IntegerType &p, const IntegerType &q) const { in MultiplyAndRound()
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/sat/
H A Dtheta_tree.cc54 IntegerType{0}, IntegerType{0}}); in Reset()
99 int event, IntegerType initial_envelope, IntegerType energy_min, in DelayedAddOrUpdateEvent()
113 int event, IntegerType initial_envelope, IntegerType energy_min, in AddOrUpdateEvent()
126 int event, IntegerType initial_envelope_opt, IntegerType energy_max) { in AddOrUpdateOptionalEvent()
137 int event, IntegerType initial_envelope_opt, IntegerType energy_max) { in DelayedAddOrUpdateOptionalEvent()
152 IntegerTypeMinimumValue<IntegerType>(), IntegerType{0}, in RemoveEvent()
164 IntegerTypeMinimumValue<IntegerType>(), IntegerType{0}, in DelayedRemoveEvent()
169 IntegerType ThetaLambdaTree<IntegerType>::GetEnvelope() const { in GetEnvelope()
174 IntegerType ThetaLambdaTree<IntegerType>::GetOptionalEnvelope() const { in GetOptionalEnvelope()
184 IntegerType unused; in GetMaxEventWithEnvelopeGreaterThan()
[all …]
H A Dtheta_tree.h94 template <typename IntegerType>
103 template <typename IntegerType>
129 IntegerType energy_min, IntegerType energy_max);
134 IntegerType energy_min, IntegerType energy_max);
158 IntegerType GetEnvelope() const;
163 IntegerType GetOptionalEnvelope() const;
198 IntegerType EnergyMin(int event) const {
204 IntegerType envelope;
205 IntegerType envelope_opt;
206 IntegerType sum_of_energy_min;
[all …]
/dports/lang/solidity/solidity_0.8.11/libsolidity/ast/
H A DTypeProvider.cpp45 {make_unique<IntegerType>(8 * 1, IntegerType::Modifier::Signed)},
46 {make_unique<IntegerType>(8 * 2, IntegerType::Modifier::Signed)},
47 {make_unique<IntegerType>(8 * 3, IntegerType::Modifier::Signed)},
48 {make_unique<IntegerType>(8 * 4, IntegerType::Modifier::Signed)},
49 {make_unique<IntegerType>(8 * 5, IntegerType::Modifier::Signed)},
50 {make_unique<IntegerType>(8 * 6, IntegerType::Modifier::Signed)},
51 {make_unique<IntegerType>(8 * 7, IntegerType::Modifier::Signed)},
52 {make_unique<IntegerType>(8 * 8, IntegerType::Modifier::Signed)},
53 {make_unique<IntegerType>(8 * 9, IntegerType::Modifier::Signed)},
54 {make_unique<IntegerType>(8 * 10, IntegerType::Modifier::Signed)},
[all …]
/dports/biology/lamarc/lamarc-2.1.8/boost/math/
H A Dcommon_factor_rt.hpp29 IntegerType gcd( IntegerType const &a, IntegerType const &b );
32 IntegerType lcm( IntegerType const &a, IntegerType const &b );
103 IntegerType
111 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
136 IntegerType
144 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
377 IntegerType
380 IntegerType const & a, in gcd()
381 IntegerType const & b in gcd()
391 IntegerType
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/include/
H A DitkMersenneTwisterRandomVariateGenerator.h193 IntegerType GetIntegerVariate(const IntegerType & n);
255 IntegerType hiBit(const IntegerType & u) const { return u & 0x80000000; } in hiBit()
256 IntegerType loBit(const IntegerType & u) const { return u & 0x00000001; } in loBit()
257 IntegerType loBits(const IntegerType & u) const { return u & 0x7fffffff; } in loBits()
258 IntegerType mixBits(const IntegerType & u, const IntegerType & v) const in mixBits()
263 IntegerType twist(const IntegerType & m, const IntegerType & s0, const IntegerType & s1) const in twist()
274 IntegerType *m_PNext;
280 IntegerType m_Seed;
312 IntegerType i = 1; in Initialize()
443 IntegerType used = n; in GetIntegerVariate()
[all …]
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/xtrabackup/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/percona57-server/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/percona57-client/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/math/libmesh/libmesh-1.6.2/contrib/boost/include/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/boost/boost_1_59_0/boost/math/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/graphics/povray37/povray-3.7.0.10/libraries/boost/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/boost-1.60.0/boost/integer/
H A Dcommon_factor_rt.hpp39 IntegerType gcd( IntegerType const &a, IntegerType const &b );
42 IntegerType lcm( IntegerType const &a, IntegerType const &b );
113 IntegerType
121 IntegerType const zero = static_cast<IntegerType>( 0 ); in gcd_integer()
209 IntegerType
217 IntegerType const zero = static_cast<IntegerType>( 0 ); in lcm_integer()
426 IntegerType
429 IntegerType const & a, in gcd()
430 IntegerType const & b in gcd()
440 IntegerType
[all …]
/dports/math/4ti2/4ti2-Release_1_6_9/src/groebner/
H A DEuclidean.cpp28 IntegerType a, in euclidean()
29 IntegerType b, in euclidean()
35 IntegerType tmp; in euclidean()
49 IntegerType a, in euclidean()
50 IntegerType b, in euclidean()
55 IntegerType p1, q1; in euclidean()
64 IntegerType a, in euclidean()
73 IntegerType g1 = b; in euclidean()
75 IntegerType d; in euclidean()
76 IntegerType t = 1; in euclidean()
[all …]

12345678910>>...140