Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFixedPoint.cpp141 APFloat::rmNearestTiesToAway); in fitsInFloatSemantics()
147 APFloat::rmNearestTiesToAway); in fitsInFloatSemantics()
H A DAPFloat.cpp193 constexpr RoundingMode APFloatBase::rmNearestTiesToAway; member in llvm::APFloatBase
1296 rounding_mode == rmNearestTiesToAway || in handleOverflow()
1327 case rmNearestTiesToAway: in roundAwayFromZero()
2617 rounding_mode == rmNearestTiesToAway); in roundSignificandWithExponent()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1921 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()
1979 RM = APFloat::rmNearestTiesToAway; in ConstantFoldScalarCall1()
2177 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h195 static constexpr roundingMode rmNearestTiesToAway = member