Lines Matching refs:propfraction
118 if (parentp->propfraction == 0.0) { in timepropagate()
132 if (childp->propfraction == 0.0) { in timepropagate()
168 propshare = parentp->propfraction * share; in timepropagate()
173 arcp->arc_time *= parentp->propfraction; in timepropagate()
174 arcp->arc_childtime *= parentp->propfraction; in timepropagate()
208 if (childp->propfraction == 0.0) { in cycletime()
217 cyclenlp->propself = cyclenlp->propfraction * cyclenlp->time; in cycletime()
292 cyclenlp->propfraction = 0.0; /* what % of time */ in cyclelink()
370 childp->propfraction = 0.0; in inheritflags()
384 childp->propfraction += parentp->propfraction in inheritflags()
395 headp->propfraction = 0.0; in inheritflags()
411 headp->propfraction += in inheritflags()
412 parentp->propfraction in inheritflags()
420 memp->propfraction = headp->propfraction; in inheritflags()
499 childp->printflag, childp->propfraction); in doflags()
528 if (childp->propfraction == 0.0) { in doflags()
538 childp->propfraction = 1.0; in doflags()
550 childp->propfraction = 0.0; in doflags()
553 childp->propself = childp->time * childp->propfraction; in doflags()
561 childp->printflag, childp->propfraction); in doflags()
596 parentp->propfraction = 0.0; in doarcs()