Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnearbyint_test.c115 float ipartf, ipart_expected; in test_modf() local
128 ipartl = ipart = ipartf = 42.0; in test_modf()
130 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
131 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
141 ipartl = ipart = ipartf = 42.0; in test_modf()
142 CHECK_FPEQUAL(out, modff(in, &ipartf)); in test_modf()
143 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()