Home
last modified time | relevance | path

Searched refs:ConvertFloatToDecimal (Results 1 – 4 of 4) sorted by relevance

/llvm-project/flang/unittests/Decimal/
H A Dquick-sanity-test.cpp28 auto result{ConvertFloatToDecimal(buffer, sizeof buffer, in testDirect()
43 auto result{ConvertFloatToDecimal(buffer, sizeof buffer, in testReadback()
H A Dthorough-test.cpp40 auto result{ConvertFloatToDecimal(buffer, sizeof buffer, in testReadback()
/llvm-project/flang/include/flang/Decimal/
H A Ddecimal.h121 ConvertFloatToDecimal(char *, size_t, enum NS(DecimalConversionFlags),
/llvm-project/flang/lib/Decimal/
H A Dbinary-to-decimal.cpp341 ConversionToDecimalResult ConvertFloatToDecimal(char *buffer, std::size_t size, in ConvertFloatToDecimal() function