Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Decimal/
Ddecimal.h51 RoundCompatible, /* RC: like RN, but ties go away from 0 */ enumerator
/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp163 case RoundCompatible: in LoseLeastSignificantDigit()
272 case RoundCompatible: in ToBinary()
Dbinary-to-decimal.cpp164 case RoundCompatible: in ConvertToDecimal()
/external/llvm-project/flang/runtime/
Dformat-implementation.h171 modes.round = decimal::RoundCompatible; in HandleControl()
Dio-stmt.cpp860 case decimal::FortranRounding::RoundCompatible: in Inquire()
Dio-api.cpp545 connection.modes.round = decimal::RoundCompatible; in IONAME()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp412 return decimal::RoundCompatible; in MapRoundingMode()