Home | History | Annotate | Download | only in base

Lines Matching refs:INT2

29   template <typename INT2, typename UINT2, bool NEG2>
32 template <typename INT2, typename UINT2>
33 struct ToUnsignedT<INT2, UINT2, false> {
34 static UINT2 ToUnsigned(INT2 value) {
39 template <typename INT2, typename UINT2>
40 struct ToUnsignedT<INT2, UINT2, true> {
41 static UINT2 ToUnsigned(INT2 value) {
48 template <typename INT2, bool NEG2>
50 template <typename INT2>
51 struct TestNegT<INT2, false> {
52 static bool TestNeg(INT2 value) {
57 template <typename INT2>
58 struct TestNegT<INT2, true> {
59 static bool TestNeg(INT2 value) {