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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
288 msua=acc+DIVACCLEN-1; /* [leading zeros removed below] */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
337 for (ua=msua; ua>=lsua; ua--) printf("%09ld ", (LI)*ua);
344 for (; *msua==0 && msua>=lsua;) msua--;
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
350 if (accunits==0) msua++; /* restore */
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break
    [all...]
decNumber.c 799 const Unit *msua, *msub; /* -> operand msus */ local
816 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
822 if (ua>msua) a=0;
1196 const Unit *ua, *msua; /* -> operand and its msu */ local
1210 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1216 if (ua>msua) a=0;
1808 const Unit *msua, *msub; /* -> operand msus */ local
1824 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1830 if (ua>msua) a=0;
3231 const Unit *msua, *msub; /* -> operand msus * local
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
288 msua=acc+DIVACCLEN-1; /* [leading zeros removed below] */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
337 for (ua=msua; ua>=lsua; ua--) printf("%09ld ", (LI)*ua);
344 for (; *msua==0 && msua>=lsua;) msua--;
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
350 if (accunits==0) msua++; /* restore */
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break
    [all...]
decNumber.c 799 const Unit *msua, *msub; /* -> operand msus */ local
816 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
822 if (ua>msua) a=0;
1196 const Unit *ua, *msua; /* -> operand and its msu */ local
1210 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1216 if (ua>msua) a=0;
1808 const Unit *msua, *msub; /* -> operand msus */ local
1824 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1830 if (ua>msua) a=0;
3231 const Unit *msua, *msub; /* -> operand msus * local
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
288 msua=acc+DIVACCLEN-1; /* [leading zeros removed below] */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
337 for (ua=msua; ua>=lsua; ua--) printf("%09ld ", (LI)*ua);
344 for (; *msua==0 && msua>=lsua;) msua--;
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
350 if (accunits==0) msua++; /* restore */
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break
    [all...]
decNumber.c 799 const Unit *msua, *msub; /* -> operand msus */ local
816 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
822 if (ua>msua) a=0;
1196 const Unit *ua, *msua; /* -> operand and its msu */ local
1210 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1216 if (ua>msua) a=0;
1808 const Unit *msua, *msub; /* -> operand msus */ local
1824 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1830 if (ua>msua) a=0;
3231 const Unit *msua, *msub; /* -> operand msus * local
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
288 msua=acc+DIVACCLEN-1; /* [leading zeros removed below] */
297 lsua=msua-divunits+1; /* initial working lsu of acc */
337 for (ua=msua; ua>=lsua; ua--) printf("%09ld ", (LI)*ua);
344 for (; *msua==0 && msua>=lsua;) msua--;
345 accunits=(Int)(msua-lsua+1); /* [maybe 0] */
350 if (accunits==0) msua++; /* restore */
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break
    [all...]
decNumber.c 799 const Unit *msua, *msub; /* -> operand msus */ local
816 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
822 if (ua>msua) a=0;
1196 const Unit *ua, *msua; /* -> operand and its msu */ local
1210 msua=ua+D2U(rhs->digits)-1; /* -> msu of rhs */
1216 if (ua>msua) a=0;
1808 const Unit *msua, *msub; /* -> operand msus */ local
1824 msua=ua+D2U(lhs->digits)-1; /* -> msu of lhs */
1830 if (ua>msua) a=0;
3231 const Unit *msua, *msub; /* -> operand msus * local
    [all...]

Completed in 53 milliseconds