Lines Matching refs:fract
178 if (parent->cg.prop.fract == 0.0)
188 if (arc->count == 0 || child == parent || child->cg.prop.fract == 0)
226 prop_share = parent->cg.prop.fract * share;
230 arc->time *= parent->cg.prop.fract;
231 arc->child_time *= parent->cg.prop.fract;
264 if (member->cg.prop.fract == 0.0) in cycle_time()
274 cyc->cg.prop.self = cyc->cg.prop.fract * cyc->hist.time; in cycle_time()
379 child->cg.prop.fract = 0.0;
395 child->cg.prop.fract += parent->cg.prop.fract
407 head->cg.prop.fract = 0.0;
425 head->cg.prop.fract += parent->cg.prop.fract
433 member->cg.prop.fract = head->cg.prop.fract;
472 child->cg.print_flag, child->cg.prop.fract));
500 if (child->cg.prop.fract == 0.0)
511 child->cg.prop.fract = 1.0;
525 child->cg.prop.fract = 0.0;
528 child->cg.prop.self = child->hist.time * child->cg.prop.fract;
534 child->cg.print_flag, child->cg.prop.fract);
632 parent->cg.prop.fract = 0.0; in cg_assemble()