Searched refs:fRoots (Results 1 – 1 of 1) sorted by relevance
671 fInt fRoots[2]; in atomctrl_calculate_voltage_evv_on_sclk() local1016 SolveQuadracticEqn(fA_Term, fB_Term, fC_Term, fRoots); in atomctrl_calculate_voltage_evv_on_sclk()1018 if (GreaterThan(fRoots[0], fRoots[1])) in atomctrl_calculate_voltage_evv_on_sclk()1019 fEVV_V = fRoots[1]; in atomctrl_calculate_voltage_evv_on_sclk()1021 fEVV_V = fRoots[0]; in atomctrl_calculate_voltage_evv_on_sclk()