Home
last modified time | relevance | path

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

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