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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 272 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4056 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4418 /* [Note: unused units do not participate in decUnitAddSub data] */
4436 /* virtual padding (implemented by decUnitAddSub). */
4554 decUnitAddSub(&var1[shift], var1units-shift,
4704 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4758 accunits=-decUnitAddSub(accnext, accunits,
4815 /* than two calls to decUnitAddSub would be made. */
4944 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5089 if (*mer!=0) accunits=decUnitAddSub(&acc[shift], accunits-shift
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 272 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4056 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4418 /* [Note: unused units do not participate in decUnitAddSub data] */
4436 /* virtual padding (implemented by decUnitAddSub). */
4554 decUnitAddSub(&var1[shift], var1units-shift,
4704 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4758 accunits=-decUnitAddSub(accnext, accunits,
4815 /* than two calls to decUnitAddSub would be made. */
4944 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5089 if (*mer!=0) accunits=decUnitAddSub(&acc[shift], accunits-shift
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 272 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4056 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4418 /* [Note: unused units do not participate in decUnitAddSub data] */
4436 /* virtual padding (implemented by decUnitAddSub). */
4554 decUnitAddSub(&var1[shift], var1units-shift,
4704 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4758 accunits=-decUnitAddSub(accnext, accunits,
4815 /* than two calls to decUnitAddSub would be made. */
4944 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5089 if (*mer!=0) accunits=decUnitAddSub(&acc[shift], accunits-shift
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 272 static Int decUnitAddSub(const Unit *, Int, const Unit *, Int, Int,
4056 res->digits=decUnitAddSub(lhs->lsu, D2U(lhs->digits),
4418 /* [Note: unused units do not participate in decUnitAddSub data] */
4436 /* virtual padding (implemented by decUnitAddSub). */
4554 decUnitAddSub(&var1[shift], var1units-shift,
4704 tarunits=decUnitAddSub(accnext, accunits, accnext, accunits,
4758 accunits=-decUnitAddSub(accnext, accunits,
4815 /* than two calls to decUnitAddSub would be made. */
4944 #define NEEDTWO (DECDPUN*2) /* within two decUnitAddSub calls */
5089 if (*mer!=0) accunits=decUnitAddSub(&acc[shift], accunits-shift
    [all...]

Completed in 29 milliseconds