Home
last modified time | relevance | path

Searched refs:PrintFqElemStr (Results 1 – 3 of 3) sorted by relevance

/external/epid-sdk/epid/common/math/
Dprintutils.h67 #define PrintFqElemStr(...) macro
181 void PrintFqElemStr(FqElemStr const* fq_elem_str, char const* var_name);
/external/epid-sdk/epid/common/math/unittests/
Dprintutils-test.cc310 PrintFqElemStr(&beta_str, "fq_beta_str"); in TEST_F()
353 PrintFqElemStr(nullptr, "fq_beta_str"); in TEST_F()
/external/epid-sdk/epid/common/math/src/
Dprintutils.c172 PrintFqElemStr((const FqElemStr*)&ff_element_str, var_name); in PrintFfElement()
318 void PrintFqElemStr(FqElemStr const* fq_elem_str, char const* var_name) { in PrintFqElemStr() function