Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c67 double log_2; in FastLog2Slow_MIPS32() local
81 log_2 = kLog2Table[temp] + log_cnt; in FastLog2Slow_MIPS32()
87 log_2 += (double)correction / v; in FastLog2Slow_MIPS32()
89 return (float)log_2; in FastLog2Slow_MIPS32()
H A Dlossless_enc.c373 double log_2; in FastLog2Slow_C() local
379 double log_2; in FastLog2Slow_C()
386 log_2 = kLog2Table[v] + log_cnt; in FastLog2Slow_C()
391 log_2 += (double)correction / orig_v; in FastLog2Slow_C()
393 return (float)log_2; in FastLog2Slow_C()
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable
364 x = n * (uint64_t)log_2; in ossl_ifc_ffc_compute_security_bits()
367 / log_2); in ossl_ifc_ffc_compute_security_bits()
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable
364 x = n * (uint64_t)log_2; in ossl_ifc_ffc_compute_security_bits()
367 / log_2); in ossl_ifc_ffc_compute_security_bits()

Completed in 6 milliseconds