Home
last modified time | relevance | path

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

/external/llvm-project/flang/runtime/
Dedit-output.cpp25 int signChars{0}; in EditIntegerOutput() local
31 signChars = 1; // '-' or '+' in EditIntegerOutput()
69 signChars = 0; // in case of SP in EditIntegerOutput()
77 int total{signChars + leadingZeroes + digits}; in EditIntegerOutput()
91 io.Emit(n < 0 ? "-" : "+", signChars) && in EditIntegerOutput()