Home
last modified time | relevance | path

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

/third_party/openssl/crypto/rsa/
Drsa_lib.c227 static const unsigned int log_e = 0x05c551; /* scale * log2(M_E) */ variable
292 r = (r * (uint64_t)scale) / log_e; in ilog_e()