Searched defs:bc_rand_mul (Results 1 – 1 of 1) sorted by relevance
108 #define bc_rand_mul(a, b) (((BcRandState) (a)) * ((BcRandState) (b))) macro 197 #define bc_rand_mul(a, b) (bc_rand_multiply((a), (b))) macro 321 #define bc_rand_mul( global() macro