Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Decimal/
Ddecimal.h139 ConvertDecimalToFloat(const char **, float *, enum NS(FortranRounding));
/external/llvm-project/flang/unittests/Decimal/
Dthorough-test.cpp57 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback()
Dquick-sanity-test.cpp59 auto rflags{ConvertDecimalToFloat(&p, &y, RoundNearest)}; in testReadback()
/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp443 enum ConversionResultFlags ConvertDecimalToFloat( in ConvertDecimalToFloat() function