Searched refs:decUnitAddSub (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/gcc/libdecnumber/ |
| H A D | decNumber.c | 251 static Int decUnitAddSub (const Unit *, Int, const Unit *, Int, Int, Unit *, Int); 2539 …res->digits = decUnitAddSub (lhs->lsu, D2U (lhs->digits), rhs->lsu, D2U (rhs->digits), rhsshift, a… in decAddOp() 3121 decUnitAddSub (&var1[shift], var1units - shift, in decDivideOp() 3299 decUnitAddSub (accnext, accunits, accnext, accunits, 0, in decDivideOp() 3368 accunits = -decUnitAddSub (accnext, accunits, in decDivideOp() 3541 decUnitAddSub (&acc[shift], accunits - shift, lhs->lsu, in decMultiplyOp() 4082 accunits = decUnitAddSub (a, alength, b, blength, expunits, acc, in decUnitCompare() 4148 decUnitAddSub (const Unit * a, Int alength, in decUnitAddSub() function 5059 decUnitAddSub (dn->lsu, D2U (dn->digits), one, 1, 0, dn->lsu, bump); in decApplyRound()
|
| H A D | ChangeLog | 42 decCompare, decUnitCompare, decUnitAddSub, decRoundOperand,
|