Searched refs:ConvertFloatToDecimal (Results 1 – 4 of 4) sorted by relevance
/llvm-project/flang/unittests/Decimal/ |
H A D | quick-sanity-test.cpp | 28 auto result{ConvertFloatToDecimal(buffer, sizeof buffer, in testDirect() 43 auto result{ConvertFloatToDecimal(buffer, sizeof buffer, in testReadback()
|
H A D | thorough-test.cpp | 40 auto result{ConvertFloatToDecimal(buffer, sizeof buffer, in testReadback()
|
/llvm-project/flang/include/flang/Decimal/ |
H A D | decimal.h | 121 ConvertFloatToDecimal(char *, size_t, enum NS(DecimalConversionFlags),
|
/llvm-project/flang/lib/Decimal/ |
H A D | binary-to-decimal.cpp | 341 ConversionToDecimalResult ConvertFloatToDecimal(char *buffer, std::size_t size, in ConvertFloatToDecimal() function
|