Searched refs:invCoeffA (Results 1 – 1 of 1) sorted by relevance
1285 const F invCoeffA = c->fInvCoeffA; in solve_2pt_conical_quadratic() local1286 return select((-coeffB + sqrt_disc) * (invCoeffA * 0.5f), in solve_2pt_conical_quadratic()1287 (-coeffB - sqrt_disc) * (invCoeffA * 0.5f)); in solve_2pt_conical_quadratic()