/third_party/boost/boost/msm/back/ |
D | state_machine.hpp | 88 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 …]
|
D | metafunctions.hpp | 377 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 …]
|
D | tools.hpp | 30 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/ |
D | dense_output_runge_kutta.hpp | 105 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()
|
D | rosenbrock4_dense_output.hpp | 67 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()
|
D | adaptive_adams_bashforth_moulton.hpp | 206 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()
|
D | controlled_adams_bashforth_moulton.hpp | 282 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()
|
D | euler.hpp | 94 template< class StateType > 95 void adjust_size( const StateType &x ) in adjust_size()
|
D | implicit_euler.hpp | 122 template< class StateType > 123 void adjust_size( const StateType &x ) in adjust_size()
|
D | adams_moulton.hpp | 149 template< class StateType > 150 void adjust_size( const StateType &x ) in adjust_size()
|
D | runge_kutta4_classic.hpp | 140 template< class StateType > 141 void adjust_size( const StateType &x ) in adjust_size()
|
D | rosenbrock4_controller.hpp | 181 template< class StateType > 182 void adjust_size( const StateType &x ) in adjust_size()
|
D | adams_bashforth_moulton.hpp | 130 template< class StateType > 131 void adjust_size( const StateType &x ) in adjust_size()
|
D | controlled_runge_kutta.hpp | 447 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()
|
D | adams_bashforth.hpp | 176 template< class StateType > 177 void adjust_size( const StateType &x ) in adjust_size()
|
/third_party/boost/boost/numeric/odeint/algebra/ |
D | operations_dispatcher.hpp | 26 template< class StateType , class Enabler = void > 32 template< class StateType > 33 struct operations_dispatcher : operations_dispatcher_sfinae< StateType > {};
|
D | algebra_dispatcher.hpp | 39 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/ |
D | gram_schmidt.hpp | 37 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/ |
D | Attributor.cpp | 622 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/ |
D | compute_algebra.hpp | 32 StateType ## n &s ## n, 35 template< BOOST_PP_ENUM_PARAMS(n, class StateType), class Operation > \
|
D | compute_operations.hpp | 43 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_/ |
D | STT_impl_gen.hpp | 82 , typename StateType 92 return state == StateType::value in do_transition()
|
/third_party/boost/boost/numeric/odeint/external/mtl4/ |
D | implicit_euler_mtl4.hpp | 108 template< class StateType > 109 void adjust_size( const StateType &x ) in adjust_size()
|
/third_party/boost/boost/numeric/odeint/integrate/ |
D | check_adapter.hpp | 157 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/ |
D | adaptive_adams_coefficients.hpp | 177 template< class StateType > 178 bool resize_phi_impl( const StateType &x ) in resize_phi_impl()
|