HomeSort by: relevance | last modified time | path
    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