Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h627 opStatus roundSignificandWithExponent(const integerPart *, unsigned int, int,
/src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp2944 IEEEFloat::roundSignificandWithExponent(const integerPart *decSigParts, in roundSignificandWithExponent() function in llvm::detail::IEEEFloat
3142 fs = roundSignificandWithExponent(decSignificand, partCount, in convertFromDecimalString()