Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/bignum/
H A Dbignum.h51 #define BIG_CHUNK_HIGHBIT 0x80000000 macro
60 #define BIG_CHUNK_HIGHBIT 0x8000000000000000ULL
H A Dbignumimpl.c402 while ((b > 1) && ((c & BIG_CHUNK_HIGHBIT) == 0)) { in big_bitlength()
799 ((aa->value[aa->len - 1] & BIG_CHUNK_HIGHBIT) != 0)) { in big_double()
1772 result = (result >> 1) | BIG_CHUNK_HIGHBIT; in big_n0()
1797 if ((t & BIG_CHUNK_HIGHBIT) == 0) { in big_numbits()
2550 t1.value[t1.len - 1] = BIG_CHUNK_HIGHBIT; in big_sqrt_pos()
2771 bit = BIG_CHUNK_HIGHBIT; in big_Lucas()
3186 r->value[rwords - 1] |= BIG_CHUNK_HIGHBIT; in big_random()