HomeSort by: relevance | last modified time | path
    Searched defs:ptentwo (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
real.cc 1727 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1728 if (do_compare (&u, ptentwo, 0) >= 0)
1730 do_divide (&u, &u, ptentwo);
1731 do_multiply (&pten, &pten, ptentwo);
1774 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1779 do_multiply (&v, &v, ptentwo);
1780 do_multiply (&pten, &pten, ptentwo);
1723 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); local
1770 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); local
  /src/external/gpl3/gcc.old/dist/gcc/
real.cc 1689 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1690 if (do_compare (&u, ptentwo, 0) >= 0)
1692 do_divide (&u, &u, ptentwo);
1693 do_multiply (&pten, &pten, ptentwo);
1736 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1741 do_multiply (&v, &v, ptentwo);
1742 do_multiply (&pten, &pten, ptentwo);
1685 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); local
1732 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); local

Completed in 63 milliseconds