Lines Matching defs:normfact
654 float normfact ;
660 normfact = (psf->norm_float == SF_TRUE) ? 1.0 / ((float) 0x8000) : 1.0 ;
668 ptr [total + k] = normfact * (float) (sptr [k]) ;
685 double normfact ;
691 normfact = (psf->norm_double == SF_TRUE) ? 1.0 / ((double) 0x8000) : 1.0 ;
699 ptr [total + k] = normfact * (double) (sptr [k]) ;
954 float normfact ;
960 normfact = (psf->norm_float == SF_TRUE) ? (1.0 * 0x7FFF) : 1.0 ;
967 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
985 double normfact ;
991 normfact = (psf->norm_double == SF_TRUE) ? (1.0 * 0x7FFF) : 1.0 ;
998 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;