Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp4488 int NWholeDigits = exp + (int) NDigits; in toStringImpl() local
4491 if (NWholeDigits > 0) { in toStringImpl()
4492 for (; I != (unsigned) NWholeDigits; ++I) in toStringImpl()
4496 unsigned NZeros = 1 + (unsigned) -NWholeDigits; in toStringImpl()