Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/spl/
H A Dspl_fixpt31_32.h129 static inline bool spl_fixpt_le(struct spl_fixed31_32 arg1, struct spl_fixed31_32 arg2) in spl_fixpt_le() function
178 if (spl_fixpt_le(arg, min_value)) in spl_fixpt_clamp()
180 else if (spl_fixpt_le(max_value, arg)) in spl_fixpt_clamp()
H A Dspl_fixpt31_32.c216 if (spl_fixpt_le( in spl_fixpt_sinc()
326 if (spl_fixpt_le( in spl_fixpt_exp()
H A Dspl_custom_float.c53 } else if (spl_fixpt_le(mantissa_constant_plus_max_fraction, value)) { in spl_build_custom_float()