Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dppevvmath.h62 static fInt fDivide (fInt A, fInt B); /* Returns A/B */
69 static void SolveQuadracticEqn(fInt, fInt, fInt, fInt[]); /* Returns the 2 roots via the array */
146 static fInt fNaturalLog(fInt value) in fNaturalLog()
229 static fInt fNegate(fInt X) in fNegate()
296 static fInt fAdd (fInt X, fInt Y) in fAdd()
306 static fInt fSubtract (fInt X, fInt Y) in fSubtract()
315 static bool Equal(fInt A, fInt B) in Equal()
355 static fInt fDivide (fInt X, fInt Y) in fDivide()
389 static fInt fGetSquare(fInt A) in fGetSquare()
395 static fInt fSqrt(fInt num) in fSqrt()
[all …]
H A Dppatomctrl.c662 fInt fSM_A0, fSM_A1, fSM_A2, fSM_A3, fSM_A4, fSM_A5, fSM_A6, fSM_A7; in atomctrl_calculate_voltage_evv_on_sclk()
663fInt fMargin_RO_a, fMargin_RO_b, fMargin_RO_c, fMargin_fixed, fMargin_FMAX_mean, fMargin_Plat_mean… in atomctrl_calculate_voltage_evv_on_sclk()
664 fInt fLkg_FT, repeat; in atomctrl_calculate_voltage_evv_on_sclk()
665fInt fMicro_FMAX, fMicro_CR, fSigma_FMAX, fSigma_CR, fSigma_DC, fDC_SCLK, fSquared_Sigma_DC, fSqua… in atomctrl_calculate_voltage_evv_on_sclk()
666 fInt fRLL_LoadLine, fPowerDPMx, fDerateTDP, fVDDC_base, fA_Term, fC_Term, fB_Term, fRO_DC_margin; in atomctrl_calculate_voltage_evv_on_sclk()
667 fInt fRO_fused, fCACm_fused, fCACb_fused, fKv_m_fused, fKv_b_fused, fKt_Beta_fused, fFT_Lkg_V0NORM; in atomctrl_calculate_voltage_evv_on_sclk()
668 fInt fSclk_margin, fSclk, fEVV_V; in atomctrl_calculate_voltage_evv_on_sclk()
669fInt fV_min, fV_max, fT_prod, fLKG_Factor, fT_FT, fV_FT, fV_x, fTDP_Power, fTDP_Power_right, fTDP_… in atomctrl_calculate_voltage_evv_on_sclk()
671 fInt fLn_MaxDivMin, fMin, fAverage, fRange; in atomctrl_calculate_voltage_evv_on_sclk()
672 fInt fRoots[2]; in atomctrl_calculate_voltage_evv_on_sclk()
[all …]