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

  /src/external/gpl3/gcc/dist/libdecnumber/dpd/
decimal64.c 623 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ local
637 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
643 first=uar+D2U(digits+shift)-1; /* where msu will end up */
659 for (; target>=uar; target--) {
664 inu=uar; /* use units in working array */
  /src/external/gpl3/gcc.old/dist/libdecnumber/dpd/
decimal64.c 624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */
660 for (; target>=uar; target--) {
665 inu=uar; /* use units in working array */
  /src/external/gpl3/gdb/dist/libdecnumber/dpd/
decimal64.c 624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */
660 for (; target>=uar; target--) {
665 inu=uar; /* use units in working array */
  /src/external/gpl3/gdb.old/dist/libdecnumber/dpd/
decimal64.c 624 Unit uar[DECMAXUNITS]; /* working copy of units, iff shifted */ local
638 target=uar+D2U(digits)-1+D2U(shift);/* where upper part of first cut goes */
644 first=uar+D2U(digits+shift)-1; /* where msu will end up */
660 for (; target>=uar; target--) {
665 inu=uar; /* use units in working array */

Completed in 17 milliseconds