Searched refs:ptentwo (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/gcc/
H A Dreal.c1560 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1561 if (do_compare (&u, ptentwo, 0) >= 0)
1563 do_divide (&u, &u, ptentwo);
1564 do_multiply (&pten, &pten, ptentwo);
1607 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m);
1612 do_multiply (&v, &v, ptentwo);
1613 do_multiply (&pten, &pten, ptentwo);
1556 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); local
1603 const REAL_VALUE_TYPE *ptentwo = ten_to_ptwo (m); local

Completed in 67 milliseconds