Searched refs:fRoots (Results 1 – 1 of 1) sorted by relevance
711 fInt fRoots[2]; in atomctrl_calculate_voltage_evv_on_sclk() local1048 SolveQuadracticEqn(fA_Term, fB_Term, fC_Term, fRoots); in atomctrl_calculate_voltage_evv_on_sclk()1050 if (GreaterThan(fRoots[0], fRoots[1])) in atomctrl_calculate_voltage_evv_on_sclk()1051 fEVV_V = fRoots[1]; in atomctrl_calculate_voltage_evv_on_sclk()1053 fEVV_V = fRoots[0]; in atomctrl_calculate_voltage_evv_on_sclk()