Home
last modified time | relevance | path

Searched refs:fMultiply (Results 1 – 2 of 2) sorted by relevance

/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dppatomctrl.c836 fRange = fMultiply(fRange, ConvertToFraction(-1)); in atomctrl_calculate_voltage_evv_on_sclk()
898 fSM_A0 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A0), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
900 fSM_A1 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A1), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
902 fSM_A2 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A2), 100000), in atomctrl_calculate_voltage_evv_on_sclk()
904 fSM_A3 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A3), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
906 fSM_A4 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A4), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
908 fSM_A5 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A5), 1000), in atomctrl_calculate_voltage_evv_on_sclk()
910 fSM_A6 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A6), 1000), in atomctrl_calculate_voltage_evv_on_sclk()
912 fSM_A7 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A7), 1000), in atomctrl_calculate_voltage_evv_on_sclk()
957 fA_Term = fAdd(fMargin_RO_a, fAdd(fMultiply(fSM_A4, fSclk), fSM_A5)); in atomctrl_calculate_voltage_evv_on_sclk()
[all …]
Dppevvmath.h61 static fInt fMultiply (fInt, fInt); /* Returns the product of two fInt number…
132 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential()
139 solution = fMultiply(solution, error_term); in fExponential()
180 f_decoded_value = fMultiply(f_decoded_value, f_range); in fDecodeLinearFuse()
199 f_decoded_value = fMultiply(f_decoded_value, fDivide(f_range, f_CONSTANT_NEG13)); in fDecodeLogisticFuse()
210 fLeakage = fMultiply(ln_max_div_min, Convert_ULONG_ToFraction(leakageID_fuse)); in fDecodeLeakageID()
213 fLeakage = fMultiply(fLeakage, f_min); in fDecodeLeakageID()
233 return (fMultiply(X, CONSTANT_NEGONE)); in fNegate()
332 static fInt fMultiply (fInt X, fInt Y) /* Uses 64-bit integers (int64_t) */ in fMultiply() function
392 return fMultiply(A,A); in fGetSquare()
[all …]