Searched defs:rel_err (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/libs/math/include_private/boost/math/tools/ |
D | remez.hpp | 269 T rel_err = fabs(r.second); in init_chebyshev() local 286 bool rel_err, in reset() 339 bool rel_err, in remez_minimax() 355 bool rel_err, in reset() 399 bool rel_err, in remez_minimax() 591 T rel_err = fabs(r.second); in iterate() local
|
/third_party/boost/libs/numeric/odeint/examples/ |
D | harmonic_oscillator.cpp | 167 double abs_err = 1.0e-10 , rel_err = 1.0e-6 , a_x = 1.0 , a_dxdt = 1.0; in main() local
|
/third_party/boost/libs/numeric/odeint/examples/quadmath/ |
D | black_hole.cpp | 133 my_float abs_err = strtoflt128( "1.0E-15" , NULL ) , rel_err = strtoflt128( "1.0E-10" , NULL ); in main() local
|
/third_party/python/Lib/test/ |
D | test_cmath.py | 101 def rAssertAlmostEqual(self, a, b, rel_err = 2e-15, abs_err = 5e-323, argument
|