Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dedit-output.cpp391 int signLength{*converted.str == '-' || *converted.str == '+' ? 1 : 0}; in EditEorDOutput() local
461 int signLength{*convertedStr == '-' || *convertedStr == '+' ? 1 : 0}; in EditFOutput() local
729 int signLength{converted.length > 0 && EditEXOutput() local
[all...]