Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.h121 #define BF_FLAG_SUBNORMAL (1 << 3) macro
A Dlibbf.c502 } else if (unlikely(r->expn < e_min) && (flags & BF_FLAG_SUBNORMAL)) { in __bf_round()
554 if (flags & BF_FLAG_SUBNORMAL) { in __bf_round()
2448 ret = bf_round(b, 53, rnd_mode | BF_FLAG_SUBNORMAL | bf_set_exp_bits(11)); in bf_get_float64()
4363 if (flags & BF_FLAG_SUBNORMAL) in check_exp_underflow_overflow()
6435 } else if (unlikely(r->expn < e_min) && (flags & BF_FLAG_SUBNORMAL)) { in __bfdec_round()
6476 if (flags & BF_FLAG_SUBNORMAL) { in __bfdec_round()
A Dquickjs.c2160 ctx->fp_env.flags = bf_set_exp_bits(15) | BF_RNDN | BF_FLAG_SUBNORMAL; in JS_NewContextRaw()
11055 (BF_FLAG_SUBNORMAL | (BF_EXP_BITS_MASK << BF_EXP_BITS_SHIFT)); in js_ftoa()
11058 flags1 = bf_set_exp_bits(11) | BF_FLAG_SUBNORMAL; in js_ftoa()
13904 53, bf_set_exp_bits(11) | BF_RNDN | BF_FLAG_SUBNORMAL); in js_mul_pow10_to_float64()
49061 if (ctx->fp_env.flags & BF_FLAG_SUBNORMAL) in js_bigfloat_get_const()
49455 flags = BF_RNDN | BF_FLAG_SUBNORMAL | bf_set_exp_bits(exp_bits); in js_float_env_setPrec()
49489 return JS_NewBool(ctx, (fe->flags & BF_FLAG_SUBNORMAL) != 0); in js_float_env_proto_get_status()
49528 fe->flags = (fe->flags & ~BF_FLAG_SUBNORMAL) | (b ? BF_FLAG_SUBNORMAL : 0); in js_float_env_proto_set_status()

Completed in 112 milliseconds