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

/freebsd-10.2-release/contrib/ntp/include/
H A Dtimespecops.h332 l_fp absx; local
336 absx = x;
338 L_NEG(&absx);
340 out.tv_nsec = FTOTVN(absx.l_uf);
341 out.tv_sec = absx.l_i;
H A Dtimevalops.h384 l_fp absx; local
388 absx = x;
390 L_NEG(&absx);
392 TSFTOTVU(absx.l_uf, out.tv_usec);
393 out.tv_sec = absx.l_i;

Completed in 44 milliseconds