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

Method get_two

Processor/Data_Files.h:404–408  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402
403template<class T>
404inline void Preprocessing<T>::get_two(Dtype dtype, T& a, T& b)
405{
406 count(dtype);
407 get_two_no_count(dtype, a, b);
408}
409
410template<class T>
411inline void Preprocessing<T>::get_one(Dtype dtype, T& a)

Callers 8

check_tuplesFunction · 0.80
mainFunction · 0.80
runFunction · 0.80
buffer_squaresMethod · 0.80
buffer_bitsMethod · 0.80
buffer_bits_from_squaresFunction · 0.80
bits_from_square_in_ringFunction · 0.80
executeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected