Home
last modified time | relevance | path

Searched defs:log_2 (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/basics/
H A Dconversion.h41 static inline unsigned int log_2(unsigned int num) in log_2() function
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/basics/
H A Dconversion.h44 static inline unsigned int log_2(unsigned int num) in log_2() function
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/calcs/
H A Ddcn_calc_math.c136 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calc_math.c134 const int log_2 = ((x >> 23) & 255) - 128; in dcn_bw_log() local
/third_party/skia/third_party/externals/libwebp/src/dsp/
H A Dlossless_enc_mips32.c67 double log_2; in FastLog2Slow_MIPS32() local
H A Dlossless_enc.c373 double log_2; in FastLog2Slow_C() local
/third_party/node/deps/openssl/openssl/crypto/rsa/
H A Drsa_lib.c226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable
/third_party/openssl/crypto/rsa/
H A Drsa_lib.c226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable

Completed in 8 milliseconds