Lines Matching defs:normfact
209 float normfact ;
215 normfact = (psf->norm_float == SF_TRUE) ? 1.0 / ((float) 0x8000) : 1.0 ;
223 ptr [total + k] = normfact * (float) (sptr [k]) ;
240 double normfact ;
246 normfact = (psf->norm_double == SF_TRUE) ? 1.0 / ((double) 0x8000) : 1.0 ;
254 ptr [total + k] = normfact * (double) (sptr [k]) ;
346 float normfact ;
352 normfact = (psf->norm_float == SF_TRUE) ? (1.0 * 0x7FFF) : 1.0 ;
359 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
377 double normfact ;
383 normfact = (psf->norm_double == SF_TRUE) ? (1.0 * 0x7FFF) : 1.0 ;
390 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;