Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/bc/include/
HDrand.h213 #define bc_rand_mul2(a, b) (bc_rand_multiply2((a), (b)))
/freebsd-14-stable/contrib/bc/src/
HDrand.c135 bc_rand_multiply2(BcRandState a, BcRandState b) in bc_rand_multiply2() function