Home
last modified time | relevance | path

Searched defs:rel_err (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/math/include_private/boost/math/tools/
Dremez.hpp269 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/
Dharmonic_oscillator.cpp167 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/
Dblack_hole.cpp133 my_float abs_err = strtoflt128( "1.0E-15" , NULL ) , rel_err = strtoflt128( "1.0E-10" , NULL ); in main() local
/third_party/python/Lib/test/
Dtest_cmath.py101 def rAssertAlmostEqual(self, a, b, rel_err = 2e-15, abs_err = 5e-323, argument