Searched refs:BF_ST_INVALID_OP (Results 1 – 3 of 3) sorted by relevance
898 ret = BF_ST_INVALID_OP; in bf_add_internal()1544 ret = BF_ST_INVALID_OP; in bf_mul()1666 return BF_ST_INVALID_OP; in __bf_div()1677 return BF_ST_INVALID_OP; in __bf_div()1751 return BF_ST_INVALID_OP; in bf_divrem()2093 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()[all …]
168 #define BF_ST_INVALID_OP (1 << 0) macro
12704 } else if (status & BF_ST_INVALID_OP) { in throw_bf_exception()13115 BF_DIVREM_EUCLIDIAN) & BF_ST_INVALID_OP; in js_binary_arith_bigint()13119 BF_RNDZ) & BF_ST_INVALID_OP; in js_binary_arith_bigint()13124 ret = BF_ST_INVALID_OP; in js_binary_arith_bigint()13242 return BF_ST_INVALID_OP; /* must be an integer */ in js_bfdec_pow()13249 return BF_ST_INVALID_OP; /* must be positive */ in js_bfdec_pow()50166 js_float_env_proto_set_status, BF_ST_INVALID_OP ),50540 ret &= BF_ST_MEM_ERROR | BF_ST_DIVIDE_ZERO | BF_ST_INVALID_OP | in js_bigdecimal_fop()