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

/freebsd-13-stable/contrib/bc/src/
H A Drand.c84 static BcRandState bc_rand_multiply(uint_fast64_t a, uint_fast64_t b) { function
111 c0 = bc_rand_multiply(a.lo, b.lo);
112 c1 = bc_rand_multiply(a.lo, b.hi);
113 c2 = bc_rand_multiply(a.hi, b.lo);
/freebsd-13-stable/contrib/bc/include/
H A Drand.h108 #define bc_rand_mul(a, b) (bc_rand_multiply((a), (b)))

Completed in 93 milliseconds