Home | History | Annotate | Download | only in src

Lines Matching refs:q1

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