OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:umul256
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c
39
static inline uint128_t
umul256
(const uint128_t a, const uint64_t bHi, const uint64_t bLo, uint128_t* const productHi) {
function
68
// Reuse the
umul256
implementation.
72
umul256
(a, bHi, bLo, &hi);
/src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
d2fixed.c
39
static inline uint128_t
umul256
(const uint128_t a, const uint64_t bHi, const uint64_t bLo, uint128_t* const productHi) {
function
68
// Reuse the
umul256
implementation.
72
umul256
(a, bHi, bLo, &hi);
Completed in 25 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026