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

/freebsd-12-stable/contrib/bc/include/
H A Drand.h84 #define bc_rand_mul(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro
108 #define bc_rand_mul(a, b) (bc_rand_multiply((a), (b))) macro
145 #define bc_rand_mul(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro

Completed in 48 milliseconds