Home
last modified time | relevance | path

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

/third_party/FreeBSD/contrib/gdtoa/
Dstrtodg.c240 if (hi0bits(b->x[b->wds - 1]) != j) {
851 if (hi0bits(rvb->x[rvb->wds - 1]) != j)
925 j = hi0bits(rvb->x[rvb->wds-1]);
931 || hi0bits( rvb->x[k]) >
932 hi0bits(rvb0->x[k])) {
950 || hi0bits(rvb->x[k]) < hi0bits(rvb0->x[k])) {
Dmisc.c639 k = hi0bits(y);
801 *bits = 4*P + 8 - k - hi0bits(word0(&d) & Frac_mask);
811 *bits = 32*i - hi0bits(x[i-1]);
813 *bits = (i+2)*16 - hi0bits(x[i]);
Dgethex.c231 n = ULbits*n - hi0bits(L);
337 && hi0bits(x[k-1]) < 32-n)) {
Dgdtoaimp.h563 #define hi0bits __hi0bits_D2A macro
618 extern int hi0bits ANSI((ULong));
/third_party/python/Python/
Ddtoa.c528 hi0bits(ULong x) in hi0bits() function
959 k = hi0bits(y); in b2d()
1100 *bits = 32*i - hi0bits(x[i-1]); in d2b()
1152 int rv = hi0bits(b->x[b->wds-1]) - 4; in dshift()