Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/bc/include/
H A Drand.h213 #define bc_rand_mul2(a, b) (bc_rand_multiply2((a), (b)))
/freebsd-14.2/contrib/bc/src/
H A Drand.c135 bc_rand_multiply2(BcRandState a, BcRandState b) in bc_rand_multiply2() function