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

/macosx-10.9.5/Security-55471.14.18/include/security_cryptkit/CurveParamDocs/
H A Dschoof.c94 log_2(int n) { function
144 j = (2*Q + log_2(MAX_COEFFS) + 32 + 15)/16;
369 xwords = (2*bits + log_2(x->deg+1) + 32 + 15)/16;
370 ywords = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
385 words = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
H A Dschoofs.c78 log_2(int n) { function
128 j = (2*Q + log_2(MAX_COEFFS) + 32 + 15)/16;
361 xwords = (2*bits + log_2(x->deg+1) + 32 + 15)/16;
362 ywords = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
382 words = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
/macosx-10.9.5/Security-55471.14.18/libsecurity_cryptkit/lib/CurveParamDocs/
H A Dschoof.c94 log_2(int n) { function
144 j = (2*Q + log_2(MAX_COEFFS) + 32 + 15)/16;
369 xwords = (2*bits + log_2(x->deg+1) + 32 + 15)/16;
370 ywords = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
385 words = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
H A Dschoofs.c78 log_2(int n) { function
128 j = (2*Q + log_2(MAX_COEFFS) + 32 + 15)/16;
361 xwords = (2*bits + log_2(x->deg+1) + 32 + 15)/16;
362 ywords = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
382 words = (2*bits + log_2(y->deg+1) + 32 + 15)/16;
/macosx-10.9.5/ruby-104/ruby/
H A Dbignum.c1007 * (2*log_2(b_1)), therefore n_1 is given by ceil((B*n_0) /
1008 * (2*log_2(b_1))).
1013 static const double log_2[] = { local
1046 return (long)ceil(((double)bits)/log_2[base - 2]);

Completed in 86 milliseconds