Searched refs:ipart (Results 1 – 2 of 2) sorted by relevance
116 double ipart; in test_modf() local128 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()
75 struct ipart { struct151 char parts[FD_NUMPART * sizeof (struct ipart)];