Searched defs:bc_rand_add2 (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Drand.h88 #define bc_rand_add2(a, b) (((BcRandState) (a)) + ((BcRandState) (b))) macro
112 #define bc_rand_add2(a, b) (bc_rand_addition2((a), (b))) macro
149 #define bc_rand_add2(a, b) (((BcRandState) (a)) + ((BcRandState) (b))) macro

Completed in 102 milliseconds