Home
last modified time | relevance | path

Searched defs:integer_modulus (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/safe_numerics/test/
Dtest_performance.cpp37 integer_modulus(const I1& x, I2 val){ in integer_modulus() function
/third_party/boost/boost/multiprecision/
Dinteger.hpp42 …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/
Dinteger_ops.hpp163 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