Searched refs:RoundNearest (Results 1 – 11 of 11) sorted by relevance
/external/llvm-project/flang/unittests/Decimal/ |
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()
|
D | thorough-test.cpp | 41 static_cast<enum DecimalConversionFlags>(flags), 1024, RoundNearest, x)}; in testReadback() 57 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback()
|
/external/llvm-project/flang/include/flang/Decimal/ |
D | decimal.h | 47 RoundNearest, /* RN and RP */ enumerator 105 const char *&, enum FortranRounding = RoundNearest);
|
/external/llvm-project/flang/lib/Decimal/ |
D | big-radix-floating-point.h | 68 enum FortranRounding rounding = RoundNearest) 73 Real, enum FortranRounding = RoundNearest); 357 enum FortranRounding rounding_ { RoundNearest }; in RemoveLeastOrderZeroDigits() enumerator
|
D | decimal-to-binary.cpp | 152 case RoundNearest: in LoseLeastSignificantDigit() 261 case RoundNearest: in ToBinary()
|
D | binary-to-decimal.cpp | 152 case RoundNearest: in ConvertToDecimal()
|
/external/llvm-project/flang/runtime/ |
D | environment.cpp | 46 decimal::FortranRounding::RoundNearest; // RP(==RN) in Configure()
|
D | format-implementation.h | 159 modes.round = decimal::RoundNearest; in HandleControl()
|
D | io-stmt.cpp | 848 case decimal::FortranRounding::RoundNearest: in Inquire()
|
D | io-api.cpp | 542 connection.modes.round = decimal::RoundNearest; in IONAME()
|
/external/llvm-project/flang/lib/Evaluate/ |
D | real.cpp | 414 return decimal::RoundNearest; // dodge gcc warning about lack of result in MapRoundingMode() 507 static_cast<int>(sizeof buffer), decimal::RoundNearest, value)}; in AsFortran()
|