Searched refs:RoundNearest (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/flang/unittests/Decimal/ |
| H A D | quick-sanity-test.cpp | 29 static_cast<enum DecimalConversionFlags>(flags), 1024, RoundNearest, x)}; in testDirect() 44 static_cast<enum DecimalConversionFlags>(flags), 1024, RoundNearest, x)}; in testReadback() 59 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback()
|
| H A D | thorough-test.cpp | 41 static_cast<enum DecimalConversionFlags>(flags), 1024, RoundNearest, x)}; in testReadback() 57 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback()
|
| /llvm-project-15.0.7/flang/include/flang/Decimal/ |
| H A D | decimal.h | 47 RoundNearest, /* RN and RP */ enumerator 105 enum FortranRounding = RoundNearest, const char *end = nullptr);
|
| /llvm-project-15.0.7/flang/lib/Decimal/ |
| H A D | big-radix-floating-point.h | 68 enum FortranRounding rounding = RoundNearest) 73 Real, enum FortranRounding = RoundNearest); 363 enum FortranRounding rounding_ { RoundNearest }; in RemoveLeastOrderZeroDigits() enumerator
|
| H A D | decimal-to-binary.cpp | 162 case RoundNearest: in LoseLeastSignificantDigit() 271 case RoundNearest: in ToBinary()
|
| H A D | binary-to-decimal.cpp | 153 case RoundNearest: in ConvertToDecimal()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | environment.h | 44 decimal::FortranRounding::RoundNearest}; // RP(==PN)
|
| H A D | environment.cpp | 47 decimal::FortranRounding::RoundNearest; // RP(==RN) in Configure()
|
| H A D | format-implementation.h | 110 modes.round = decimal::RoundNearest; in HandleControl()
|
| H A D | io-stmt.cpp | 1189 case decimal::FortranRounding::RoundNearest: in Inquire()
|
| H A D | io-api.cpp | 661 io.mutableModes().round = decimal::RoundNearest; in IONAME()
|
| /llvm-project-15.0.7/flang/lib/Evaluate/ |
| H A D | real.cpp | 615 return decimal::RoundNearest; // dodge gcc warning about lack of result in MapRoundingMode() 711 static_cast<int>(sizeof buffer), decimal::RoundNearest, value)}; in AsFortran()
|