Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp302 int unsignedExponent; in totalExponent() local
316 unsignedExponent = 0; in totalExponent()
325 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
326 if (unsignedExponent > 32767) { in totalExponent()
336 exponent = unsignedExponent; in totalExponent()