Home
last modified time | relevance | path

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

/third_party/boost/boost/safe_numerics/
Dchecked_default.hpp67 struct checked_operation{ struct
146 return checked_operation<R>::minus(t); in minus()
150 return checked_operation<R>::add(t, u); in add()
154 return checked_operation<R>::subtract(t, u); in subtract()
158 return checked_operation<R>::multiply(t, u); in multiply()
162 return checked_operation<R>::divide(t, u); in divide()
166 return checked_operation<R>::modulus(t, u); in modulus()
170 return checked_operation<R>::less_than(t, u); in less_than()
174 return ! checked_operation<R>::less_than(t, u); in greater_than_equal()
178 return checked_operation<R>::greater_than(t, u); in greater_than()
[all …]
Dsafe_base_operations.hpp346 const r_type rx = checked_operation< in return_value()
465 const r_type rx = checked_operation< in return_value()
585 const r_type rx = checked_operation< in return_value()
725 const t_type rx = checked_operation< in return_value()
880 const t_type rx = checked_operation< in return_value()
1214 const r_type rx = checked_operation< in return_value()
1343 const r_type rx = checked_operation< in return_value()
Dchecked_float.hpp74 struct checked_operation<R, T, U, F, struct
Dchecked_integer.hpp228 struct checked_operation<R, F, struct