Home
last modified time | relevance | path

Searched refs:pcm_real (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcms.c79 float pcm_real[2]; /* real time(min) */ member
367 pcmt.pcm_real[PRIME] = dtmp * ratio; in dofile()
368 pcmt.pcm_real[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
369 (dtmp - pcmt.pcm_real[PRIME]); in dofile()
415 pcmt.pcm_real[PRIME] = dtmp * ratio; in dofile()
416 pcmt.pcm_real[NONPRIME] = (ratio == 1.0) ? 0.0 : in dofile()
417 (dtmp - pcmt.pcm_real[PRIME]); in dofile()
553 p1->pcm_real[PRIME] += p2->pcm_real[PRIME]; in pcmadd()
554 p1->pcm_real[NONPRIME] += p2->pcm_real[NONPRIME]; in pcmadd()
594 pcm[k].pcm_real[PRIME] = pcm[i].pcm_real[PRIME]; in squeeze()
[all …]