Home
last modified time | relevance | path

Searched refs:mulu128 (Results 1 – 3 of 3) sorted by relevance

/qemu/util/
H A Dhost-utils.c294 mulu128(&mp0, &mp1, int128_getlo(d0)); in udiv256_qrnnd()
313 mulu128(&mp0, &mp1, int128_getlo(d0)); in udiv256_qrnnd()
/qemu/include/qemu/
H A Dhost-utils.h606 static inline bool mulu128(uint64_t *plow, uint64_t *phigh, uint64_t factor) in mulu128() function
/qemu/libdecnumber/
H A DdecNumber.c573 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]);