Home
last modified time | relevance | path

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

/dports/math/libtommath/libtommath-1.2.0/demo/
H A Dmtest_opponent.c27 unsigned long expt_n, add_n, sub_n, mul_n, div_n, sqr_n, mul2d_n, div2d_n, in mtest_opponent() local
35 div2_n = mul2_n = inv_n = expt_n = lcm_n = gcd_n = add_n = in mtest_opponent()
78 expt_n, inv_n, div2_n, mul2_n, add_d_n, sub_d_n); in mtest_opponent()
277 ++expt_n; in mtest_opponent()
289 printf("expt %lu failure!\n", expt_n); in mtest_opponent()
/dports/math/tomsfastmath/tomsfastmath-0.13.1/demo/
H A Dtest.c40 unsigned long expt_n, add_n, sub_n, mul_n, div_n, sqr_n, mul2d_n, div2d_n, gcd_n, lcm_n, inv_n, local
195 div2_n = mul2_n = inv_n = expt_n = lcm_n = gcd_n = add_n =
199 …lu ", add_n, sub_n, mul_n, div_n, sqr_n, mul2d_n, div2d_n, gcd_n, lcm_n, expt_n, inv_n, div2_n, mu…
339 } else if (!strcmp(cmd, "expt")) { ++expt_n;
348 printf("\nexpt %lu failure!\n", expt_n);