Searched refs:neg (Results 1 – 3 of 3) sorted by relevance
55 neg-ttl=67
271 bool neg; member1331 n->neg = false; in bc_num_setToZero()1356 n->neg = false; in bc_num_init()1383 d->neg = s->neg; in bc_num_copy()1420 if (n->neg) RETURN_STATUS(bc_error("negative number")); in zbc_num_ulong()1483 #define BC_NUM_NEG(n, neg) ((((ssize_t)(n)) ^ -((ssize_t)(neg))) + (neg)) argument1501 bool a_max, neg; in bc_num_cmp() local1505 if (a->len == 0) return BC_NUM_NEG(!!b->len, !b->neg); in bc_num_cmp()1506 if (b->len == 0) return BC_NUM_NEG(1, a->neg); in bc_num_cmp()1508 if (a->neg != b->neg) // signs of a and b differ in bc_num_cmp()[all …]
1322 int n, t, i, norm, neg; //bbox: was int16 in pstm_div() local1364 neg = (a->sign == b->sign) ? PSTM_ZPOS : PSTM_NEG; in pstm_div()1493 c->sign = neg; in pstm_div()2173 int neg, sanity; //bbox: was uint162285 neg = a->sign;2294 c->sign = neg;