Home | History | Annotate | Download | only in src

Lines Matching refs:idx

312 #define ICV_MEAN_SDV_EXIT_CN( total, sqtotal, idx ) \
314 mean[idx] = tmp = scale*(double)total##idx; \
315 tmp = scale*(double)sqtotal##idx - tmp*tmp; \
316 sdv[idx] = sqrt(MAX(tmp,0.))