Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Ddtoa.c524 hi0bits(ULong x) in hi0bits() function
955 k = hi0bits(y); in b2d()
1096 *bits = 32*i - hi0bits(x[i-1]); in d2b()
1148 int rv = hi0bits(b->x[b->wds-1]) - 4; in dshift()
/external/python/cpython2/Python/
Ddtoa.c536 hi0bits(ULong x) in hi0bits() function
1029 k = hi0bits(y); in b2d()
1170 *bits = 32*i - hi0bits(x[i-1]); in d2b()
1222 int rv = hi0bits(b->x[b->wds-1]) - 4; in dshift()