Home
last modified time | relevance | path

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

/third_party/quickjs/
Dlibbf.h31 #define LIMB_LOG2_BITS 6 macro
33 #define LIMB_LOG2_BITS 5 macro
36 #define LIMB_BITS (1 << LIMB_LOG2_BITS)
Dlibbf.c323 i = pos >> LIMB_LOG2_BITS; in get_bits()
344 i = pos >> LIMB_LOG2_BITS; in get_bit()
378 pos = bit_pos >> LIMB_LOG2_BITS; in scan_bit_nz()
530 pos = bit_pos >> LIMB_LOG2_BITS; in __bf_round()
572 i = bit_pos >> LIMB_LOG2_BITS; in __bf_round()
829 v1 = get_limbz(a, bit_offset >> LIMB_LOG2_BITS); in count_cancelled_bits()
852 v1 = get_limbz(a, bit_offset >> LIMB_LOG2_BITS); in count_cancelled_bits()
971 i = bf_min(i, (-b_bit_offset) >> LIMB_LOG2_BITS); in bf_add_internal()
7246 i = pos >> LIMB_LOG2_BITS; in put_bits()