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

Method input

Math/square128.cpp:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49#endif
50
51UNROLL_LOOPS
52inline void matrix16x8::input(square128& input, int x, int y)
53{
54 for (int l = 0; l < 16; l++)
55 rows[l] = input.bytes[16*x+l][y];
56}
57
58UNROLL_LOOPS
59inline void square16::input(square128& input, int x, int y)

Callers 2

transposeMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected