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

/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_dac.c481 float f_vco, discr_low, discr_high; local
491 discr_high = 2.0;
515 discr_high = 27.0;
532 discr_high = 14.0;
541 discr_low, discr_high));
575 if (((si->ps.f_ref / m) < discr_low) || ((si->ps.f_ref / m) > discr_high))
/haiku-fatelf/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-fatelf/src/add-ons/accelerants/via/engine/
H A Ddac.c400 float f_vco, discr_low, discr_high; local
410 discr_high = 2.0;
434 discr_high = 27.0;
451 discr_high = 14.0;
460 discr_low, discr_high));
494 if (((si->ps.f_ref / m) < discr_low) || ((si->ps.f_ref / m) > discr_high))
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_dac.c397 float f_vco, discr_low, discr_high; local
414 discr_high = 14.0;
419 discr_low, discr_high));
453 if (((si->ps.f_ref / m) < discr_low) || ((si->ps.f_ref / m) > discr_high))

Completed in 102 milliseconds