Home | History | Annotate | Download | only in src

Lines Matching full:totwords

3491     int totwords;
3492 nread=fread(&(totwords),sizeof(int),1,modelfl);
3507 double *linearwt = new double[totwords+1];
3508 int length = totwords;
3509 nread = fread(linearwt, sizeof(double), totwords + 1, modelfl);