Lines Matching refs:fdata
164 static const struct lfpfracdata fdata[] = { variable
634 for (i = 0; i < COUNTOF(fdata); ++i) { in test_ToLFPrelPos()
635 struct timespec a = timespec_init(1, fdata[i].nsec); in test_ToLFPrelPos()
636 l_fp E = l_fp_init(1, fdata[i].frac); in test_ToLFPrelPos()
652 for (i = 0; i < COUNTOF(fdata); ++i) { in test_ToLFPrelNeg()
653 struct timespec a = timespec_init(-1, fdata[i].nsec); in test_ToLFPrelNeg()
654 l_fp E = l_fp_init(~0, fdata[i].frac); in test_ToLFPrelNeg()
670 for (i = 0; i < COUNTOF(fdata); ++i) { in test_ToLFPabs()
671 struct timespec a = timespec_init(1, fdata[i].nsec); in test_ToLFPabs()
672 l_fp E = l_fp_init(1 + JAN_1970, fdata[i].frac); in test_ToLFPabs()
716 for (i = 0; i < COUNTOF(fdata); ++i) { in test_FromLFPrelPos()
717 l_fp a = l_fp_init(1, fdata[i].frac); in test_FromLFPrelPos()
718 struct timespec E = timespec_init(1, fdata[i].nsec); in test_FromLFPrelPos()
735 for (i = 0; i < COUNTOF(fdata); ++i) { in test_FromLFPrelNeg()
736 l_fp a = l_fp_init(~0, fdata[i].frac); in test_FromLFPrelNeg()
737 struct timespec E = timespec_init(-1, fdata[i].nsec); in test_FromLFPrelNeg()