Home
last modified time | relevance | path

Searched defs:sys_func (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/openmp/
Dlorenz_ensemble_nested.cpp33 struct sys_func { struct
35 sys_func( vector<double> &R ) : R(R) {} in sys_func() argument
37 void operator()( const state_type &x , state_type &dxdt , double t ) const { in operator ()()
Dlorenz_ensemble_simple.cpp30 struct sys_func { struct
32 sys_func( const vector_type &_R ) : R( _R ) { } in sys_func() argument
34 void operator()( const state_type &x , state_type &dxdt , double t ) const { in operator ()()
Dlorenz_ensemble.cpp34 struct sys_func { struct
36 sys_func( vector<double> &R ) : R(R) {} in sys_func() argument
38 void operator()( const state_type &x , state_type &dxdt , double t ) const { in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/examples/vexcl/
Dlorenz_ensemble.cpp32 struct sys_func struct
36 sys_func( const vector_type &_R ) : R( _R ) { } in sys_func() argument
38 void operator()( const state_type &x , state_type &dxdt , double t ) const in operator ()()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/test_external/vexcl/
Dlorenz.cpp43 struct sys_func struct
47 sys_func( const vector_type &_R ) : R( _R ) { } in sys_func() function
49 void operator()( const state_type &x , state_type &dxdt , double t ) const in operator ()()
/aosp_15_r20/external/strace/
H A Dsysent.h10 int (*sys_func)(struct tcb *); member