Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1506 handleOverflow(roundingMode rounding_mode) handleOverflow() argument
1536 roundAwayFromZero(roundingMode rounding_mode,lostFraction lost_fraction,unsigned int bit) const roundAwayFromZero() argument
1574 normalize(roundingMode rounding_mode,lostFraction lost_fraction) normalize() argument
2008 addOrSubtract(const IEEEFloat & rhs,roundingMode rounding_mode,bool subtract) addOrSubtract() argument
2041 add(const IEEEFloat & rhs,roundingMode rounding_mode) add() argument
2047 subtract(const IEEEFloat & rhs,roundingMode rounding_mode) subtract() argument
2053 multiply(const IEEEFloat & rhs,roundingMode rounding_mode) multiply() argument
2073 divide(const IEEEFloat & rhs,roundingMode rounding_mode) divide() argument
2231 fusedMultiplyAdd(const IEEEFloat & multiplicand,const IEEEFloat & addend,roundingMode rounding_mode) fusedMultiplyAdd() argument
2275 roundToIntegral(roundingMode rounding_mode) roundToIntegral() argument
2440 convert(const fltSemantics & toSemantics,roundingMode rounding_mode,bool * losesInfo) convert() argument
2587 convertToSignExtendedInteger(MutableArrayRef<integerPart> parts,unsigned int width,bool isSigned,roundingMode rounding_mode,bool * isExact) const convertToSignExtendedInteger() argument
2701 convertToInteger(MutableArrayRef<integerPart> parts,unsigned int width,bool isSigned,roundingMode rounding_mode,bool * isExact) const convertToInteger() argument
2732 convertFromUnsignedParts(const integerPart * src,unsigned int srcCount,roundingMode rounding_mode) convertFromUnsignedParts() argument
2760 convertFromAPInt(const APInt & Val,bool isSigned,roundingMode rounding_mode) convertFromAPInt() argument
2779 convertFromSignExtendedInteger(const integerPart * src,unsigned int srcCount,bool isSigned,roundingMode rounding_mode) convertFromSignExtendedInteger() argument
2805 convertFromZeroExtendedInteger(const integerPart * parts,unsigned int width,bool isSigned,roundingMode rounding_mode) convertFromZeroExtendedInteger() argument
2820 convertFromHexadecimalString(StringRef s,roundingMode rounding_mode) convertFromHexadecimalString() argument
2915 roundSignificandWithExponent(const integerPart * decSigParts,unsigned sigPartCount,int exp,roundingMode rounding_mode) roundSignificandWithExponent() argument
2998 convertFromDecimalString(StringRef str,roundingMode rounding_mode) convertFromDecimalString() argument
3191 convertFromString(StringRef str,roundingMode rounding_mode) convertFromString() argument
5244 convertToInteger(APSInt & result,roundingMode rounding_mode,bool * isExact) const convertToInteger() argument
[all...]