Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp178 int unsignedExponent; in totalExponent() local
190 unsignedExponent = 0; in totalExponent()
198 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
199 if (unsignedExponent > 32767) in totalExponent()
207 exponent = unsignedExponent; in totalExponent()