| 219 | } |
| 220 | |
| 221 | static inline unsigned int |
| 222 | partCountForBits(unsigned int bits) |
| 223 | { |
| 224 | return ((bits) + APFloatBase::integerPartWidth - 1) / APFloatBase::integerPartWidth; |
| 225 | } |
| 226 | |
| 227 | /* Returns 0U-9U. Return values >= 10U are not digits. */ |
| 228 | static inline unsigned int |
no outgoing calls
no test coverage detected