Home
last modified time | relevance | path

Searched refs:x2Clone (Results 1 – 2 of 2) sorted by relevance

/dports/security/palisade/palisade-release-d76213499af44558170cca6c72c5314755fec23c/src/core/unittest/
H A DUnitTestNTT.cpp69 Element x2Clone(x2); in switch_format_simple_single_crt() local
77 EXPECT_EQ(x2, x2Clone) << msg; in switch_format_simple_single_crt()
120 Element x2Clone(x2); in switch_format_simple_double_crt() local
128 EXPECT_EQ(x2, x2Clone) << msg; in switch_format_simple_double_crt()
H A DUnitTest128.cpp159 NativePoly x2Clone(x2); in TEST() local
167 EXPECT_EQ(x2, x2Clone) << "Failure in NTT test #2"; in TEST()