Home
last modified time | relevance | path

Searched refs:derived_type (Results 1 – 25 of 683) sorted by relevance

12345678910>>...28

/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxsemantic.hpp63 using derived_type = typename base_type::derived_type; typedef in xt::xsemantic_base
92 derived_type& operator+=(const xexpression<E>&);
95 derived_type& operator-=(const xexpression<E>&);
98 derived_type& operator*=(const xexpression<E>&);
101 derived_type& operator/=(const xexpression<E>&);
104 derived_type& operator%=(const xexpression<E>&);
107 derived_type& operator&=(const xexpression<E>&);
116 derived_type& assign(const xexpression<E>&);
154 derived_type& operator=(const xexpression<E>&);
183 using derived_type = D; typedef in xt::xcontainer_semantic
[all …]
H A Dxaccessible.hpp33 using derived_type = D; typedef in xt::xconst_accessible
74 const derived_type& derived_cast() const noexcept;
92 using derived_type = typename base_type::derived_type; typedef in xt::xaccessible
130 derived_type& derived_cast() noexcept;
254 inline auto xconst_accessible<D>::derived_cast() const noexcept -> const derived_type& in derived_cast()
256 return *static_cast<const derived_type*>(this); in derived_cast()
341 inline auto xaccessible<D>::derived_cast() noexcept -> derived_type& in derived_cast()
343 return *static_cast<derived_type*>(this); in derived_cast()
/dports/devel/xtl-quant-stack/xtl-0.7.4/include/xtl/
H A Dxiterator_base.hpp27 using derived_type = I; typedef in xtl::xbidirectional_iterator_base
34 inline friend derived_type operator++(derived_type& d, int) in operator ++()
41 inline friend derived_type operator--(derived_type& d, int) in operator --()
49 inline friend bool operator!=(const derived_type& lhs, const derived_type& rhs) in operator !=()
90 inline friend derived_type operator+(const derived_type& it, difference_type n) in operator +()
96 inline friend derived_type operator+(difference_type n, const derived_type& it) in operator +()
102 inline friend derived_type operator-(const derived_type& it, difference_type n) in operator -()
118 inline friend bool operator>(const derived_type& lhs, const derived_type& rhs) in operator >()
159 inline friend derived_type operator+(const derived_type& it, size_type n) in operator +()
165 inline friend derived_type operator+(size_type n, const derived_type& it) in operator +()
[all …]
/dports/devel/thrust/thrust-1.9.5/thrust/detail/
H A Dreference.h50 >::type derived_type; typedef
73 derived_type &operator=(const reference &other);
81 derived_type &operator=(const value_type &x);
90 void swap(derived_type &other);
92 derived_type &operator++();
97 derived_type &operator+=(const value_type &rhs);
99 derived_type &operator--();
104 derived_type &operator-=(const value_type &rhs);
107 derived_type &operator*=(const value_type &rhs);
110 derived_type &operator/=(const value_type &rhs);
[all …]
H A Dreference.inl70 return static_cast<derived_type&>(*this);
81 return static_cast<derived_type&>(*this);
93 return static_cast<derived_type&>(*this);
203 ::swap(derived_type &other)
225 return static_cast<derived_type&>(*this);
249 return static_cast<derived_type&>(*this);
260 return static_cast<derived_type&>(*this);
282 return static_cast<derived_type&>(*this);
293 return static_cast<derived_type&>(*this);
304 return static_cast<derived_type&>(*this);
[all …]
/dports/editors/ghex/ghex-3.41.1/src/
H A Dfactory.c21 static gboolean is_gail_loaded (GType derived_type);
27 GType derived_type; in setup_factory() local
32 derived_type = g_type_parent (GTK_TYPE_HEX); in setup_factory()
35 if (is_gail_loaded (derived_type)) in setup_factory()
52 is_gail_loaded (GType derived_type) in is_gail_loaded() argument
58 derived_type); in is_gail_loaded()
/dports/cad/librepcb/librepcb-0.1.6/libs/type_safe/include/type_safe/
H A Ddowncast.hpp19 struct derived_type struct
26 bool is_safe_downcast(derived_type<T>, const T&) in is_safe_downcast()
33 auto is_safe_downcast(derived_type<Derived>, const Base& obj) -> in is_safe_downcast()
45 auto is_safe_downcast(derived_type<Derived>, const Base&) -> in is_safe_downcast()
57 DEBUG_ASSERT(detail::is_safe_downcast(derived_type<derived_t>{}, obj), in validate_downcast()
80 Derived& downcast(derived_type<Derived>, Base& obj) noexcept
88 const Derived& downcast(derived_type<Derived>, const Base& obj) noexcept in downcast()
/dports/multimedia/handbrake/ffmpeg-4.4/libavutil/tests/
H A Dhwdevice.c25 enum AVHWDeviceType derived_type; in test_derivation() local
33 derived_type = AV_HWDEVICE_TYPE_NONE; in test_derivation()
35 derived_type = av_hwdevice_iterate_types(derived_type); in test_derivation()
36 if (derived_type == AV_HWDEVICE_TYPE_NONE) in test_derivation()
39 derived_name = av_hwdevice_get_type_name(derived_type); in test_derivation()
41 err = av_hwdevice_ctx_create_derived(&derived_ref, derived_type, in test_derivation()
50 if (derived_dev->type != derived_type) { in test_derivation()
52 derived_type, derived_dev->type); in test_derivation()
56 if (derived_type == src_dev->type) { in test_derivation()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavutil/tests/
H A Dhwdevice.c25 enum AVHWDeviceType derived_type; in test_derivation() local
33 derived_type = AV_HWDEVICE_TYPE_NONE; in test_derivation()
35 derived_type = av_hwdevice_iterate_types(derived_type); in test_derivation()
36 if (derived_type == AV_HWDEVICE_TYPE_NONE) in test_derivation()
39 derived_name = av_hwdevice_get_type_name(derived_type); in test_derivation()
41 err = av_hwdevice_ctx_create_derived(&derived_ref, derived_type, in test_derivation()
50 if (derived_dev->type != derived_type) { in test_derivation()
52 derived_type, derived_dev->type); in test_derivation()
56 if (derived_type == src_dev->type) { in test_derivation()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavutil/tests/
H A Dhwdevice.c25 enum AVHWDeviceType derived_type; in test_derivation() local
33 derived_type = AV_HWDEVICE_TYPE_NONE; in test_derivation()
35 derived_type = av_hwdevice_iterate_types(derived_type); in test_derivation()
36 if (derived_type == AV_HWDEVICE_TYPE_NONE) in test_derivation()
39 derived_name = av_hwdevice_get_type_name(derived_type); in test_derivation()
41 err = av_hwdevice_ctx_create_derived(&derived_ref, derived_type, in test_derivation()
50 if (derived_dev->type != derived_type) { in test_derivation()
52 derived_type, derived_dev->type); in test_derivation()
56 if (derived_type == src_dev->type) { in test_derivation()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavutil/tests/
H A Dhwdevice.c25 enum AVHWDeviceType derived_type; in test_derivation() local
33 derived_type = AV_HWDEVICE_TYPE_NONE; in test_derivation()
35 derived_type = av_hwdevice_iterate_types(derived_type); in test_derivation()
36 if (derived_type == AV_HWDEVICE_TYPE_NONE) in test_derivation()
39 derived_name = av_hwdevice_get_type_name(derived_type); in test_derivation()
41 err = av_hwdevice_ctx_create_derived(&derived_ref, derived_type, in test_derivation()
50 if (derived_dev->type != derived_type) { in test_derivation()
52 derived_type, derived_dev->type); in test_derivation()
56 if (derived_type == src_dev->type) { in test_derivation()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/vcl/
H A Dvclptr.hxx93 template< class derived_type >
95 const VclPtr< derived_type > & rRef, in VclPtr()
97 std::is_base_of<reference_type, derived_type>::value, int>::type in VclPtr()
164 template<typename derived_type>
166 std::is_base_of<reference_type, derived_type>::value,
168 operator =(VclPtr<derived_type> const & rRef) in operator =()
340 template< class derived_type >
342 const VclPtr< derived_type > & rRef, in ScopedVclPtr()
356 template<typename derived_type>
358 std::is_base_of<reference_type, derived_type>::value,
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/vcl/
H A Dvclptr.hxx93 template< class derived_type >
95 const VclPtr< derived_type > & rRef, in VclPtr()
97 std::is_base_of<reference_type, derived_type>::value, int>::type in VclPtr()
164 template<typename derived_type>
166 std::is_base_of<reference_type, derived_type>::value,
168 operator =(VclPtr<derived_type> const & rRef) in operator =()
340 template< class derived_type >
342 const VclPtr< derived_type > & rRef, in ScopedVclPtr()
356 template<typename derived_type>
358 std::is_base_of<reference_type, derived_type>::value,
[all …]
/dports/devel/hpx/hpx-1.2.1/hpx/runtime/actions/
H A Dtransfer_base_action.hpp149 typedef typename Action::derived_type derived_type; typedef
200 detail::register_action<derived_type>::instance.instantiate(); in ~transfer_base_action()
207 return derived_type::get_component_type(); in get_static_component_type()
215 return derived_type::get_component_type(); in get_component_type()
222 return detail::get_action_name<derived_type>(); in get_action_name()
229 return detail::get_action_id<derived_type>(); in get_action_id()
237 return detail::get_action_name_itt<derived_type>(); in get_action_name_itt()
245 return derived_type::get_action_type(); in get_action_type()
251 return traits::action_does_termination_detection<derived_type>::call(); in does_termination_detection()
267 return traits::action_serialization_filter<derived_type>::call(p); in get_serialization_filter()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/toolkit/awt/
H A Dvclxaccessiblecomponent.hxx77 template< class derived_type > VclPtr< derived_type > GetAs() const { in GetAs()
78 return VclPtr< derived_type >( static_cast< derived_type * >( GetWindow().get() ) ); } in GetAs()
79 template< class derived_type > VclPtr< derived_type > GetAsDynamic() const { in GetAsDynamic()
80 return VclPtr< derived_type >( dynamic_cast< derived_type * >( GetWindow().get() ) ); } in GetAsDynamic()
/dports/devel/boost-docs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/devel/hyperscan/boost_1_75_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/devel/R-cran-BH/BH/inst/include/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/devel/boost-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/boost/numeric/ublas/tensor/
H A Dtensor.hpp91 template<class derived_type>
94 template<class derived_type>
95 using matrix_expression_type = matrix_expression<derived_type>;
97 template<class derived_type>
355 template<class derived_type>
356 tensor (const tensor_expression_type<derived_type> &expr) in tensor()
377 template<class derived_type>
378 tensor (const matrix_expression_type<derived_type> &expr) in tensor()
393 template<class derived_type>
394 tensor (const vector_expression_type<derived_type> &expr) in tensor()
[all …]
/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Dmixed-lang-stack.cpp43 class derived_type : public base_one, base_two class
46 derived_type () in derived_type() function in derived_type
75 mixed_func_1g (derived_type obj) in mixed_func_1g()
82 derived_type obj; in mixed_func_1f()
/dports/math/dune-common/dune-common-df65b1282ea89ad40d2cb6565983f7e633ccce31/dune/common/
H A Ddensevector.hh245 typedef typename Traits::derived_type derived_type; typedef in Dune::DenseVector
267 inline derived_type& operator= (const value_type& k) in operator =()
285 derived_type& operator= (const DenseVector<W>& other) in operator =()
420 derived_type& operator+= (const DenseVector<Other>& x) in operator +=()
442 derived_type z = asImp(); in operator +()
450 derived_type z = asImp(); in operator -()
455 derived_type operator- () const in operator -()
478 derived_type
500 derived_type
522 derived_type
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/toolkit/awt/
H A Dvclxaccessiblecomponent.hxx76 template< class derived_type > derived_type* GetAs() const { in GetAs()
77 return static_cast< derived_type * >( GetWindow() ); } in GetAs()
78 template< class derived_type > derived_type* GetAsDynamic() const { in GetAsDynamic()
79 return dynamic_cast< derived_type * >( GetWindow() ); } in GetAsDynamic()

12345678910>>...28