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

/macosx-10.9.5/ntp-88/scripts/
H A Dfreq_adj.in70 $freq_adj = int ( $drift * ( 10 ** 6 / 2 ** 20) );
71 print "normalized freq_adj is <$freq_adj>\n";
73 $freq_adj = int ( ( $freq_adj - 1 ) / 2 );
74 print "Applying freq_adj of <".-$freq_adj.">\n";
82 $n_mach_freq = $mach_freq - $freq_adj;

Completed in 124 milliseconds