Home | History | Annotate | Download | only in gcc

Lines Matching defs:pten

1578   REAL_VALUE_TYPE r, pten, u, v;
1642 pten = *one;
1682 this is larger than the current remainder. Fill PTEN with
1693 do_multiply (&pten, &pten, ptentwo);
1702 less-than-one code to compute the proper value for PTEN. */
1731 the current remainder is smaller than 1/P. Fill PTEN with the
1742 do_multiply (&pten, &pten, ptentwo);
1749 do_divide (&pten, one, &pten);
1757 /* At this point, PTEN should contain the nearest power of 10 smaller
1765 digit = rtd_divmod (&r, &pten);
1772 digit = rtd_divmod (&r, &pten);
1795 digit = rtd_divmod (&r, &pten);
1802 digit = rtd_divmod (&r, &pten);
2288 REAL_VALUE_TYPE r, pten;
2307 pten = *real_digit (1);
2308 times_pten (&pten, dec_exp);
2314 digit = rtd_divmod (&r, &pten);
2320 digit = rtd_divmod (&r, &pten);
2407 REAL_VALUE_TYPE pten, *rr;
2414 pten = *real_digit (1);
2415 rr = &pten;
2425 do_divide (r, r, &pten);