util.h | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 8 | 12 | 66.6 |
line | true | false | branch |
---|---|---|---|
114 | 0 | 847 | if (n >= UVCONST(18446744065119617025)) return UVCONST(4294967295); |
117 | 0 | 847 | while (root*root > n) root--; |
118 | 0 | 847 | while ((root+1)*(root+1) <= n) root++; |
131 | 0 | 847 | if (n >= UVCONST(18446724184312856125)) return UVCONST(2642245); |
133 | 18634 | 847 | for ( ; s >= 0; s -= 3) { |
136 | 4421 | 14213 | if ((n >> s) >= b) { |