Searched refs:math_log (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_standalone_libraries/ |
| A D | lib_float_math.c | 108 float math_log(float a, float b) in math_log() function 120 return (a + log_2) / math_log(b, 2); in math_log() 127 return math_log(a, 2.0); in math_log2()
|
| A D | lib_float_math.h | 20 float math_log(float a, float b);
|
| /linux/drivers/gpu/drm/amd/display/dc/dml2/dml21/src/dml2_core/ |
| A D | dml2_core_shared.c | 4465 …unsigned int)(math_min2(128, (double)(1ULL << (unsigned int)math_floor2(math_log((float)(p->PTEBuf… in CalculateVMAndRowBytes() 4471 …*p->dpte_row_height_linear = (unsigned int)1 << (unsigned int)math_floor2(math_log((float)(p->PTEB… in CalculateVMAndRowBytes() 5781 …p->BIGK_FRAGMENT_SIZE[k] = (unsigned int)(math_log((float)p->display_cfg->plane_descriptors[k].ove… in CalculateVMRowAndSwath() 6012 cursor_pitch = (unsigned int)1 << (unsigned int)math_ceil2(math_log((float)cursor_width, 2), 1); in calculate_cursor_req_attributes()
|
| A D | dml2_core_dcn4_calcs.c | 1788 …unsigned int)(math_min2(128, (double)(1ULL << (unsigned int)math_floor2(math_log((float)(p->PTEBuf… in CalculateVMAndRowBytes() 1793 …*p->dpte_row_height_linear = (unsigned int)1 << (unsigned int)math_floor2(math_log((float)(p->PTEB… in CalculateVMAndRowBytes() 3113 …p->BIGK_FRAGMENT_SIZE[k] = (unsigned int)(math_log((float)p->display_cfg->plane_descriptors[k].ove… in CalculateVMRowAndSwath() 3346 cursor_pitch = (unsigned int)1 << (unsigned int)math_ceil2(math_log((float)cursor_width, 2), 1); in calculate_cursor_req_attributes()
|
Completed in 53 milliseconds