Home
last modified time | relevance | path

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

/third_party/quickjs/
Dlibbf.h405 #define BF_POW_JS_QUIRKS (1 << 16) /* (+/-1)^(+/-Inf) = NaN, 1^NaN = NaN */ macro
Dlibbf.c4675 if (cmp_x_abs_1 == 0 && (flags & BF_POW_JS_QUIRKS) && in bf_pow()
Dquickjs.c13051 ctx->fp_env.flags | BF_POW_JS_QUIRKS); in js_binary_arith_bigfloat()
13154 ctx->fp_env.flags | BF_POW_JS_QUIRKS) & BF_ST_MEM_ERROR; in js_binary_arith_bigint()
13169 ret = bf_pow(r, a, b, BF_PREC_INF, BF_RNDZ | BF_POW_JS_QUIRKS); in js_binary_arith_bigint()
49897 fe->status |= bf_pow(r, a, b, fe->prec, fe->flags | BF_POW_JS_QUIRKS); in js_bigfloat_fop2()