OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Mar 04 15:26:31 UTC 2026