Lines Matching refs:temp
760 FLOAT temp;
761 temp = cod_info->xr[j];
763 noise += temp * temp;
764 temp = cod_info->xr[j];
766 noise += temp * temp;
774 FLOAT temp;
775 temp = fabs(cod_info->xr[j]) - ix01[ix[j]];
777 noise += temp * temp;
778 temp = fabs(cod_info->xr[j]) - ix01[ix[j]];
780 noise += temp * temp;
785 FLOAT temp;
786 temp = fabs(cod_info->xr[j]) - pow43[ix[j]] * step;
788 noise += temp * temp;
789 temp = fabs(cod_info->xr[j]) - pow43[ix[j]] * step;
791 noise += temp * temp;