Home
last modified time | relevance | path

Searched defs:vector_impl (Results 1 – 25 of 105) sorted by relevance

12345

/dports/devel/boost-docs/boost_1_72_0/boost/histogram/
H A Dstorage_adaptor.hpp27 struct vector_impl : T { struct
28 using allocator_type = typename T::allocator_type;
30 static constexpr bool has_threading_support =
33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() function
39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() argument
40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() function
43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() argument
47 vector_impl& operator=(const U& u) { in operator =()
54 void reset(std::size_t n) { in reset()
62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/dports/devel/hyperscan/boost_1_75_0/boost/histogram/
H A Dstorage_adaptor.hpp27 struct vector_impl : T { struct
28 using allocator_type = typename T::allocator_type;
30 static constexpr bool has_threading_support =
33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() function
39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() argument
40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() function
43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() argument
47 vector_impl& operator=(const U& u) { in operator =()
54 void reset(std::size_t n) { in reset()
62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/dports/devel/boost-python-libs/boost_1_72_0/boost/histogram/
H A Dstorage_adaptor.hpp27 struct vector_impl : T { struct
28 using allocator_type = typename T::allocator_type;
30 static constexpr bool has_threading_support =
33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() function
39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() function
40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() argument
43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() function
47 vector_impl& operator=(const U& u) { in operator =()
54 void reset(std::size_t n) { in reset()
62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/histogram/
H A Dstorage_adaptor.hpp27 struct vector_impl : T { struct
28 using allocator_type = typename T::allocator_type;
30 static constexpr bool has_threading_support =
33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() argument
39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() function
40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() function
43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() function
47 vector_impl& operator=(const U& u) { in operator =()
54 void reset(std::size_t n) { in reset()
62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/histogram/
H A Dstorage_adaptor.hpp27 struct vector_impl : T { struct
28 using allocator_type = typename T::allocator_type;
30 static constexpr bool has_threading_support =
33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() argument
39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() function
40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() argument
43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() function
47 vector_impl& operator=(const U& u) { in operator =()
54 void reset(std::size_t n) { in reset()
62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/dports/devel/boost-libs/boost_1_72_0/boost/histogram/
H A Dstorage_adaptor.hpp27 struct vector_impl : T { struct
28 using allocator_type = typename T::allocator_type;
30 static constexpr bool has_threading_support =
33 vector_impl(const allocator_type& a = {}) : T(a) {} in vector_impl() argument
39 explicit vector_impl(T&& t) : T(std::move(t)) {} in vector_impl() function
40 explicit vector_impl(const T& t) : T(t) {} in vector_impl() argument
43 explicit vector_impl(const U& u, const allocator_type& a = {}) in vector_impl() function
47 vector_impl& operator=(const U& u) { in operator =()
54 void reset(std::size_t n) { in reset()
62 void serialize(Archive& ar, unsigned /* version */) { in serialize()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/CMCL/lib/Headers/cm-cl/detail/
H A Dvector_impl.h18 using vector_impl = T __attribute__((ext_vector_type(width))); variable
/dports/devel/boost-docs/boost_1_72_0/boost/mpl/aux_/preprocessed/no_ctps/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/boost-docs/boost_1_72_0/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/boost-docs/boost_1_72_0/boost/mpl/aux_/preprocessed/msvc70/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/hyperscan/boost_1_75_0/boost/mpl/aux_/preprocessed/no_ctps/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/hyperscan/boost_1_75_0/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/boost-python-libs/boost_1_72_0/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/mpl/aux_/preprocessed/msvc70/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/math/petanque/arybo-release-1.1.0/petanque/third-party/boost/mpl/aux_/preprocessed/no_ctps/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/mpl/aux_/preprocessed/msvc70/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/math/pdal/PDAL-2.3.0/vendor/pdalboost/boost/mpl/aux_/preprocessed/no_ctps/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/mpl/aux_/preprocessed/msvc70/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/aux_/preprocessed/no_ctps/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/aux_/preprocessed/msvc60/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/devel/R-cran-BH/BH/inst/include/boost/mpl/aux_/preprocessed/msvc70/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/mpl/aux_/preprocessed/msvc70/
H A Dvector.hpp525 struct vector_impl struct
529 > arg_num_;
532 …mplate result_< T0,T1,T2,T3,T4,T5,T6,T7,T8,T9,T10,T11,T12,T13,T14,T15,T16,T17,T18,T19 >::type type;

12345