Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/spl/
H A Dspl_fixpt31_32.c301 res = spl_fixpt_add( in spl_fixed31_32_exp_from_taylor_series()
310 return spl_fixpt_add( in spl_fixed31_32_exp_from_taylor_series()
372 struct spl_fixed31_32 res1 = spl_fixpt_add( in spl_fixpt_log()
H A Dspl_fixpt31_32.h227 static inline struct spl_fixed31_32 spl_fixpt_add(struct spl_fixed31_32 arg1, struct spl_fixed31_32… in spl_fixpt_add() function
245 return spl_fixpt_add(arg1, spl_fixpt_from_int(arg2)); in spl_fixpt_add_int()
H A Ddc_spl_isharp_filters.c701 sharp_calc = spl_fixpt_add(sharp_calc, spl_fixpt_from_fraction(1, 2)); in spl_build_isharp_1dlut_from_reference_curve()