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

  /src/external/gpl3/gcc/dist/libdecnumber/
decBasic.c 820 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
935 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */
981 estlo=hop*MULMAGIC; /* .. so low word needed */
  /src/external/gpl3/gcc.old/dist/libdecnumber/
decBasic.c 820 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
935 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */
981 estlo=hop*MULMAGIC; /* .. so low word needed */
  /src/external/gpl3/gdb/dist/libdecnumber/
decBasic.c 820 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
935 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */
981 estlo=hop*MULMAGIC; /* .. so low word needed */
  /src/external/gpl3/gdb.old/dist/libdecnumber/
decBasic.c 820 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
935 #define MULMAGIC 2305843009U /* 2**61/10**9 [both cases] */
966 LONGMUL32HI(estlo, hop, MULMAGIC);/* only need the high word */
980 LONGMUL32HI(esthi, hop, MULMAGIC);/* shift will be 31 .. */
981 estlo=hop*MULMAGIC; /* .. so low word needed */

Completed in 23 milliseconds