HomeSort by relevance Sort by last modified time
    Searched refs:FuncSz (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/subzero/crosstest/
test_stacksave_main.c 33 FuncType FuncSz;
45 uint32_t sz_result = Funcs[f].FuncSz(size_to_test, start, inc);
test_bitmanip_main.cpp 54 FuncType FuncSz;
69 Type ResultSz = Funcs[f].FuncSz(Value);
90 FuncType FuncSz;
99 Type ResultSz = Funcs[f].FuncSz(Value);
test_icmp_main.cpp 49 FuncTypeUnsigned FuncSz;
79 bool ResultSz = Funcs[f].FuncSz(Value1, Value2);
106 bool ResultSz = Funcs[f].FuncSz(Value1, Value2);
132 FuncTypeUnsigned FuncSz;
160 bool ResultSz = Funcs[f].FuncSz(Value);
181 bool ResultSz = Funcs[f].FuncSz(Value);
210 FuncTypeUnsigned FuncSz;
241 TypeUnsigned ResultSz = Funcs[f].FuncSz(Value1, Value2);
283 FuncType FuncSz;
303 Ty ResultSz = Funcs[f].FuncSz(Value1, Value2)
    [all...]
test_sync_atomic_main.cpp 65 FuncType FuncSz;
85 Type ResultSz1 = Funcs[f].FuncSz(fetch_first, AtomicLoc, Value2);
116 FuncType FuncSz;
131 Funcs[f].FuncSz(AtomicLoc, flip ? Value2 : Value1, Value2);
186 FuncType FuncSz;
206 ThreadData<Type> TDataSz = {Funcs[f].FuncSz, fetch_first, AtomicLoc,
test_arith_main.cpp 256 FuncType FuncSz;
272 Type ResultSz = Funcs[f].FuncSz(Value1, Value2);
327 FuncType FuncSz;
347 v4f32 ResultSz = Funcs[f].FuncSz(Value1, Value2);

Completed in 73 milliseconds