Searched refs:checked_operation (Results 1 – 4 of 4) sorted by relevance
/third_party/boost/boost/safe_numerics/ |
D | checked_default.hpp | 67 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 …]
|
D | safe_base_operations.hpp | 346 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()
|
D | checked_float.hpp | 74 struct checked_operation<R, T, U, F, struct
|
D | checked_integer.hpp | 228 struct checked_operation<R, F, struct
|