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

/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
H A Dconversion.h43 static inline unsigned int log_2(unsigned int num) function
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
H A Damdgpu_dcn_calc_math.c141 const int log_2 = ((x >> 23) & 255) - 128; local
/netbsd-current/external/mit/lua/dist/src/
H A Dlobject.c40 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ local
/netbsd-current/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_lib.c226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable

Completed in 142 milliseconds