Home
last modified time | relevance | path

Searched refs:out_of_bounds_sentry (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/boost/math/tools/
Droots.hpp535 bool out_of_bounds_sentry = false; in second_order_root_finder() local
630 if (!out_of_bounds_sentry && (diff > 0) && (diff < 3)) in second_order_root_finder()
636 out_of_bounds_sentry = true; // only take this branch once! in second_order_root_finder()
656 if (!out_of_bounds_sentry && (diff > 0) && (diff < 3)) in second_order_root_finder()
662 out_of_bounds_sentry = true; // only take this branch once! in second_order_root_finder()