Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp1355 unsigned int bits, significantParts; in multiplySignificand() local
1359 significantParts = partCountForBits(omsb); in multiplySignificand()
1360 lf = shiftRight(fullSignificand, significantParts, bits); in multiplySignificand()