Home
last modified time | relevance | path

Searched refs:StateType (Results 1 – 25 of 34) sorted by relevance

12

/third_party/boost/boost/msm/back/
Dstate_machine.hpp88 template <class StateType,class Event>
92 typedef StateType active_state;
211 template <class StateType,class Enable=void>
229 template <class StateType>
230 … struct visitor_fct_helper<StateType,typename ::boost::enable_if<has_accept_sig<StateType> >::type>
260 typedef typename StateType::accept_sig::type visitor_fct;
266 template <class StateType,class Enable=int>
271 template <class StateType>
272 struct deferred_msg_queue_helper<StateType,
274 typename ::boost::msm::back::has_fsm_deferred_events<StateType>::type,int >::type>
[all …]
Dmetafunctions.hpp377 template <class StateType,class CompositeType>
382 typename is_direct_entry<StateType>::type,
383 typename CompositeType::template direct<StateType>,
384 typename ::boost::mpl::identity<StateType>::type
388 template <class StateType>
391 typedef typename StateType::explicit_creation type;
394 template <class StateType>
397 typedef typename StateType::wrapped_entry type;
402 template <class StateType>
406 typename has_wrapped_entry<StateType>::type,
[all …]
Dtools.hpp30 template <class StateType>
31 void operator()(boost::msm::wrap<StateType> const&) in operator ()()
33 m_names[get_state_id<stt,StateType>::value]= typeid(StateType).name(); in operator ()()
44 template <class StateType>
45 void operator()(boost::msm::wrap<StateType> const&) in operator ()()
47 if (get_state_id<stt,StateType>::value == m_state_id) in operator ()()
49 m_name = typeid(StateType).name(); in operator ()()
/third_party/boost/boost/numeric/odeint/stepper/
Ddense_output_runge_kutta.hpp105 template< class StateType >
106 void initialize( const StateType &x0 , time_type t0 , time_type dt0 ) in initialize()
108 …e( x0 , detail::bind( &dense_output_stepper_type::template resize_impl< StateType > , detail::ref(… in initialize()
168 template< class StateType >
169 void adjust_size( const StateType &x ) in adjust_size()
313 template< class StateType >
314 void initialize( const StateType &x0 , time_type t0 , time_type dt0 ) in initialize()
316 …t_size( x0 , detail::bind( &dense_output_stepper_type::template resize< StateType > , detail::ref(… in initialize()
378 template< class StateType >
379 void adjust_size( const StateType &x ) in adjust_size()
Drosenbrock4_dense_output.hpp67 template< class StateType >
68 void initialize( const StateType &x0 , time_type t0 , time_type dt0 ) in initialize()
70 …e( x0 , detail::bind( &dense_output_stepper_type::template resize_impl< StateType > , detail::ref(… in initialize()
113 template< class StateType >
114 void adjust_size( const StateType &x ) in adjust_size()
Dadaptive_adams_bashforth_moulton.hpp206 template< class StateType >
207 bool resize_dxdt_impl( const StateType &x ) in resize_dxdt_impl()
211 template< class StateType >
212 bool resize_xnew_impl( const StateType &x ) in resize_xnew_impl()
216 template< class StateType >
217 bool resize_xerr_impl( const StateType &x ) in resize_xerr_impl()
Dcontrolled_adams_bashforth_moulton.hpp282 template< class StateType >
283 bool resize_dxdt_impl( const StateType &x ) in resize_dxdt_impl()
287 template< class StateType >
288 bool resize_xerr_impl( const StateType &x ) in resize_xerr_impl()
298 template< class StateType >
299 bool resize_xnew_impl( const StateType &x ) in resize_xnew_impl()
Deuler.hpp94 template< class StateType >
95 void adjust_size( const StateType &x ) in adjust_size()
Dimplicit_euler.hpp122 template< class StateType >
123 void adjust_size( const StateType &x ) in adjust_size()
Dadams_moulton.hpp149 template< class StateType >
150 void adjust_size( const StateType &x ) in adjust_size()
Drunge_kutta4_classic.hpp140 template< class StateType >
141 void adjust_size( const StateType &x ) in adjust_size()
Drosenbrock4_controller.hpp181 template< class StateType >
182 void adjust_size( const StateType &x ) in adjust_size()
Dadams_bashforth_moulton.hpp130 template< class StateType >
131 void adjust_size( const StateType &x ) in adjust_size()
Dcontrolled_runge_kutta.hpp447 template< class StateType >
448 void adjust_size( const StateType &x ) in adjust_size()
837 template< class StateType >
838 void adjust_size( const StateType &x ) in adjust_size()
Dadams_bashforth.hpp176 template< class StateType >
177 void adjust_size( const StateType &x ) in adjust_size()
/third_party/boost/boost/numeric/odeint/algebra/
Doperations_dispatcher.hpp26 template< class StateType , class Enabler = void >
32 template< class StateType >
33 struct operations_dispatcher : operations_dispatcher_sfinae< StateType > {};
Dalgebra_dispatcher.hpp39 template< class StateType , class Enabler = void >
46 template< class StateType >
47 struct algebra_dispatcher : algebra_dispatcher_sfinae< StateType > { };
/third_party/boost/libs/numeric/odeint/examples/
Dgram_schmidt.hpp37 template< size_t num_of_lyap , class StateType , class LyapType >
38 void gram_schmidt( StateType &x , LyapType &lyap , size_t n ) in gram_schmidt()
44 typedef typename StateType::value_type value_type; in gram_schmidt()
45 typedef typename StateType::iterator iterator; in gram_schmidt()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp622 template <typename StateType>
623 ChangeStatus clampStateAndIndicateChange(StateType &S, const StateType &R) { in clampStateAndIndicateChange()
632 template <typename AAType, typename StateType = typename AAType::StateType>
634 StateType &S) { in clampReturnedValueStates()
647 Optional<StateType> T; in clampReturnedValueStates()
655 const StateType &AAS = static_cast<const StateType &>(AA.getState()); in clampReturnedValueStates()
672 template <typename AAType, typename Base, typename StateType,
675 : public F<AAType, G<AAType, Base, StateType>, StateType> {
677 : F<AAType, G<AAType, Base, StateType>, StateType>(IRP) {} in AAComposeTwoGenericDeduction()
682 F<AAType, G<AAType, Base, StateType>, StateType>::updateImpl(A); in updateImpl()
[all …]
/third_party/boost/boost/numeric/odeint/external/compute/
Dcompute_algebra.hpp32 StateType ## n &s ## n,
35 template< BOOST_PP_ENUM_PARAMS(n, class StateType), class Operation > \
Dcompute_operations.hpp43 BOOST_PP_COMMA_IF(n) StateType ## n &s ## n
66 template< BOOST_PP_ENUM_PARAMS(BOOST_PP_INC(n), class StateType) > \
/third_party/boost/libs/mpl/example/fsm/aux_/
DSTT_impl_gen.hpp82 , typename StateType
92 return state == StateType::value in do_transition()
/third_party/boost/boost/numeric/odeint/external/mtl4/
Dimplicit_euler_mtl4.hpp108 template< class StateType >
109 void adjust_size( const StateType &x ) in adjust_size()
/third_party/boost/boost/numeric/odeint/integrate/
Dcheck_adapter.hpp157 template< class StateType >
158 void initialize( const StateType &x0 , time_type t0 , time_type dt0 ) in initialize()
/third_party/boost/boost/numeric/odeint/stepper/detail/
Dadaptive_adams_coefficients.hpp177 template< class StateType >
178 bool resize_phi_impl( const StateType &x ) in resize_phi_impl()

12