HomeSort by: relevance | last modified time | path
    Searched defs:bsqrt_stop (Results 1 - 1 of 1) sorted by relevancy

  /src/usr.bin/dc/
bcode.c 102 static bool bsqrt_stop(const BIGNUM *, const BIGNUM *, u_int *);
1270 bsqrt_stop(const BIGNUM *x, const BIGNUM *y, u_int *onecount) function in typeref:typename:bool
1318 if (bsqrt_stop(x, y, &onecount))

Completed in 29 milliseconds