Home
last modified time | relevance | path

Searched refs:RoundNearest (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/flang/unittests/Decimal/
Dquick-sanity-test.cpp29 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()
Dthorough-test.cpp41 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/
Ddecimal.h47 RoundNearest, /* RN and RP */ enumerator
105 const char *&, enum FortranRounding = RoundNearest);
/external/llvm-project/flang/lib/Decimal/
Dbig-radix-floating-point.h68 enum FortranRounding rounding = RoundNearest)
73 Real, enum FortranRounding = RoundNearest);
357 enum FortranRounding rounding_ { RoundNearest }; in RemoveLeastOrderZeroDigits() enumerator
Ddecimal-to-binary.cpp152 case RoundNearest: in LoseLeastSignificantDigit()
261 case RoundNearest: in ToBinary()
Dbinary-to-decimal.cpp152 case RoundNearest: in ConvertToDecimal()
/external/llvm-project/flang/runtime/
Denvironment.cpp46 decimal::FortranRounding::RoundNearest; // RP(==RN) in Configure()
Dformat-implementation.h159 modes.round = decimal::RoundNearest; in HandleControl()
Dio-stmt.cpp848 case decimal::FortranRounding::RoundNearest: in Inquire()
Dio-api.cpp542 connection.modes.round = decimal::RoundNearest; in IONAME()
/external/llvm-project/flang/lib/Evaluate/
Dreal.cpp414 return decimal::RoundNearest; // dodge gcc warning about lack of result in MapRoundingMode()
507 static_cast<int>(sizeof buffer), decimal::RoundNearest, value)}; in AsFortran()