Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Decimal/
Ddecimal-to-binary.cpp176 template <int PREC> class IntermediateFloat { class
183 IntermediateFloat() {} in IntermediateFloat() function in Fortran::decimal::IntermediateFloat
184 IntermediateFloat(const IntermediateFloat &) = default;
231 ConversionToBinaryResult<PREC> IntermediateFloat<PREC>::ToBinary( in ToBinary()
326 IntermediateFloat<PREC> f; in ConvertToBinary()