Searched defs:ScaledPair (Results 1 – 2 of 2) sorted by relevance
19 template <class UIntT> struct ScaledPair { struct20 UIntT D;21 int S;22 ScaledPair(const std::pair<UIntT, int16_t> &F) : D(F.first), S(F.second) {} in ScaledPair() function23 ScaledPair(UIntT D, int S) : D(D), S(S) {} in ScaledPair() function25 bool operator==(const ScaledPair<UIntT> &X) const { in operator ==()
18 template <class UIntT> struct ScaledPair { struct19 UIntT D;20 int S;21 ScaledPair(const std::pair<UIntT, int16_t> &F) : D(F.first), S(F.second) {} in ScaledPair() function22 ScaledPair(UIntT D, int S) : D(D), S(S) {} in ScaledPair() function24 bool operator==(const ScaledPair<UIntT> &X) const { in operator ==()