HomeSort by: relevance | last modified time | path
    Searched refs:quotient2 (Results 1 - 5 of 5) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-fdiv.c 35 mpz_t quotient2, remainder2; local
56 mpz_init (quotient2);
87 mpz_fdiv_q (quotient2, dividend, divisor);
92 if (mpz_cmp (quotient, quotient2) != 0)
125 mpz_clear (quotient2);
t-tdiv.c 35 mpz_t quotient2, remainder2; local
55 mpz_init (quotient2);
86 mpz_tdiv_q (quotient2, dividend, divisor);
91 if (mpz_cmp (quotient, quotient2) != 0)
124 mpz_clear (quotient2);
t-cdiv_ui.c 35 mpz_t quotient2, remainder2; local
57 mpz_init (quotient2);
85 r_q = mpz_cdiv_q_ui (quotient2, dividend, divisor);
91 if (mpz_cmp (quotient, quotient2) != 0)
137 mpz_clear (quotient2);
t-fdiv_ui.c 35 mpz_t quotient2, remainder2; local
57 mpz_init (quotient2);
85 r_q = mpz_fdiv_q_ui (quotient2, dividend, divisor);
91 if (mpz_cmp (quotient, quotient2) != 0)
137 mpz_clear (quotient2);
t-tdiv_ui.c 35 mpz_t quotient2, remainder2; local
57 mpz_init (quotient2);
85 r_q = mpz_tdiv_q_ui (quotient2, dividend, divisor);
91 if (mpz_cmp (quotient, quotient2) != 0)
137 mpz_clear (quotient2);

Completed in 68 milliseconds