Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/
Dutility.hpp183 bool bad_x = interval_lib::detail::test_input(x); in hull() local
185 if (bad_x) in hull()
199 bool bad_x = interval_lib::detail::test_input(x); in hull() local
202 if (bad_x) return interval<T, Policies>::empty(); in hull()
205 if (bad_x) return interval<T, Policies>(y, y, true); in hull()
215 bool bad_x = interval_lib::detail::test_input<T, Policies>(x); in hull() local
217 if (bad_x) in hull()
Dinterval.hpp283 bool bad_x = checking::is_nan(x); in hull() local
285 if (bad_x) in hull()