Home
last modified time | relevance | path

Searched refs:cbrt_scale (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c223 static const unsigned int cbrt_scale = 1 << (2 * 18 / 3); variable
260 return r * cbrt_scale; in icbrt64()
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c223 static const unsigned int cbrt_scale = 1 << (2 * 18 / 3); variable
260 return r * cbrt_scale; in icbrt64()

Completed in 4 milliseconds