Home
last modified time | relevance | path

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

/freebsd/lib/msun/tests/
H A Dnearbyint_test.c117 long double ipartl; in test_modf() local
128 ipartl = ipart = ipartf = 42.0; in test_modf()
134 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
135 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()
141 ipartl = ipart = ipartf = 42.0; in test_modf()
146 CHECK_FPEQUAL(out, modfl(in, &ipartl)); in test_modf()
147 CHECK_FPEQUAL(ipart_expected, ipartl); in test_modf()