Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.h162 static inline bf_flags_t bf_set_exp_bits(int n) in bf_set_exp_bits() function
A Dlibbf.c2448 ret = bf_round(b, 53, rnd_mode | BF_FLAG_SUBNORMAL | bf_set_exp_bits(11)); in bf_get_float64()
A Dquickjs.c2160 ctx->fp_env.flags = bf_set_exp_bits(15) | BF_RNDN | BF_FLAG_SUBNORMAL; in JS_NewContextRaw()
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()
49455 flags = BF_RNDN | BF_FLAG_SUBNORMAL | bf_set_exp_bits(exp_bits); in js_float_env_setPrec()
49518 bf_set_exp_bits(b); in js_float_env_proto_set_status()

Completed in 115 milliseconds