OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:b_period
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/lgpl3/gmp/dist/tests/mpz/
t-jac.c
304
mpz_t b,
b_period
;
local
312
mpz_init_set (
b_period
, a);
314
mpz_mul_ui (
b_period
,
b_period
, 8L);
316
mpz_mul_ui (
b_period
,
b_period
, 4L);
320
if (mpz_even_p (a) && mpz_even_p (b) && mpz_even_p (
b_period
))
325
mpz_add (b, b,
b_period
);
332
mpz_sub (b, b,
b_period
);
338
mpz_clear (
b_period
);
[
all
...]
t-jac.c
304
mpz_t b,
b_period
;
local
312
mpz_init_set (
b_period
, a);
314
mpz_mul_ui (
b_period
,
b_period
, 8L);
316
mpz_mul_ui (
b_period
,
b_period
, 4L);
320
if (mpz_even_p (a) && mpz_even_p (b) && mpz_even_p (
b_period
))
325
mpz_add (b, b,
b_period
);
332
mpz_sub (b, b,
b_period
);
338
mpz_clear (
b_period
);
[
all
...]
Completed in 34 milliseconds
Indexes created Fri Sep 18 00:27:12 UTC 2026