Lines Matching refs:normfact
407 float normfact ;
413 normfact = (psf->norm_float == SF_TRUE) ? 1.0 / ((float) 0x8000) : 1.0 ;
423 ptr [total + k] = normfact * (float) (sptr [k]) ;
439 double normfact ;
445 normfact = (psf->norm_double == SF_TRUE) ? 1.0 / ((double) 0x8000) : 1.0 ;
455 ptr [total + k] = normfact * (double) (sptr [k]) ;
727 float normfact ;
733 normfact = (psf->norm_float == SF_TRUE) ? (1.0 * 0x7FFF) : 1.0 ;
740 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
757 double normfact ;
759 normfact = (psf->norm_double == SF_TRUE) ? (1.0 * 0x7FFF) : 1.0 ;
770 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;