Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h160 rmNearestTiesToAway enumerator
/external/llvm/lib/Support/
DAPFloat.cpp1190 rounding_mode == rmNearestTiesToAway || in handleOverflow()
1223 case rmNearestTiesToAway: in roundAwayFromZero()
2413 rounding_mode == rmNearestTiesToAway); in roundSignificandWithExponent()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1429 V.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall()