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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 1439 uInt copystat=0; /* clean status */ local
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1445 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 1439 uInt copystat=0; /* clean status */ local
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1445 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 1439 uInt copystat=0; /* clean status */ local
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1445 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 1439 uInt copystat=0; /* clean status */ local
1443 decCopyFit(w, rhs, &aset, &residue, &copystat); /* copy & shorten */
1445 if (!(copystat&DEC_Inexact) && w->lsu[0]==1) {

Completed in 38 milliseconds