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