Lines Matching refs:total
192 sf_count_t total = 0 ;
204 ptr [total + k] = iptr [k] >> 16 ;
206 total += count ;
212 return total ;
219 sf_count_t total = 0 ;
230 total += count ;
237 return total ;
246 sf_count_t total = 0 ;
261 ptr [total + k] = normfact * (float) (iptr [k]) ;
263 total += count ;
269 return total ;
278 sf_count_t total = 0 ;
293 ptr [total + k] = normfact * (double) (iptr [k]) ;
295 total += count ;
301 return total ;
563 sf_count_t total = 0 ;
574 iptr [k] = arith_shift_left (ptr [total + k], 16) ;
577 total += count ;
583 return total ;
590 sf_count_t total = 0 ;
601 total += count ;
608 return total ;
617 sf_count_t total = 0 ;
631 iptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
634 total += count ;
640 return total ;
649 sf_count_t total = 0 ;
663 iptr [k] = psf_lrint (normfact * ptr [total + k]) ;
666 total += count ;
672 return total ;