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

  /src/external/lgpl3/mpfr/dist/src/
rint.c 132 mp_size_t uj; local
136 uj = un - ui; /* lowest limb of the integer part */
137 idiff = exp % GMP_NUMB_BITS; /* #int-part bits in up[uj] or 0 */
139 uflags = idiff == 0 || MPFR_LIMB_LSHIFT(up[uj],idiff) == 0 ? 0 : 2;
141 while (uj > 0)
142 if (up[--uj] != 0)
210 mp_size_t uj, rj; local
213 uj = un - ui; /* lowest limb of the integer part in u */
217 MPN_COPY(rp + rj, up + uj, ui);
242 if (uj == 0 && sh == 0
    [all...]
  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 722 uInt *ui, *uj; /* work */ local
751 for (uj=bufr+MULOPLEN-1; uj>=bufr; uj--) printf(" %08lx", (LI)*uj);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
781 /* if (*uj==0) continue; // product cannot affect result */
782 *pl+=((uLong)*ui)*(*uj);
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 722 uInt *ui, *uj; /* work */ local
751 for (uj=bufr+MULOPLEN-1; uj>=bufr; uj--) printf(" %08lx", (LI)*uj);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
781 /* if (*uj==0) continue; // product cannot affect result */
782 *pl+=((uLong)*ui)*(*uj);
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 722 uInt *ui, *uj; /* work */ local
751 for (uj=bufr+MULOPLEN-1; uj>=bufr; uj--) printf(" %08lx", (LI)*uj);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
781 /* if (*uj==0) continue; // product cannot affect result */
782 *pl+=((uLong)*ui)*(*uj);
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 722 uInt *ui, *uj; /* work */ local
751 for (uj=bufr+MULOPLEN-1; uj>=bufr; uj--) printf(" %08lx", (LI)*uj);
780 for (uj=bufl; uj<bufl+MULOPLEN; uj++, pl++) { /* over each item in lhs */
781 /* if (*uj==0) continue; // product cannot affect result */
782 *pl+=((uLong)*ui)*(*uj);
    [all...]

Completed in 29 milliseconds