Searched defs:imodulus (Results 1 – 1 of 1) sorted by relevance
143 struct imodulus { // NOLINT(readability-identifier-naming) struct144 constexpr T operator()(const T &x, const T &y) const in operator()