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

Method read

Processor/FixInput.cpp:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10template<>
11void FixInput_<Integer>::read(std::istream& in, const ArgVector::value_type* params)
12{
13 double x;
14 in >> x;
15 items[0] = round(x * exp2(*params));
16}
17
18template<>
19void FixInput_<bigint>::read(std::istream& in, const ArgVector::value_type* params)

Callers 5

read_from_fileMethod · 0.45
get_inputMethod · 0.45
get_edabitvecMethod · 0.45
parse_operandsMethod · 0.45
executeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected