Home | History | Annotate | Download | only in src

Lines Matching defs:isp

35     int isp;
47 for (isp = 1; isp < LDAC_NSP_LOWENERGY; isp++) {
50 y2 = p_spec[isp+1];
53 p_psd[isp] = sqrt(tmp);
56 for (isp = LDAC_NSP_LOWENERGY; isp < n-1; isp++) {
59 y2 = p_spec[isp+1];
61 p_psd[isp] = sqrt(tmp);
79 int isp;
84 for (isp = 0; isp < nsp; isp++) {
85 s1 += (SCALAR)isp * *p_spec;