Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPFloat.cpp3669 int NWholeDigits = exp + (int) NDigits; in toString() local
3672 if (NWholeDigits > 0) { in toString()
3673 for (; I != (unsigned) NWholeDigits; ++I) in toString()
3677 unsigned NZeros = 1 + (unsigned) -NWholeDigits; in toString()