Home
last modified time | relevance | path

Searched refs:RoundCompatible (Results 1 – 7 of 7) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Decimal/
H A Ddecimal.h51 RoundCompatible, /* RC: like RN, but ties go away from 0 */ enumerator
/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp173 case RoundCompatible: in LoseLeastSignificantDigit()
282 case RoundCompatible: in ToBinary()
H A Dbinary-to-decimal.cpp165 case RoundCompatible: in ConvertToDecimal()
/llvm-project-15.0.7/flang/runtime/
H A Dformat-implementation.h122 modes.round = decimal::RoundCompatible; in HandleControl()
H A Dio-stmt.cpp1201 case decimal::FortranRounding::RoundCompatible: in Inquire()
H A Dio-api.cpp664 io.mutableModes().round = decimal::RoundCompatible; in IONAME()
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dreal.cpp613 return decimal::RoundCompatible; in MapRoundingMode()