Home
last modified time | relevance | path

Searched refs:M_LFPTOD (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/ntp/tests/libntp/
Dtvtots.c59 M_LFPTOD(0, expected.l_uf, expectedDouble); in test_MicrosecondsExact()
60 M_LFPTOD(0, actual.l_uf, actualDouble); in test_MicrosecondsExact()
Dbuftvtots.c53 M_LFPTOD(0, expected.l_uf, expectedDouble); in test_IntegerAndFractionalBuffer()
54 M_LFPTOD(0, actual.l_uf, actualDouble); in test_IntegerAndFractionalBuffer()
/freebsd-9-stable/contrib/ntp/include/
Dntp_fp.h296 #define M_LFPTOD(r_ui, r_uf, d) /* l_fp to double */ \ macro
328 #define M_LFPTOD(r_ui, r_uf, d) /* l_fp to double */ \ macro
342 #define LFPTOD(v, d) M_LFPTOD((v)->l_ui, (v)->l_uf, (d))