Searched refs:t_new1 (Results 1 – 1 of 1) sorted by relevance
1221 CT const t_new1 = math::equals(D1, c0) ? c0 : K_t01_t02 / D1; in calc_ts() local1223 CT const t_new3 = -t_new1; in calc_ts()1227 CT const abs_t_new1 = math::abs(t_new1); in calc_ts()1234 if (t_new1 < t && t_new1 > t1) in calc_ts()1235 t1 = t_new1; in calc_ts()1245 if (t_new1 > t && t_new1 < t2) in calc_ts()1246 t2 = t_new1; in calc_ts()