Home | History | Annotate | Download | only in libgcc

Lines Matching defs:retn

1522   USItype retn = ((USItype) retprec + W_TYPE_SIZE - 1) / W_TYPE_SIZE;
1527 retidx = retn - 1;
1544 __builtin_memset (ret, 0, retn * sizeof (UWtype));
1557 USItype n = un > retn ? retn : un;
1563 if (retn > un && un2 != un)
1577 if (retn > un2)
1581 while (n2 < retn)
1601 while (n2 < retn)
1615 if (retn > un2 + vn2) retn = un2 + vn2;
1616 if (end > retn) end = retn;
1634 if (m + n > retn)
1635 n = retn - m;
1641 if (n2 < retn && un2 != un)
1652 while (n2 < retn)
1662 else if (n2 < retn)