Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DAPFloat.h540 opStatus roundSignificandWithExponent(const integerPart *, unsigned int, int,
/llvm-project-15.0.7/llvm/lib/Support/
H A DAPFloat.cpp2632 IEEEFloat::roundSignificandWithExponent(const integerPart *decSigParts, in roundSignificandWithExponent() function in llvm::detail::IEEEFloat
2828 fs = roundSignificandWithExponent(decSignificand, partCount, in convertFromDecimalString()