Home | History | Annotate | Download | only in src

Lines Matching refs:q3

96         const double q3 = (-B - 6*C)/6.;
99 #define ICV_CUBIC_2(x) ((((x)*q3 + q2)*(x) + q1)*(x) + q0)