Home
last modified time | relevance | path

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

/dports/math/mppp/mppp-0.26/include/mp++/
H A Dinteger.hpp2689 using integer_static_add_algo = std::integral_constant< typedef
2961 …= static_add_impl(rop, op1, op2, asize1, asize2, sign1, sign2, integer_static_add_algo<static_int<… in static_addsub()
2962 if (integer_static_add_algo<static_int<SSize>>::value == 0 && retval) { in static_addsub()
3608 int, (integer_static_add_algo<SInt>::value == 2 && integer_static_mul_algo<SInt>::value == 2)
3610 …: ((integer_static_add_algo<SInt>::value == 1 && integer_static_mul_algo<SInt>::value == 1) ? 1 : …