Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/dc/
Dbcode.c104 static bool bsqrt_stop(const BIGNUM *, const BIGNUM *, u_int *);
1275 bsqrt_stop(const BIGNUM *x, const BIGNUM *y, u_int *onecount) in bsqrt_stop() function
1324 if (bsqrt_stop(x, y, &onecount)) in bsqrt()