Home
last modified time | relevance | path

Searched defs:pow10 (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c103 int64_t pow10 = 1, bin = 0; in HELPER() local
136 int64_t bin = 0, pow10, tmp; in HELPER() local
/openbmc/qemu/libdecnumber/
H A DdecNumber.c7965 static bool mulUInt128ByPowOf10(uLong *plow, uLong *phigh, uInt pow10)