Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp1197 APFloat::handleOverflow(roundingMode rounding_mode) in handleOverflow()
1223 APFloat::roundAwayFromZero(roundingMode rounding_mode, in roundAwayFromZero()
1260 APFloat::normalize(roundingMode rounding_mode, in normalize()
1642 APFloat::addOrSubtract(const APFloat &rhs, roundingMode rounding_mode, in addOrSubtract()
1673 APFloat::add(const APFloat &rhs, roundingMode rounding_mode) in add()
1680 APFloat::subtract(const APFloat &rhs, roundingMode rounding_mode) in subtract()
1687 APFloat::multiply(const APFloat &rhs, roundingMode rounding_mode) in multiply()
1706 APFloat::divide(const APFloat &rhs, roundingMode rounding_mode) in divide()
1762 APFloat::mod(const APFloat &rhs, roundingMode rounding_mode) in mod()
1804 roundingMode rounding_mode) in fusedMultiplyAdd()
[all …]