Lines Matching refs:normfact
600 float normfact ;
607 normfact = 1.0 / 0x80000000 ;
609 normfact = 1.0 / (1 << psds->bitwidth) ;
617 ptr [total + k] = normfact * iptr [k] ;
632 double normfact ;
639 normfact = 1.0 / 0x80000000 ;
641 normfact = 1.0 / (1 << psds->bitwidth) ;
649 ptr [total + k] = normfact * iptr [k] ;
944 float normfact ;
952 normfact = 1.0 * 0x80000000 ;
954 normfact = 1.0 * (1 << psds->bitwidth) ;
961 iptr [k] = normfact * ptr [total + k] ;
977 double normfact ;
985 normfact = 1.0 * 0x80000000 ;
987 normfact = 1.0 * (1 << psds->bitwidth) ;
994 iptr [k] = normfact * ptr [total + k] ;