HomeSort by: relevance | last modified time | path
    Searched defs:log_2 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/basics/
conversion.h 43 static inline unsigned int log_2(unsigned int num) function in typeref:typename:unsigned int
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dcn_calc_math.c 141 const int log_2 = ((x >> 23) & 255) - 128; local in function:dcn_bw_log
149 return (a + log_2) / dcn_bw_log(b, 2);
151 return (a + log_2);
  /src/tests/lib/libm/
t_log.c 700 volatile long double log_2 = local in function:ATF_TC_BODY
705 ATF_CHECK_MSG(fabsf((logf(2) - log_2)/log_2) < 2*FLT_EPSILON,
707 logf(2), logf(2), (float)log_2, (float)log_2);
708 ATF_CHECK_MSG(fabs((log(2) - log_2)/log_2) < 2*DBL_EPSILON,
710 log(2), log(2), (double)log_2, (double)log_2);
711 ATF_CHECK_MSG(fabsl((logl(2) - log_2)/log_2) < 2*LDBL_EPSILON
    [all...]

Completed in 32 milliseconds