Searched refs:discr_high (Results 1 - 3 of 3) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/engine/
H A Ddac.c393 float f_vco, discr_low, discr_high; local
403 discr_high = 2.0;
427 discr_high = 27.0;
444 discr_high = 14.0;
453 discr_low, discr_high));
487 if (((si->ps.f_ref / m) < discr_low) || ((si->ps.f_ref / m) > discr_high))
/haiku/src/add-ons/accelerants/via/engine/
H A Ddac.c554 float f_vco, discr_low, discr_high; local
564 discr_high = 2.0;
588 discr_high = 27.0;
605 discr_high = 14.0;
614 discr_low, discr_high));
648 if (((si->ps.f_ref / m) < discr_low) || ((si->ps.f_ref / m) > discr_high))
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c495 float f_vco, discr_low, discr_high; local
505 discr_high = 2.0;
529 discr_high = 27.0;
546 discr_high = 14.0;
555 discr_low, discr_high));
589 if (((si->ps.f_ref / m) < discr_low) || ((si->ps.f_ref / m) > discr_high))

Completed in 97 milliseconds