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

/freebsd-10.1-release/usr.bin/dc/
H A Dbcode.c100 static bool bsqrt_stop(const BIGNUM *, const BIGNUM *, u_int *);
1277 bsqrt_stop(const BIGNUM *x, const BIGNUM *y, u_int *onecount) function
1325 if (bsqrt_stop(x, y, &onecount))

Completed in 97 milliseconds