Home
last modified time | relevance | path

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

/freebsd/contrib/bc/src/
H A Dnum.c1084 max_int = BC_MAX(a_int, b_int); in bc_num_as()
1091 max_rdx = BC_MAX(ardx, brdx); in bc_num_as()
1230 c->scale = BC_MAX(a->scale, b->scale); in bc_num_as()
1274 j = (size_t) BC_MAX(0, sidx); in bc_num_m_simp()
1365 max = BC_MAX(a->len, b->len); in bc_num_k()
1366 max = BC_MAX(max, BC_NUM_DEF_SIZE); in bc_num_k()
1505 scale1 = BC_MAX(scale, ascale); in bc_num_m()
1506 scale2 = BC_MAX(scale1, bscale); in bc_num_m()
1757 len2 = BC_MAX(a->len, b->len); in bc_num_d_long()
2069 ts = BC_MAX(ts, a->scale); in bc_num_rem()
[all …]
/freebsd/contrib/bc/include/
H A Dvm.h416 #define BC_MAX(a, b) ((a) > (b) ? (a) : (b)) macro
/freebsd/sys/dev/msk/
H A Dif_mskreg.h1093 #define BC_MAX 0xffff /* Bit 15.. 0: Byte counter */ macro