Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp456 int unsignedExponent; in totalExponent() local
470 unsignedExponent = 0; in totalExponent()
479 unsignedExponent = unsignedExponent * 10 + value; in totalExponent()
480 if (unsignedExponent > 32767) { in totalExponent()
490 exponent = unsignedExponent; in totalExponent()