Searched refs:spl_fixpt_one (Results 1 – 5 of 5) sorted by relevance
| /drivers/gpu/drm/amd/display/dc/sspl/ |
| A D | spl_fixpt31_32.c | 198 spl_fixpt_one.value, in spl_fixpt_recip() 206 struct spl_fixed31_32 res = spl_fixpt_one; in spl_fixpt_sinc() 228 spl_fixpt_one, in spl_fixpt_sinc() 259 struct spl_fixed31_32 res = spl_fixpt_one; in spl_fixpt_cos() 265 spl_fixpt_one, in spl_fixpt_cos() 294 SPL_ASSERT(spl_fixpt_lt(arg, spl_fixpt_one)); in spl_fixed31_32_exp_from_taylor_series() 298 spl_fixpt_one, in spl_fixed31_32_exp_from_taylor_series() 307 spl_fixpt_one, in spl_fixed31_32_exp_from_taylor_series() 340 spl_fixpt_one)); in spl_fixpt_exp() 353 return spl_fixpt_one; in spl_fixpt_exp() [all …]
|
| A D | dc_spl_scl_filters.c | 1135 if (ratio.value < spl_fixpt_one.value) in spl_get_filter_3tap_64p() 1147 if (ratio.value < spl_fixpt_one.value) in spl_get_filter_4tap_64p() 1159 if (ratio.value < spl_fixpt_one.value) in spl_get_filter_5tap_64p() 1171 if (ratio.value < spl_fixpt_one.value) in spl_get_filter_6tap_64p() 1183 if (ratio.value < spl_fixpt_one.value) in spl_get_filter_7tap_64p() 1195 if (ratio.value < spl_fixpt_one.value) in spl_get_filter_8tap_64p()
|
| A D | spl_custom_float.c | 36 if (spl_fixpt_lt(value, spl_fixpt_one)) { in spl_build_custom_float() 42 } while (spl_fixpt_lt(value, spl_fixpt_one)); in spl_build_custom_float() 66 mantiss = spl_fixpt_sub(value, spl_fixpt_one); in spl_build_custom_float() 69 spl_fixpt_lt(spl_fixpt_one, mantiss)) in spl_build_custom_float()
|
| A D | spl_fixpt31_32.h | 52 static const struct spl_fixed31_32 spl_fixpt_one = { 0x100000000LL }; variable 411 return arg2.value == 0 ? spl_fixpt_one : spl_fixpt_zero; in spl_fixpt_pow() 466 const long long summand = spl_fixpt_one.value - in spl_fixpt_ceil()
|
| A D | dc_spl.c | 760 const long long one = spl_fixpt_one.value; in spl_get_dscl_mode()
|
Completed in 14 milliseconds