Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/spl/
Dspl_fixpt31_32.h90 static inline struct spl_fixed31_32 spl_fixpt_neg(struct spl_fixed31_32 arg) in spl_fixpt_neg() function
106 return spl_fixpt_neg(arg); in spl_fixpt_abs()
Dspl_custom_float.c31 value = spl_fixpt_neg(value); in spl_build_custom_float()
Dspl_fixpt31_32.c362 struct spl_fixed31_32 res = spl_fixpt_neg(spl_fixpt_one); in spl_fixpt_log()