Searched refs:bc_rand_addition2 (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bc/src/
H A Drand.c73 static BcRandState bc_rand_addition2(BcRandState a, BcRandState b) { function
115 carry = bc_rand_addition2(c1, c2);
119 return bc_rand_addition2(c0, carry);
/freebsd-13-stable/contrib/bc/include/
H A Drand.h112 #define bc_rand_add2(a, b) (bc_rand_addition2((a), (b)))

Completed in 107 milliseconds