Lines Matching full:linearwt
3507 double *linearwt = new double[totwords+1];3509 nread = fread(linearwt, sizeof(double), totwords + 1, modelfl);3511 delete [] linearwt;3516 detector.push_back((float)linearwt[i]);3520 delete [] linearwt;