Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScaledNumber.cpp149 static bool doesRoundUp(char Digit) { in doesRoundUp() function
292 bool Carry = doesRoundUp(Str[Truncate]); in toString()