Searched refs:bc_num_cmpZero (Results 1 – 3 of 3) sorted by relevance
804 bc_num_cmpZero(const BcNum* n);
1037 if (!bc_num_cmpZero(n)) bc_num_one(&r->d.n); in bc_program_not()1102 cond = (bc_num_cmpZero(n1) && bc_num_cmpZero(n2)); in bc_program_logical()1106 cond = (bc_num_cmpZero(n1) || bc_num_cmpZero(n2)); in bc_program_logical()3122 cond = !bc_num_cmpZero(num); in bc_program_exec()
89 bc_num_cmpZero(const BcNum* n) in bc_num_cmpZero() function524 if (BC_NUM_ZERO(b)) return bc_num_cmpZero(a); in bc_num_cmp()