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

/freebsd-10.0-release/contrib/ntp/clockstuff/
H A Dpropdelay.c301 double divby; local
343 divby = 60.0;
351 arg += atof(buf) / divby;
352 divby = 3600.0;
355 arg += atof(cp) / divby;

Completed in 117 milliseconds