Home
last modified time | relevance | path

Searched refs:LIMB_BITS (Results 1 – 3 of 3) sorted by relevance

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c57 #if LIMB_BITS == 64
99 #if LIMB_BITS == 64 in clz()
112 #if LIMB_BITS == 64 in ctz()
163 r = (a >> (LIMB_BITS - 1)) ^ (((limb_t)1 << (LIMB_BITS - 1)) - 1); in sat_add()
216 #if LIMB_BITS == 32 in bf_set_ui()
229 #if LIMB_BITS == 32 in bf_set_ui()
463 l = (prec + LIMB_BITS - 1) / LIMB_BITS; in bf_set_overflow()
823 b_offset = (b->len - a->len) * LIMB_BITS - (LIMB_BITS - 1) + in count_cancelled_bits()
1563 precl = (prec + 2 + LIMB_BITS - 1) / LIMB_BITS; in bf_mul()
1688 precl = (prec + 2 + LIMB_BITS - 1) / LIMB_BITS; in __bf_div()
[all …]
A Dlibbf.h36 #define LIMB_BITS (1 << LIMB_LOG2_BITS) macro
38 #if LIMB_BITS == 64
67 #define BF_EXP_BITS_MAX (LIMB_BITS - 3)
73 #define BF_PREC_MAX (((limb_t)1 << (LIMB_BITS - 2)) - 2)
77 #if LIMB_BITS == 64
A Dquickjs.c12953 #if LIMB_BITS == 32 in js_binary_arith_bigint()
33592 #if LIMB_BITS == 32 in JS_WriteBigNum()
34516 #if LIMB_BITS == 32 in JS_ReadBigNum()

Completed in 115 milliseconds