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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 1758 Int sigl; /* signum of LHS */ local
1759 sigl=(DFISSIGNED(dfl) ? -1 : +1);
1777 if (*ub>*uc) comp=sigl; /* difference found */
1778 else comp=-sigl; /* .. */
3623 Int sigl, sigr; /* LHS and RHS non-0 signums */ local
3631 sigl=1;
3637 sigl=-1;
3647 sigr=-sigl; /* sign to return if abs(RHS) wins */
3651 return sigl; /* inf > n */
3663 if (shift>0) return sigl;
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 1758 Int sigl; /* signum of LHS */ local
1759 sigl=(DFISSIGNED(dfl) ? -1 : +1);
1777 if (*ub>*uc) comp=sigl; /* difference found */
1778 else comp=-sigl; /* .. */
3623 Int sigl, sigr; /* LHS and RHS non-0 signums */ local
3631 sigl=1;
3637 sigl=-1;
3647 sigr=-sigl; /* sign to return if abs(RHS) wins */
3651 return sigl; /* inf > n */
3663 if (shift>0) return sigl;
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 1758 Int sigl; /* signum of LHS */ local
1759 sigl=(DFISSIGNED(dfl) ? -1 : +1);
1777 if (*ub>*uc) comp=sigl; /* difference found */
1778 else comp=-sigl; /* .. */
3623 Int sigl, sigr; /* LHS and RHS non-0 signums */ local
3631 sigl=1;
3637 sigl=-1;
3647 sigr=-sigl; /* sign to return if abs(RHS) wins */
3651 return sigl; /* inf > n */
3663 if (shift>0) return sigl;
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 1758 Int sigl; /* signum of LHS */ local
1759 sigl=(DFISSIGNED(dfl) ? -1 : +1);
1777 if (*ub>*uc) comp=sigl; /* difference found */
1778 else comp=-sigl; /* .. */
3623 Int sigl, sigr; /* LHS and RHS non-0 signums */ local
3631 sigl=1;
3637 sigl=-1;
3647 sigr=-sigl; /* sign to return if abs(RHS) wins */
3651 return sigl; /* inf > n */
3663 if (shift>0) return sigl;
    [all...]

Completed in 43 milliseconds