Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_ppatomctrl.c841 fRange = fMultiply(fRange, ConvertToFraction(-1)); in atomctrl_calculate_voltage_evv_on_sclk()
903 fSM_A0 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A0), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
905 fSM_A1 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A1), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
907 fSM_A2 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A2), 100000), in atomctrl_calculate_voltage_evv_on_sclk()
909 fSM_A3 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A3), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
911 fSM_A4 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A4), 1000000), in atomctrl_calculate_voltage_evv_on_sclk()
913 fSM_A5 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A5), 1000), in atomctrl_calculate_voltage_evv_on_sclk()
915 fSM_A6 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A6), 1000), in atomctrl_calculate_voltage_evv_on_sclk()
917 fSM_A7 = fMultiply(GetScaledFraction(le32_to_cpu(getASICProfilingInfo->ulSM_A7), 1000), in atomctrl_calculate_voltage_evv_on_sclk()
962 fA_Term = fAdd(fMargin_RO_a, fAdd(fMultiply(fSM_A4, fSclk), fSM_A5)); in atomctrl_calculate_voltage_evv_on_sclk()
[all …]
H A Dppevvmath.h63 static fInt fMultiply (fInt, fInt); /* Returns the product of two fInt number…
134 solution = fMultiply(solution, GetScaledFraction(expk_array[i], 10000)); in fExponential()
141 solution = fMultiply(solution, error_term); in fExponential()
182 f_decoded_value = fMultiply(f_decoded_value, f_range); in fDecodeLinearFuse()
201 f_decoded_value = fMultiply(f_decoded_value, fDivide(f_range, f_CONSTANT_NEG13)); in fDecodeLogisticFuse()
212 fLeakage = fMultiply(ln_max_div_min, Convert_ULONG_ToFraction(leakageID_fuse)); in fDecodeLeakageID()
215 fLeakage = fMultiply(fLeakage, f_min); in fDecodeLeakageID()
235 return (fMultiply(X, CONSTANT_NEGONE)); in fNegate()
334 static fInt fMultiply (fInt X, fInt Y) /* Uses 64-bit integers (int64_t) */ in fMultiply() function
394 return fMultiply(A,A); in fGetSquare()
[all …]