Searched defs:rel_error (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/compute/ |
D | compute_operations.hpp | 159 struct rel_error { struct 160 const Fac1 m_eps_abs, m_eps_rel, m_a_x, m_a_dxdt; 162 rel_error(const Fac1 eps_abs, const Fac1 eps_rel, const Fac1 a_x, const Fac1 a_dxdt) in rel_error() argument 167 void operator()(State0 &s0, State1 &s1, State2 &s2) const { in operator ()()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/external/thrust/ |
D | thrust_operations.hpp | 205 struct rel_error struct 207 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; 209 rel_error( const Fac1 eps_abs , const Fac1 eps_rel , const Fac1 a_x , const Fac1 a_dxdt ) in rel_error() function 215 void operator()( Tuple t ) const in operator ()() 222 typedef void result_type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/algebra/ |
D | default_operations.hpp | 431 struct rel_error struct 433 const Fac1 m_eps_abs , m_eps_rel , m_a_x , m_a_dxdt; 435 rel_error( Fac1 eps_abs , Fac1 eps_rel , Fac1 a_x , Fac1 a_dxdt ) in rel_error() argument 440 void operator()( T3 &t3 , const T1 &t1 , const T2 &t2 ) const in operator ()() 446 typedef void result_type;
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/stepper/generation/ |
D | make_controlled.hpp | 73 typename Stepper::value_type rel_error , in make_controlled() 87 typename Stepper::value_type rel_error , in make_controlled()
|
D | make_dense_output.hpp | 69 typename Stepper::value_type rel_error , in make_dense_output() 83 typename Stepper::value_type rel_error , in make_dense_output()
|
/aosp_15_r20/external/llvm-libc/test/src/stdfix/ |
H A D | ExpTest.h | 35 void test_range_with_step(ExpFunc func, T step, bool rel_error) { in test_range_with_step()
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/ |
H A D | literal_comparison.cc | 299 double rel_error; member 396 double rel_error; in CompareValues() local
|
/aosp_15_r20/external/eigen/bench/spbench/ |
H A D | spbenchsolver.h | 231 double rel_error; in call_solver() local
|