MCPcopy Create free account
hub / github.com/data61/MP-SPDZ / pop_stack

Method pop_stack

Processor/Processor.hpp:1191–1196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1189
1190template<class T>
1191void SubProcessor<T>::pop_stack(const ArgVector& results)
1192{
1193 auto char2 = T::clear::characteristic_two;
1194 S.pop_stack(results, char2 ? SGF2N : SINT);
1195 C.pop_stack(results, char2 ? CGF2N : CINT);
1196}
1197
1198template<class sint, class sgf2n>
1199void Processor<sint, sgf2n>::call_tape(int tape_number, int arg,

Callers 1

call_tapeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected