Home
last modified time | relevance | path

Searched defs:VecType (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/devel/xparam/xparam-1.22/lib/xparam/
H A Dxpv_reg_vector.h68 typedef std::vector<T> VecType; typedef
85 typedef std::vector<T*> VecType; typedef
102 typedef std::vector<const T*> VecType; typedef
124 typedef typename VectorKind::VecType VecType; typedef
149 typedef typename VectorKind::VecType VecType; typedef
175 typedef typename VectorKind::VecType VecType; typedef
190 typedef typename VectorKind::VecType VecType; typedef
/dports/devel/rust-bindgen/bindgen-0.59.2/cargo-crates/minimal-lexical-0.1.4/src/
H A Dbigint.rs27 pub type VecType = HeapVec; typedef
30 pub type VecType = StackVec; typedef
160 pub fn normalize(x: &mut VecType) { in normalize()
188 pub fn from_u64(x: u64) -> VecType { in from_u64()
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow()
448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add()
454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul()
577 pub fn long_mul(x: &[Limb], y: &[Limb]) -> Option<VecType> { in long_mul()
619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits()
649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs()
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/minimal-lexical-0.2.1/src/
H A Dbigint.rs27 pub type VecType = HeapVec; typedef
30 pub type VecType = StackVec; typedef
160 pub fn normalize(x: &mut VecType) { in normalize()
188 pub fn from_u64(x: u64) -> VecType { in from_u64()
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow()
448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add()
454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul()
577 pub fn long_mul(x: &[Limb], y: &[Limb]) -> Option<VecType> { in long_mul()
619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits()
649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs()
[all …]
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/minimal-lexical-0.2.1/src/
H A Dbigint.rs27 pub type VecType = HeapVec; typedef
30 pub type VecType = StackVec; typedef
160 pub fn normalize(x: &mut VecType) { in normalize()
188 pub fn from_u64(x: u64) -> VecType { in from_u64()
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow()
448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add()
454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul()
577 pub fn long_mul(x: &[Limb], y: &[Limb]) -> Option<VecType> { in long_mul()
619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits()
649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs()
[all …]
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/minimal-lexical-0.1.4/src/
H A Dbigint.rs27 pub type VecType = HeapVec; typedef
30 pub type VecType = StackVec; typedef
160 pub fn normalize(x: &mut VecType) { in normalize()
188 pub fn from_u64(x: u64) -> VecType { in from_u64()
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow()
448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add()
454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul()
577 pub fn long_mul(x: &[Limb], y: &[Limb]) -> Option<VecType> { in long_mul()
619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits()
649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/minimal-lexical-0.1.3/src/
H A Dbigint.rs27 pub type VecType = HeapVec; typedef
30 pub type VecType = StackVec; typedef
160 pub fn normalize(x: &mut VecType) { in normalize()
188 pub fn from_u64(x: u64) -> VecType { in from_u64()
373 pub fn pow(x: &mut VecType, mut exp: u32) -> Option<()> { in pow()
448 pub fn small_add(x: &mut VecType, y: Limb) -> Option<()> { in small_add()
454 pub fn small_mul(x: &mut VecType, y: Limb) -> Option<()> { in small_mul()
577 pub fn long_mul(x: &[Limb], y: &[Limb]) -> Option<VecType> { in long_mul()
619 pub fn shl_bits(x: &mut VecType, n: usize) -> Option<()> { in shl_bits()
649 pub fn shl_limbs(x: &mut VecType, n: usize) -> Option<()> { in shl_limbs()
[all …]
/dports/science/libgeodecomp/libgeodecomp-0.4.0/src/geometry/
H A Dregion.h30 typedef std::vector<IntPair> VecType; typedef
50 typedef std::vector<IntPair> VecType; typedef
65 typedef std::vector<IntPair> VecType; typedef
80 typedef std::vector<IntPair> VecType; typedef
112 typedef std::vector<IntPair> VecType; typedef
134 typedef std::vector<IntPair> VecType; typedef
157 typedef std::vector<IntPair> VecType; typedef
181 typedef std::vector<IntPair> VecType; typedef
206 typedef std::vector<IntPair> VecType; typedef
221 typedef std::vector<IntPair> VecType; typedef
[all …]
H A Dregionstreakiterator.h17 typedef std::vector<IntPair> VecType; typedef
34 typedef std::vector<IntPair> VecType; typedef
55 typedef std::vector<IntPair> VecType; typedef
/dports/devel/boost-docs/boost_1_72_0/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/devel/hyperscan/boost_1_75_0/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/devel/boost-libs/boost_1_72_0/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/devel/boost-python-libs/boost_1_72_0/boost/qvm/
H A Dvec_register2.hpp12 #define BOOST_QVM_REGISTER_VEC_2_READ(VecType, ScalarType, Read0, Read1) \ argument
17 #define BOOST_QVM_REGISTER_VEC_2_READ_WRITE(VecType, ScalarType, Read0, Read1, Write0, Write1) … argument
22 #define BOOST_QVM_REGISTER_VEC_2(VecType, ScalarType, Element0, Element1) \ argument
H A Dvec_register3.hpp12 #define BOOST_QVM_REGISTER_VEC_3_READ(VecType, ScalarType, Read0, Read1, Read2) \ argument
18 #define BOOST_QVM_REGISTER_VEC_3_READ_WRITE(VecType, ScalarType, Read0, Read1, Read2, Write0, Write… argument
24 #define BOOST_QVM_REGISTER_VEC_3(VecType, ScalarType, Element0, Element1, Element2) \ argument
/dports/devel/boost-docs/boost_1_72_0/boost/qvm/detail/
H A Dvec_register_impl.hpp87 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ(VecType, ScalarType, Dim, I, Read)… argument
100 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_WRITE(VecType, ScalarType, Dim, I, Writ… argument
113 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ_WRITE(VecType, ScalarType, Dim, I,… argument
117 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ(VecType, ScalarType, Dim) \ argument
127 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ_WRITE(VecType, ScalarType, Dim)\ argument
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/qvm/detail/
H A Dvec_register_impl.hpp87 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ(VecType, ScalarType, Dim, I, Read)… argument
100 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_WRITE(VecType, ScalarType, Dim, I, Writ… argument
113 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ_WRITE(VecType, ScalarType, Dim, I,… argument
117 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ(VecType, ScalarType, Dim) \ argument
127 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ_WRITE(VecType, ScalarType, Dim)\ argument
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/qvm/detail/
H A Dvec_register_impl.hpp87 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ(VecType, ScalarType, Dim, I, Read)… argument
100 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_WRITE(VecType, ScalarType, Dim, I, Writ… argument
113 #define BOOST_QVM_DETAIL_SPECIALIZE_QVM_DETAIL_VEC_REGISTER_READ_WRITE(VecType, ScalarType, Dim, I,… argument
117 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ(VecType, ScalarType, Dim) \ argument
127 #define BOOST_QVM_DETAIL_REGISTER_VEC_SPECIALIZE_VEC_TRAITS_READ_WRITE(VecType, ScalarType, Dim)\ argument

12345678910>>...13