Home
last modified time | relevance | path

Searched defs:log_2 (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
H A Dconversion.h43 static inline unsigned int log_2(unsigned int num) in log_2() function
/netbsd-src/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; in dcn_bw_log() local
/netbsd-src/external/mit/lua/dist/src/
H A Dlobject.c40 static const lu_byte log_2[256] = { /* log_2[i] = ceil(log2(i - 1)) */ in luaO_ceillog2() local
/netbsd-src/tests/lib/libm/
H A Dt_log.c715 volatile long double log_2 = ATF_TC_BODY() local
[all...]
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/rsa/
H A Drsa_lib.c226 static const unsigned int log_2 = 0x02c5c8; /* scale * log(2) */ variable