Home
last modified time | relevance | path

Searched refs:x_str (Results 1 – 7 of 7) sorted by relevance

/external/python/cpython3/Lib/test/
Ddouble_const.py19 def check_ok(x, x_str): argument
21 x2 = eval(x_str)
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
/external/python/cpython2/Lib/test/
Ddouble_const.py19 def check_ok(x, x_str): argument
21 x2 = eval(x_str)
27 raise TestFailed("Manifest const %s lost too much precision " % x_str)
/external/epid-sdk/epid/member/src/
Dvalidatekey.c39 FpElemStr const* x_str, G1ElemStr const* h1_str, in EpidMemberIsKeyValid() argument
50 if (!ctx || !A_str || !x_str || !h1_str || !w_str || !ctx->epid2_params) { in EpidMemberIsKeyValid()
72 sts = EcSscmExp(G2, g2, (BigNumStr const*)x_str, t1); in EpidMemberIsKeyValid()
Dvalidatekey.h61 FpElemStr const* x_str, G1ElemStr const* h1_str,
/external/epid-sdk/epid/common/math/unittests/
Decgroup-test.cc157 static const BigNumStr x_str; member in __anon4a5873cb0111::EcGroupTest
328 const BigNumStr EcGroupTest::x_str = { member in __anon4a5873cb0111::EcGroupTest
949 EcExp(this->efq, this->efq_a, &this->x_str, this->efq_r)); in TEST_F()
966 EcExp(this->efq2, this->efq2_a, &this->x_str, this->efq2_r)); in TEST_F()
1005 EcSscmExp(this->efq, this->efq_a, &this->x_str, this->efq_r)); in TEST_F()
1022 EcSscmExp(this->efq2, this->efq2_a, &this->x_str, this->efq2_r)); in TEST_F()
1148 BigNumStr const* b[] = {&this->x_str}; in TEST_F()
1158 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
1168 BigNumStr const* b[] = {&this->x_str}; in TEST_F()
1178 BigNumStr const* b[] = {&this->x_str, &this->y_str}; in TEST_F()
[all …]
/external/v8/tools/
Dbigint-tester.py129 x_str = self.GenerateInput()
130 x_num = Parse(x_str)
133 return "{\n a: %s,\n r: %s\n}" % (x_str, result_str)
/external/wpa_supplicant_8/src/common/
Ddpp.c307 char *x_str = NULL, *y_str = NULL; in dpp_debug_print_point() local
319 x_str = BN_bn2hex(x); in dpp_debug_print_point()
321 if (!x_str || !y_str) in dpp_debug_print_point()
324 wpa_printf(MSG_DEBUG, "%s (%s,%s)", title, x_str, y_str); in dpp_debug_print_point()
327 OPENSSL_free(x_str); in dpp_debug_print_point()