Searched defs:integer_modulus (Results 1 – 3 of 3) sorted by relevance
| /third_party/boost/libs/safe_numerics/test/ |
| D | test_performance.cpp | 37 integer_modulus(const I1& x, I2 val){ in integer_modulus() function
|
| /third_party/boost/boost/multiprecision/ |
| D | integer.hpp | 42 …ble_if_c<is_integral<I1>::value && is_integral<I2>::value, I2>::type integer_modulus(const I1& x, … in integer_modulus() function
|
| /third_party/boost/boost/multiprecision/detail/ |
| D | integer_ops.hpp | 163 integer_modulus(const number<Backend, ExpressionTemplates>& x, Integer val) in integer_modulus() function 171 integer_modulus(const multiprecision::detail::expression<tag, A1, A2, A3, A4>& x, Integer val) in integer_modulus() function
|