Home | History | Annotate | Download | only in tests

Lines Matching refs:aq

54   mpq_t aq, bq, refq, resq;
62 mpq_init (aq);
74 _mpq_set_zz (aq, an, ad);
78 mpq_mul (resq, aq, bq);
96 mpq_inv (aq, aq);
97 mpq_div (resq, aq, bq);
113 mpq_swap (bq, aq);
114 mpq_div (resq, aq, bq);
130 mpq_set (resq, aq);
131 mpq_neg (bq, aq);
132 mpq_abs (refq, aq);
148 mpq_mul (resq, aq, aq);
149 mpq_mul (refq, aq, bq); /* now bq = - aq */
172 mpq_clear (aq);