Home
last modified time | relevance | path

Searched refs:ipart_expected (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
125 ipart_expected = tests[testindex].out[1]; in test_modf()
127 isinf(ipart_expected) ? 0.0 : in - ipart_expected, in); in test_modf()
131 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
133 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
135 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()
139 ipart_expected = -ipart_expected; in test_modf()
143 CHECK_FPEQUAL(ipart_expected, ipartf); in test_modf()
145 CHECK_FPEQUAL(ipart_expected, ipart); in test_modf()
147 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()