Home
last modified time | relevance | path

Searched refs:FuncSz (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/subzero/crosstest/
Dtest_icmp_main.cpp49 FuncTypeUnsigned FuncSz; in testsInt() member
79 bool ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsInt()
106 bool ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsInt()
132 FuncTypeUnsigned FuncSz; in testsIntWithZero() member
160 bool ResultSz = Funcs[f].FuncSz(Value); in testsIntWithZero()
181 bool ResultSz = Funcs[f].FuncSz(Value); in testsIntWithZero()
210 FuncTypeUnsigned FuncSz; in testsVecInt() member
241 TypeUnsigned ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsVecInt()
283 FuncType FuncSz; in testsVecI1() member
303 Ty ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsVecI1()
[all …]
Dtest_bitmanip_main.cpp54 FuncType FuncSz; in testBitManip() member
69 Type ResultSz = Funcs[f].FuncSz(Value); in testBitManip()
90 FuncType FuncSz; in testByteSwap() member
99 Type ResultSz = Funcs[f].FuncSz(Value); in testByteSwap()
Dtest_sync_atomic_main.cpp65 FuncType FuncSz; in testAtomicRMW() member
85 Type ResultSz1 = Funcs[f].FuncSz(fetch_first, AtomicLoc, Value2); in testAtomicRMW()
116 FuncType FuncSz; in testValCompareAndSwap() member
131 Funcs[f].FuncSz(AtomicLoc, flip ? Value2 : Value1, Value2); in testValCompareAndSwap()
186 FuncType FuncSz; in testAtomicRMWThreads() member
206 ThreadData<Type> TDataSz = {Funcs[f].FuncSz, fetch_first, AtomicLoc, in testAtomicRMWThreads()
Dtest_stacksave_main.c33 FuncType FuncSz; in DECLARE_TESTS() member
45 uint32_t sz_result = Funcs[f].FuncSz(size_to_test, start, inc); in DECLARE_TESTS()
Dtest_arith_main.cpp256 FuncType FuncSz; in testsFp() member
272 Type ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsFp()
327 FuncType FuncSz; in testsVecFp() member
347 v4f32 ResultSz = Funcs[f].FuncSz(Value1, Value2); in testsVecFp()