Home
last modified time | relevance | path

Searched refs:ipart (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/msun/tests/
H A Dnearbyint_test.c116 double ipart; in test_modf() local
128 ipartl = ipart = ipartf = 42.0; in test_modf()
132 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
133 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
141 ipartl = ipart = ipartf = 42.0; in test_modf()
144 CHECK_FPEQUAL(out, modf(in, &ipart)); in test_modf()
145 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/dktp/
H A Dfdisk.h75 struct ipart { struct
151 char parts[FD_NUMPART * sizeof (struct ipart)];