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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4106 decApplyRound(res, set, residue, status);
5917 decApplyRound(res, &workset, residue, status); /* .. and round */
6816 decApplyRound(res, set, residue, &newstatus);
6853 /* decApplyRound, and will be unchanged unless the */
7033 /* decApplyRound -- apply pending rounding to a number */
7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue,
7214 } /* decApplyRound */
7222 /* residue is the rounding accumulator (as in decApplyRound) */
7259 /* residue is the rounding accumulator (as in decApplyRound) */
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4106 decApplyRound(res, set, residue, status);
5917 decApplyRound(res, &workset, residue, status); /* .. and round */
6816 decApplyRound(res, set, residue, &newstatus);
6853 /* decApplyRound, and will be unchanged unless the */
7033 /* decApplyRound -- apply pending rounding to a number */
7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue,
7214 } /* decApplyRound */
7222 /* residue is the rounding accumulator (as in decApplyRound) */
7259 /* residue is the rounding accumulator (as in decApplyRound) */
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4106 decApplyRound(res, set, residue, status);
5917 decApplyRound(res, &workset, residue, status); /* .. and round */
6816 decApplyRound(res, set, residue, &newstatus);
6853 /* decApplyRound, and will be unchanged unless the */
7033 /* decApplyRound -- apply pending rounding to a number */
7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue,
7214 } /* decApplyRound */
7222 /* residue is the rounding accumulator (as in decApplyRound) */
7259 /* residue is the rounding accumulator (as in decApplyRound) */
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 236 static void decApplyRound(decNumber *, decContext *, Int, uInt *);
4106 decApplyRound(res, set, residue, status);
5917 decApplyRound(res, &workset, residue, status); /* .. and round */
6816 decApplyRound(res, set, residue, &newstatus);
6853 /* decApplyRound, and will be unchanged unless the */
7033 /* decApplyRound -- apply pending rounding to a number */
7064 static void decApplyRound(decNumber *dn, decContext *set, Int residue,
7214 } /* decApplyRound */
7222 /* residue is the rounding accumulator (as in decApplyRound) */
7259 /* residue is the rounding accumulator (as in decApplyRound) */
    [all...]

Completed in 45 milliseconds