Home
last modified time | relevance | path

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

/dports/audio/xoscope/xoscope-2.0/
H A Doscope.c152 ch[i].target_mult = 1; in init_channels()
499 p->target_mult = scaleup(p->target_mult, 100); in handle_key()
503 if (p->target_mult > 1) /* decrease scale */ in handle_key()
504 p->target_mult = scaledown(p->target_mult); in handle_key()
H A Doscope.h206 int target_mult; /* The target scaling ratio */ member
H A Ddisplay.c526 * p->target_div / p->target_mult / 10; in roundoff_multipliers()
535 p->mult = p->target_mult * 1000; in roundoff_multipliers()
546 p->target_mult, p->target_div, p->mult, p->div); in roundoff_multipliers()
551 p->mult = p->target_mult; in roundoff_multipliers()
H A Dfile.c194 s->target_mult = limit(strtol(++q, NULL, 0), 1, 100);
283 -(int)(p->pos*100), p->bits, p->target_mult, p->target_div,
H A Dgr_gtk.c313 ch[scope.select].target_mult = mul[data];