Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_main.cpp42 template <typename TypeUnsigned, typename TypeSigned>
44 typedef bool (*FuncTypeUnsigned)(TypeUnsigned, TypeUnsigned); in testsInt()
70 if (sizeof(TypeUnsigned) <= sizeof(uint32_t)) { in testsInt()
76 TypeUnsigned Value1 = Values[i]; in testsInt()
77 TypeUnsigned Value2 = Values[j]; in testsInt()
86 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1 in testsInt()
101 TypeUnsigned Value1 = in testsInt()
102 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
103 TypeUnsigned Value2 = in testsInt()
104 (((TypeUnsigned)Values[jHi]) << 32) + Values[jLo]; in testsInt()
[all …]
Dtest_arith_main.cpp50 template <typename TypeUnsigned, typename TypeSigned>
52 typedef TypeUnsigned (*FuncTypeUnsigned)(TypeUnsigned, TypeUnsigned); in testsInt()
89 if (sizeof(TypeUnsigned) <= sizeof(uint32_t)) { in testsInt()
95 TypeUnsigned Value1 = Values[i]; in testsInt()
96 TypeUnsigned Value2 = Values[j]; in testsInt()
102 TypeUnsigned ResultSz, ResultLlc; in testsInt()
115 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1 in testsInt()
130 TypeUnsigned Value1 = in testsInt()
131 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
132 TypeUnsigned Value2 = in testsInt()
[all …]