Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-output.h68 using BinaryFloatingPoint = variable
90 BinaryFloatingPoint x_;
91 char buffer_[BinaryFloatingPoint::maxDecimalConversionDigits +
H A Ddescriptor-io.h84 using RawType = typename RealOutputEditing<KIND>::BinaryFloatingPoint; in FormattedRealIO()
119 using RawType = typename RealOutputEditing<KIND>::BinaryFloatingPoint; in FormattedComplexIO()
H A Dedit-output.cpp491 edit.digits.value_or(BinaryFloatingPoint::decimalPrecision)}; // 'd' in EditForGOutput()
538 std::max(6, BinaryFloatingPoint::decimalPrecision)}; in EditListDirectedOutput()