Home
last modified time | relevance | path

Searched refs:bc_rand_add2 (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
HDrand.h132 #define bc_rand_add2(a, b) (((BcRandState) (a)) + ((BcRandState) (b))) macro
221 #define bc_rand_add2(a, b) (bc_rand_addition2((a), (b))) macro
342 #define bc_rand_add2(a, b) (((BcRandState) (a)) + ((BcRandState) (b))) macro
/freebsd-13-stable/contrib/bc/src/
HDrand.c374 r->state = bc_rand_add2(temp, bc_rand_inc(r)); in bc_rand_step()