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()
64 if (sizeof(TypeUnsigned) <= sizeof(uint32_t)) { in testsInt()
70 TypeUnsigned Value1 = Values[i]; in testsInt()
71 TypeUnsigned Value2 = Values[j]; in testsInt()
80 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1 in testsInt()
95 TypeUnsigned Value1 = in testsInt()
96 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
97 TypeUnsigned Value2 = in testsInt()
98 (((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()
93 if (sizeof(TypeUnsigned) <= sizeof(uint32_t)) { in testsInt()
99 TypeUnsigned Value1 = Values[i]; in testsInt()
100 TypeUnsigned Value2 = Values[j]; in testsInt()
106 TypeUnsigned ResultSz, ResultLlc; in testsInt()
119 << (CHAR_BIT * sizeof(TypeUnsigned)) << "(" << Value1 in testsInt()
134 TypeUnsigned Value1 = in testsInt()
135 (((TypeUnsigned)Values[iHi]) << 32) + Values[iLo]; in testsInt()
136 TypeUnsigned Value2 = in testsInt()
[all …]