Searched refs:mulu128 (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/util/ |
H A D | host-utils.c | 294 mulu128(&mp0, &mp1, int128_getlo(d0)); in udiv256_qrnnd() 313 mulu128(&mp0, &mp1, int128_getlo(d0)); in udiv256_qrnnd()
|
/openbmc/qemu/include/qemu/ |
H A D | host-utils.h | 606 static inline bool mulu128(uint64_t *plow, uint64_t *phigh, uint64_t factor) in mulu128() function
|
/openbmc/qemu/libdecnumber/ |
H A D | decNumber.c | 573 if (mulu128(&lo, &hi, DECDPUNMAX + 1)) { in decNumberIntegralToInt128() 7969 if (mulu128(plow, phigh, powers[ARRAY_SIZE(powers) - 1])) { 7977 return mulu128(plow, phigh, powers[pow10]);
|