roundtrip         122 maint/gnulib/tests/test-timespec.c       struct timespec roundtrip = dtotimespec (timespectod (a));
roundtrip         124 maint/gnulib/tests/test-timespec.c         ASSERT (cmp (prevroundtrip, roundtrip) <= 0);
roundtrip         125 maint/gnulib/tests/test-timespec.c       prevroundtrip = roundtrip;