Lines Matching refs:total
154 sf_count_t total = 0 ;
165 total += count ;
171 return total ;
180 sf_count_t total = 0 ;
192 ptr [total + k] = arith_shift_left (sptr [k], 16) ;
193 total += count ;
199 return total ;
208 sf_count_t total = 0 ;
223 ptr [total + k] = normfact * (float) (sptr [k]) ;
224 total += count ;
230 return total ;
239 sf_count_t total = 0 ;
254 ptr [total + k] = normfact * (double) (sptr [k]) ;
255 total += count ;
261 return total ;
291 sf_count_t total = 0 ;
302 total += count ;
308 return total ;
317 sf_count_t total = 0 ;
328 sptr [k] = ptr [total + k] >> 16 ;
330 total += count ;
336 return total ;
345 sf_count_t total = 0 ;
359 sptr [k] = psf_lrintf (normfact * ptr [total + k]) ;
361 total += count ;
367 return total ;
376 sf_count_t total = 0 ;
390 sptr [k] = psf_lrint (normfact * ptr [total + k]) ;
392 total += count ;
398 return total ;