Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.h67 #define BF_EXP_BITS_MAX (LIMB_BITS - 3) macro
69 #define BF_EXT_EXP_BITS_MAX (BF_EXP_BITS_MAX + 1)
157 return BF_EXP_BITS_MAX + 1; in bf_get_exp_bits()
159 return BF_EXP_BITS_MAX - e; in bf_get_exp_bits()
164 return ((BF_EXP_BITS_MAX - n) & BF_EXP_BITS_MASK) << BF_EXP_BITS_SHIFT; in bf_set_exp_bits()
A Dlibbf.c4771 if (y1 >= ((slimb_t)1 << BF_EXP_BITS_MAX)) { in bf_pow()
A Dquickjs.c49446 exp_bits = BF_EXP_BITS_MAX; in js_float_env_setPrec()
49451 if (exp_bits < BF_EXP_BITS_MIN || exp_bits > BF_EXP_BITS_MAX) in js_float_env_setPrec()
49515 if (b < BF_EXP_BITS_MIN || b > BF_EXP_BITS_MAX) in js_float_env_proto_set_status()
49563 JS_PROP_INT32_DEF("expBitsMax", BF_EXP_BITS_MAX, 0),

Completed in 115 milliseconds