Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_main.cpp44 typedef bool (*FuncTypeUnsigned)(TypeUnsigned, TypeUnsigned); in testsInt() typedef
48 FuncTypeUnsigned FuncLlc; in testsInt()
49 FuncTypeUnsigned FuncSz; in testsInt()
52 {STR(cmp), (FuncTypeUnsigned)icmp##cmp, \ in testsInt()
53 (FuncTypeUnsigned)Subzero_::icmp##cmp}, in testsInt()
57 {STR(cmp), (FuncTypeUnsigned)(FuncTypeSigned)icmp##cmp, \ in testsInt()
58 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp}, in testsInt()
121 typedef bool (*FuncTypeUnsigned)(TypeUnsigned); in testsIntWithZero() typedef
125 FuncTypeUnsigned FuncLlc; in testsIntWithZero()
126 FuncTypeUnsigned FuncSz; in testsIntWithZero()
[all …]
Dtest_arith_main.cpp52 typedef TypeUnsigned (*FuncTypeUnsigned)(TypeUnsigned, TypeUnsigned); in testsInt() typedef
62 FuncTypeUnsigned FuncLlcUnsigned; in testsInt()
63 FuncTypeUnsigned FuncSzUnsigned; in testsInt()
176 typedef TypeUnsigned (*FuncTypeUnsigned)(TypeUnsigned, TypeUnsigned); in testsVecInt() typedef
186 FuncTypeUnsigned FuncLlcUnsigned; in testsVecInt()
187 FuncTypeUnsigned FuncSzUnsigned; in testsVecInt()