Searched refs:math_log (Results 1 – 3 of 3) sorted by relevance
108 float math_log(float a, float b) in math_log() function120 return (a + log_2) / math_log(b, 2); in math_log()127 return math_log(a, 2.0); in math_log2()
20 float math_log(float a, float b);
1804 …unsigned int)(math_min2(128, (double)(1ULL << (unsigned int)math_floor2(math_log((float)(p->PTEBuf… in CalculateVMAndRowBytes()1809 …*p->dpte_row_height_linear = (unsigned int)1 << (unsigned int)math_floor2(math_log((float)(p->PTEB… in CalculateVMAndRowBytes()3139 …p->BIGK_FRAGMENT_SIZE[k] = (unsigned int)(math_log((float)p->display_cfg->plane_descriptors[k].ove… in CalculateVMRowAndSwath()3372 cursor_pitch = (unsigned int)1 << (unsigned int)math_ceil2(math_log((float)cursor_width, 2), 1); in calculate_cursor_req_attributes()