Home
last modified time | relevance | path

Searched refs:spl_fixpt_shl (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Dspl_custom_float.c40 value = spl_fixpt_shl(value, 1); in spl_build_custom_float()
72 mantiss = spl_fixpt_shl(mantiss, format->mantissa_bits); in spl_build_custom_float()
Dspl_fixpt31_32.h195 static inline struct spl_fixed31_32 spl_fixpt_shl(struct spl_fixed31_32 arg, unsigned char shift) in spl_fixpt_shl() function
Dspl_fixpt31_32.c347 return spl_fixpt_shl( in spl_fixpt_exp()