Searched refs:MULSHIFTB (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/libdecnumber/
H A DdecBasic.c823 #define MULSHIFTB 32 macro
826 #define MULSHIFTB 31 macro
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
938 #define MULSHIFTB 32 macro
941 #define MULSHIFTB 31 macro
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
/netbsd-current/external/gpl3/gdb.old/dist/libdecnumber/
H A DdecBasic.c823 #define MULSHIFTB 32 macro
826 #define MULSHIFTB 31 macro
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
938 #define MULSHIFTB 32 macro
941 #define MULSHIFTB 31 macro
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
/netbsd-current/external/gpl3/gcc.old/dist/libdecnumber/
H A DdecBasic.c823 #define MULSHIFTB 32 macro
826 #define MULSHIFTB 31 macro
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
938 #define MULSHIFTB 32 macro
941 #define MULSHIFTB 31 macro
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */
/netbsd-current/external/gpl3/gcc/dist/libdecnumber/
H A DdecBasic.c823 #define MULSHIFTB 32 macro
826 #define MULSHIFTB 31 macro
844 est=(uInt)(((uLong)hop*MULMAGIC)>>MULSHIFTB);
938 #define MULSHIFTB 32 macro
941 #define MULSHIFTB 31 macro
967 /* [MULSHIFTB is 32, so estlo can be used directly] */
982 estlo=(esthi<<1)+(estlo>>MULSHIFTB); /* [just the top bit] */

Completed in 275 milliseconds