Lines Matching full:order
11 -lf2c -lm (in that order)
16 extern int invert_(integer *order, real *phi, real *psi, real *rc);
46 /* ORDER - Analysis order */
47 /* PHI(ORDER,ORDER) - Covariance matrix */
48 /* Indices (I,J) read, where ORDER .GE. I .GE. J .GE. 1.*/
50 /* PSI(ORDER) - Column vector to be predicted */
51 /* Indices 1 through ORDER read. */
53 /* RC(ORDER) - Pseudo reflection coefficients */
54 /* Indices 1 through ORDER written, and then possibly read.
57 /* V(ORDER,ORDER) - Temporary matrix */
66 /* Subroutine */ int invert_(integer *order, real *phi, real *psi, real *rc) in invert_() argument
80 /* Frame size, Prediction order, Pitch period */ in invert_()
89 phi_dim1 = *order; in invert_()
94 i__1 = *order; in invert_()
96 i__2 = *order; in invert_()
103 i__3 = *order; in invert_()
126 /* Zero out higher order RC's if algorithm terminated early */ in invert_()
128 i__1 = *order; in invert_()
133 /* 110 DO J = ORDER,1,-1 */ in invert_()