Lines Matching defs:normfact
304 float normfact ;
307 normfact = 1.0 / 0x8000 ;
309 normfact = 1.0 / 0x10 ;
320 ptr [total + k] = normfact * sample ;
322 ptr [total + k + 1] = normfact * sample ;
340 double normfact ;
343 normfact = 1.0 / 0x8000 ;
345 normfact = 1.0 / 0x10 ;
356 ptr [total + k] = normfact * sample ;
358 ptr [total + k + 1] = normfact * sample ;