Home
last modified time | relevance | path

Searched defs:bc_rand_mul (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/bc/include/
H A Drand.h108 #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