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()
53 STR(cmp), (FuncTypeUnsigned)icmp##cmp, \ in testsInt()
54 (FuncTypeUnsigned)Subzero_::icmp##cmp \ in testsInt()
61 STR(cmp), (FuncTypeUnsigned)(FuncTypeSigned)icmp##cmp, \ in testsInt()
62 (FuncTypeUnsigned)(FuncTypeSigned)Subzero_::icmp##cmp \ in testsInt()
127 typedef bool (*FuncTypeUnsigned)(TypeUnsigned); in testsIntWithZero() typedef
131 FuncTypeUnsigned FuncLlc; in testsIntWithZero()
132 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()
172 typedef TypeUnsigned (*FuncTypeUnsigned)(TypeUnsigned, TypeUnsigned); in testsVecInt() typedef
182 FuncTypeUnsigned FuncLlcUnsigned; in testsVecInt()
183 FuncTypeUnsigned FuncSzUnsigned; in testsVecInt()