Home
last modified time | relevance | path

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

/openbmc/qemu/libdecnumber/
H A DdecNumber.c267 static bool mulUInt128ByPowOf10(uLong *, uLong *, uInt);
585 if (mulUInt128ByPowOf10(&lo, &hi, dn->exponent)) { in decNumberIntegralToInt128()
7966 static bool mulUInt128ByPowOf10(uLong *plow, uLong *phigh, uInt pow10) function