Home
last modified time | relevance | path

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

/third_party/boost/boost/numeric/interval/detail/
Ddivision.hpp102 interval<T, Policies> div_negative(const interval<T, Policies>& x, const T& yl) in div_negative() function
122 interval<T, Policies> div_negative(const T& x, const T& yl) in div_negative() function
/third_party/boost/boost/numeric/interval/
Darith.hpp258 return interval_lib::detail::div_negative(x, y.lower()); in operator /()
278 return interval_lib::detail::div_negative<T, Policies>(x, y.lower()); in operator /()
Darith2.hpp82 return detail::div_negative(x, y.lower()); in division_part1()