HomeSort by: relevance | last modified time | path
    Searched refs:onecount (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/dc/
bcode.c 1270 bsqrt_stop(const BIGNUM *x, const BIGNUM *y, u_int *onecount)
1279 (*onecount)++;
1282 return ret || *onecount > 1;
1291 u_int scale, onecount; local in function:bsqrt
1294 onecount = 0;
1318 if (bsqrt_stop(x, y, &onecount))
bcode.c 1270 bsqrt_stop(const BIGNUM *x, const BIGNUM *y, u_int *onecount)
1279 (*onecount)++;
1282 return ret || *onecount > 1;
1291 u_int scale, onecount; local in function:bsqrt
1294 onecount = 0;
1318 if (bsqrt_stop(x, y, &onecount))

Completed in 24 milliseconds