Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Decimal/
H A Ddecimal-to-binary.cpp186 template <int PREC> class IntermediateFloat { class
193 IntermediateFloat() {} in IntermediateFloat() function in Fortran::decimal::IntermediateFloat
194 IntermediateFloat(const IntermediateFloat &) = default;
241 ConversionToBinaryResult<PREC> IntermediateFloat<PREC>::ToBinary( in ToBinary()
336 IntermediateFloat<PREC> f; in ConvertToBinary()