Lines Matching refs:DEN
61 PTR(DEN(quot)), ALLOC(DEN(quot)));
64 SIZ(NUM(quot)) = SIZ(DEN(quot));
65 SIZ(DEN(quot)) = op2_size;
69 SIZ(NUM(quot)) = - SIZ(DEN(quot));
70 SIZ(DEN(quot)) = - op2_size;
83 MPZ_NEWALLOC (DEN(quot), 1)[0] = 1;
84 SIZ(DEN(quot)) = 1;
98 op2_size = SIZ(DEN(op2));
99 op1_size = SIZ(DEN(op1));
113 mpz_gcd (gcd2, DEN(op2), DEN(op1));
116 mpz_divexact_gcd (tmp2, DEN(op2), gcd2);
121 mpz_divexact_gcd (tmp2, DEN(op1), gcd2);
123 mpz_mul (DEN(quot), tmp1, tmp2);
126 if (SIZ(DEN(quot)) < 0)
128 SIZ(DEN(quot)) = -SIZ(DEN(quot));