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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--;
296 divunits=(Int)(msud-div+1); /* precalculate */
304 divtop=*msud<<2;
306 uInt *um=msud-1;
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break;
378 /* if both *msud and *msua are small it is cost-effective to */
385 /* there cannot be a *(msud-2) for DECDOUBLE so next is *
    [all...]
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--;
296 divunits=(Int)(msud-div+1); /* precalculate */
304 divtop=*msud<<2;
306 uInt *um=msud-1;
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break;
378 /* if both *msud and *msua are small it is cost-effective to */
385 /* there cannot be a *(msud-2) for DECDOUBLE so next is *
    [all...]
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--;
296 divunits=(Int)(msud-div+1); /* precalculate */
304 divtop=*msud<<2;
306 uInt *um=msud-1;
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break;
378 /* if both *msud and *msua are small it is cost-effective to */
385 /* there cannot be a *(msud-2) for DECDOUBLE so next is *
    [all...]
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 185 uInt *msua, *msud, *msuq; /* -> msu of acc, div, and quo */ local
291 for (msud=div+DIVOPLEN-1; *msud==0;) msud--;
296 divunits=(Int)(msud-div+1); /* precalculate */
304 divtop=*msud<<2;
306 uInt *um=msud-1;
367 for (ud=msud, ua=msua; ud>div; ud--, ua--) if (*ud!=*ua) break;
378 /* if both *msud and *msua are small it is cost-effective to */
385 /* there cannot be a *(msud-2) for DECDOUBLE so next is *
    [all...]

Completed in 24 milliseconds