Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp242 int unsignedExponent; in totalExponent() local
254 unsignedExponent = 0; in totalExponent()
262 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
263 if (unsignedExponent > 32767) { in totalExponent()
273 exponent = unsignedExponent; in totalExponent()