Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DScaledNumber.cpp150 static bool doesRoundUp(char Digit) { in doesRoundUp() function
293 bool Carry = doesRoundUp(Str[Truncate]); in toString()