Home
last modified time | relevance | path

Searched defs:expoDigits (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/runtime/
H A Dformat.h71 Fortran::common::optional<int> expoDigits; // 'Ee' field member
H A Dedit-output.cpp596 int expoDigits{edit.expoDigits.value_or(0)}; in EditForGOutput() local