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

  /src/external/gpl3/gcc/dist/libdecnumber/
decNumber.c 151 /* is found by decGetDigits, which accounts for leading zeros. */
249 static Int decGetDigits(Unit *, Int);
361 if (uin==0) return dn; /* [or decGetDigits bad call] */
366 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
846 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu);
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1);
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu);
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits))
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decNumber.c 151 /* is found by decGetDigits, which accounts for leading zeros. */
249 static Int decGetDigits(Unit *, Int);
361 if (uin==0) return dn; /* [or decGetDigits bad call] */
366 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
846 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu);
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1);
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu);
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits))
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decNumber.c 151 /* is found by decGetDigits, which accounts for leading zeros. */
249 static Int decGetDigits(Unit *, Int);
361 if (uin==0) return dn; /* [or decGetDigits bad call] */
366 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
846 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu);
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1);
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu);
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits))
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decNumber.c 151 /* is found by decGetDigits, which accounts for leading zeros. */
249 static Int decGetDigits(Unit *, Int);
361 if (uin==0) return dn; /* [or decGetDigits bad call] */
366 dn->digits=decGetDigits(dn->lsu, up-dn->lsu);
846 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1233 res->digits=decGetDigits(res->lsu, uc-res->lsu);
1853 res->digits=decGetDigits(res->lsu, uc-res->lsu);
2559 res->digits=decGetDigits(res->lsu, msumax-res->lsu+1);
3276 res->digits=decGetDigits(res->lsu, uc-res->lsu);
3960 res->digits=decGetDigits(res->lsu, D2U(res->digits))
    [all...]

Completed in 30 milliseconds