Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h163 rmNearestTiesToAway enumerator
/external/llvm/lib/Support/
DAPFloat.cpp1222 rounding_mode == rmNearestTiesToAway || in handleOverflow()
1255 case rmNearestTiesToAway: in roundAwayFromZero()
2445 rounding_mode == rmNearestTiesToAway); in roundSignificandWithExponent()
/external/llvm/lib/Analysis/
DConstantFolding.cpp1433 V.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall()