Lines Matching full:quadratic
135 * quadratic 2 (6) u = '' + c4*x*x + c5*y*y
143 * Note the slight re-ordering of the terms for a quadratic polynomial
165 case 5: return( y*y ); /* quadratic order = 2 terms = 6 */
193 case 5: return("*jj*jj"); /* quadratic order = 2 terms = 6 */
221 case 5: return( 0.0 ); /* quadratic order = 2 terms = 6 */
249 case 5: return( y ); /* quadratic order = 2 terms = 6 */
252 /* NOTE: the only reason that last is not true for 'quadratic'
968 c9 = 2*(c2*c5-c1*c6); // '2*a' in the quadratic formula
2075 /* Handle Special degenerate (non-quadratic) or trapezoidal case */
2459 /* Handle Special degenerate (non-quadratic) case