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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 441 #define DIVSHIFTA 29
453 hop=(uInt)(sub>>DIVSHIFTA);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 441 #define DIVSHIFTA 29
453 hop=(uInt)(sub>>DIVSHIFTA);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 441 #define DIVSHIFTA 29
453 hop=(uInt)(sub>>DIVSHIFTA);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 441 #define DIVSHIFTA 29
453 hop=(uInt)(sub>>DIVSHIFTA);
472 hop=(carry<<3)+(lo>>DIVSHIFTA); /* hi:lo/2**29 */

Completed in 35 milliseconds