Home
last modified time | relevance | path

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

/AliOS-Things-master/components/amp/engine/quickjs_engine/quickjs/
A Dlibbf.c2093 ret = BF_ST_INVALID_OP; in bf_sqrtrem()
2145 ret = BF_ST_INVALID_OP; in bf_sqrt()
2538 ret = BF_ST_INVALID_OP; in bf_get_int32()
2555 ret = BF_ST_INVALID_OP; in bf_get_int32()
2582 ret = BF_ST_INVALID_OP; in bf_get_int64()
2607 ret = BF_ST_INVALID_OP; in bf_get_int64()
2649 ret = BF_ST_INVALID_OP; in bf_get_uint64()
2664 ret = BF_ST_INVALID_OP; in bf_get_uint64()
4555 return BF_ST_INVALID_OP; in bf_log()
5284 return BF_ST_INVALID_OP; in bf_asin()
[all …]
A Dlibbf.h168 #define BF_ST_INVALID_OP (1 << 0) macro
A Dquickjs.c12481 } else if (status & BF_ST_INVALID_OP) { in throw_bf_exception()
12889 BF_ST_INVALID_OP; in js_binary_arith_bigint()
12894 BF_ST_INVALID_OP; in js_binary_arith_bigint()
12899 ret = BF_ST_INVALID_OP; in js_binary_arith_bigint()
13016 return BF_ST_INVALID_OP; /* must be an integer */ in js_bfdec_pow()
13023 return BF_ST_INVALID_OP; /* must be positive */ in js_bfdec_pow()
49576 js_float_env_proto_set_status, BF_ST_INVALID_OP),
49943 ret &= BF_ST_MEM_ERROR | BF_ST_DIVIDE_ZERO | BF_ST_INVALID_OP | in js_bigdecimal_fop()

Completed in 124 milliseconds