Home
last modified time | relevance | path

Searched defs:eval_integer_modulus (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/boost/multiprecision/
Dtommath.hpp744 inline typename enable_if<is_unsigned<Integer>, Integer>::type eval_integer_modulus(const tommath_i… in eval_integer_modulus() function
763 inline typename enable_if<is_signed<Integer>, Integer>::type eval_integer_modulus(const tommath_int… in eval_integer_modulus() function
Ddebug_adaptor.hpp388 inline unsigned eval_integer_modulus(const debug_adaptor<Backend>& arg, const T& a) in eval_integer_modulus() function
Dlogged_adaptor.hpp441 inline unsigned eval_integer_modulus(const logged_adaptor<Backend>& arg, const T& a) in eval_integer_modulus() function
Dgmp.hpp1819 inline typename enable_if<is_unsigned<Integer>, Integer>::type eval_integer_modulus(const gmp_int& … in eval_integer_modulus() function
1835 inline typename enable_if<is_signed<Integer>, Integer>::type eval_integer_modulus(const gmp_int& x,… in eval_integer_modulus() function
/third_party/boost/boost/multiprecision/cpp_int/
Dmisc.hpp337 eval_integer_modulus(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& x,… in eval_integer_modulus() function
353 eval_integer_modulus(const cpp_int_backend<MinBits1, MaxBits1, SignType1, Checked1, Allocator1>& x,… in eval_integer_modulus() function
/third_party/boost/boost/multiprecision/detail/
Dinteger_ops.hpp23 inline BOOST_MP_CXX14_CONSTEXPR Integer eval_integer_modulus(const Backend& x, Integer val) in eval_integer_modulus() function