Home
last modified time | relevance | path

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

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