Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dedit-output.h66 using BinaryFloatingPoint = variable
88 BinaryFloatingPoint x_;
89 char buffer_[BinaryFloatingPoint::maxDecimalConversionDigits +
Ddescriptor-io.h70 using RawType = typename RealOutputEditing<KIND>::BinaryFloatingPoint; in FormattedRealIO()
102 using RawType = typename RealOutputEditing<KIND>::BinaryFloatingPoint; in FormattedComplexIO()
Dedit-output.cpp333 edit.digits.value_or(BinaryFloatingPoint::decimalPrecision)}; // 'd' in EditForGOutput()
370 if (expo < 0 || expo > BinaryFloatingPoint::decimalPrecision) { in EditListDirectedOutput()