Searched refs:fInt (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/ |
| H A D | ppevvmath.h | 49 } fInt; typedef 55 static fInt ConvertToFraction(int); /* Use this to convert an INT to a FINT */ 56 static fInt Convert_ULONG_ToFraction(uint32_t); /* Use this to convert an uint32_t to a F… 57 static fInt GetScaledFraction(int, int); /* Use this to convert an INT to a FINT a… 58 static int ConvertBackToInteger(fInt); /* Convert a FINT back to an INT that is … 60 static fInt fNegate(fInt); /* Returns -1 * input fInt value */ 61 static fInt fAdd (fInt, fInt); /* Returns the sum of two fInt numbers */ 62 static fInt fSubtract (fInt A, fInt B); /* Returns A-B - Sometimes easier than Ad… 63 static fInt fMultiply (fInt, fInt); /* Returns the product of two fInt number… 64 static fInt fDivide (fInt A, fInt B); /* Returns A/B */ [all …]
|
| H A D | amdgpu_ppatomctrl.c | 666 fInt fSM_A0, fSM_A1, fSM_A2, fSM_A3, fSM_A4, fSM_A5, fSM_A6, fSM_A7; in atomctrl_calculate_voltage_evv_on_sclk() 667 …fInt fMargin_RO_a, fMargin_RO_b, fMargin_RO_c, fMargin_fixed, fMargin_FMAX_mean, fMargin_Plat_mean… in atomctrl_calculate_voltage_evv_on_sclk() 668 fInt fLkg_FT, repeat; in atomctrl_calculate_voltage_evv_on_sclk() 669 …fInt fMicro_FMAX, fMicro_CR, fSigma_FMAX, fSigma_CR, fSigma_DC, fDC_SCLK, fSquared_Sigma_DC, fSqua… in atomctrl_calculate_voltage_evv_on_sclk() 670 …fInt fRLL_LoadLine, fPowerDPMx __unused, fDerateTDP, fVDDC_base, fA_Term, fC_Term, fB_Term, fRO_DC… in atomctrl_calculate_voltage_evv_on_sclk() 671 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() 672 fInt fSclk_margin, fSclk, fEVV_V; in atomctrl_calculate_voltage_evv_on_sclk() 673 …fInt 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() 675 fInt fLn_MaxDivMin, fMin, fAverage, fRange; in atomctrl_calculate_voltage_evv_on_sclk() 676 fInt fRoots[2]; in atomctrl_calculate_voltage_evv_on_sclk() [all …]
|